Home
last modified time | relevance | path

Searched refs:scalbnf (Results 1 – 4 of 4) 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.c94 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);
Def_pow.c252 if((j>>23)<=0) z = scalbnf(z,(int)n); /* subnormal output */
/device/linaro/bootloader/arm-trusted-firmware/lib/compiler-rt/builtins/
Dint_math.h106 #define crt_scalbnf(x, y) scalbnf((x), (y))