Home
last modified time | relevance | path

Searched refs:scalbnf (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/firmware/lib/libm/
Dsf_scalbn.c37 float scalbnf (float x, int n) in scalbnf() function
39 float scalbnf (x,n) in scalbnf()
83 return (double) scalbnf((float) x, n);
Dkf_rem_pio2.c93 z = scalbnf(z,(int)q0); /* actual value of z */
126 if(carry!=0) z -= scalbnf(one,(int)q0);
152 z = scalbnf(z,-(int)q0);
162 fw = scalbnf(one,(int)q0);
Def_pow.c252 if((j>>23)<=0) z = scalbnf(z,(int)n); /* subnormal output */