Searched refs:scalbnf (Results 1 – 3 of 3) sorted by relevance
37 float scalbnf (float x, int n) in scalbnf() function39 float scalbnf (x,n) in scalbnf()83 return (double) scalbnf((float) x, n);
94 z = scalbnf(z,(int)q0); /* actual value of z */127 if(carry!=0) z -= scalbnf(one,(int)q0);153 z = scalbnf(z,-(int)q0);163 fw = scalbnf(one,(int)q0);
252 if((j>>23)<=0) z = scalbnf(z,(int)n); /* subnormal output */