Searched refs:GET_FLOAT_WORD (Results 1 – 22 of 22) sorted by relevance
/device/google/contexthub/firmware/lib/libm/ |
D | ef_pow.c | 71 GET_FLOAT_WORD(hx,x); 72 GET_FLOAT_WORD(hy,y); 147 GET_FLOAT_WORD(is,t1); 155 {ax *= two24; n -= 24; GET_FLOAT_WORD(ix,ax); } 170 GET_FLOAT_WORD(is,s_h); 182 GET_FLOAT_WORD(is,t_h); 190 GET_FLOAT_WORD(is,p_h); 198 GET_FLOAT_WORD(is,t1); 208 GET_FLOAT_WORD(is,y); 213 GET_FLOAT_WORD(j,z); [all …]
|
D | ef_atan2.c | 41 GET_FLOAT_WORD(hx,x); 43 GET_FLOAT_WORD(hy,y); 93 GET_FLOAT_WORD(zh,z);
|
D | ef_exp.c | 53 GET_FLOAT_WORD(sx,x); 90 GET_FLOAT_WORD(hy,y); 95 GET_FLOAT_WORD(hy,y);
|
D | sf_scalbn.c | 46 GET_FLOAT_WORD(ix,x); 55 GET_FLOAT_WORD(ix,x);
|
D | ef_rem_pio2.c | 110 GET_FLOAT_WORD(hx,x); 151 GET_FLOAT_WORD(high,y[0]); 159 GET_FLOAT_WORD(high,y[0]);
|
D | ef_fmod.c | 39 GET_FLOAT_WORD(hx,x); 40 GET_FLOAT_WORD(hy,y);
|
D | ef_asin.c | 49 GET_FLOAT_WORD(hx,x); 79 GET_FLOAT_WORD(iw,w);
|
D | sf_fpclassify.c | 14 GET_FLOAT_WORD(w,x); in __fpclassifyf()
|
D | sf_round.c | 25 GET_FLOAT_WORD(w, x);
|
D | sf_sin.c | 28 GET_FLOAT_WORD(ix,x);
|
D | sf_cos.c | 28 GET_FLOAT_WORD(ix,x);
|
D | kf_sin.c | 40 GET_FLOAT_WORD(ix,x);
|
D | sf_floor.c | 42 GET_FLOAT_WORD(i0,x);
|
D | kf_cos.c | 40 GET_FLOAT_WORD(ix,x);
|
D | ef_sqrt.c | 35 GET_FLOAT_WORD(ix,x);
|
D | sf_atan.c | 77 GET_FLOAT_WORD(hx,x);
|
D | fdlibm.h | 349 #define GET_FLOAT_WORD(i,d) \ macro
|
/device/google/contexthub/firmware/external/freebsd/lib/msun/src/ |
D | e_atan2f.c | 38 GET_FLOAT_WORD(hx,x); in __ieee754_atan2f() 40 GET_FLOAT_WORD(hy,y); in __ieee754_atan2f()
|
D | s_atanf.c | 54 GET_FLOAT_WORD(hx,x); in atanf()
|
D | e_expf.c | 52 GET_FLOAT_WORD(hx,x); in __ieee754_expf()
|
D | math_private.h | 179 #define GET_FLOAT_WORD(i,d) \ macro 592 GET_FLOAT_WORD(__hx, *xp); \
|
/device/linaro/bootloader/edk2/StdLib/LibC/Math/ |
D | math_private.h | 139 #define GET_FLOAT_WORD(i,d) \ macro
|