Searched refs:scalbnf (Results 1 – 4 of 4) sorted by relevance
/device/google/contexthub/firmware/lib/libm/ |
D | sf_scalbn.c | 37 float scalbnf (float x, int n) in scalbnf() function 39 float scalbnf (x,n) in scalbnf() 83 return (double) scalbnf((float) x, n);
|
D | kf_rem_pio2.c | 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);
|
D | ef_pow.c | 252 if((j>>23)<=0) z = scalbnf(z,(int)n); /* subnormal output */
|
/device/linaro/bootloader/arm-trusted-firmware/lib/compiler-rt/builtins/ |
D | int_math.h | 106 #define crt_scalbnf(x, y) scalbnf((x), (y))
|