Searched refs:scalbnf (Results 1 – 3 of 3) sorted by relevance
28 scalbnf (float x, int n) in scalbnf() function
244 if((j>>23)<=0) z = scalbnf(z,n); /* subnormal output */ in __ieee754_powf()
361 float scalbnf(float, int);
Completed in 5 milliseconds