Searched refs:GET_FLOAT_WORD (Results 1 – 14 of 14) sorted by relevance
/device/google/contexthub/lib/libm/ |
D | ef_atan2.c | 41 GET_FLOAT_WORD(hx,x); 43 GET_FLOAT_WORD(hy,y); 93 GET_FLOAT_WORD(zh,z);
|
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 | sf_sin.c | 28 GET_FLOAT_WORD(ix,x);
|
D | sf_cos.c | 34 GET_FLOAT_WORD(ix,x);
|
D | sf_floor.c | 42 GET_FLOAT_WORD(i0,x);
|
D | kf_sin.c | 40 GET_FLOAT_WORD(ix,x);
|
D | kf_cos.c | 40 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); \
|