Home
last modified time | relevance | path

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

/device/google/contexthub/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);