/bionic/libm/upstream-freebsd/lib/msun/bsdsrc/ |
mathimpl.h | 59 GET_LOW_WORD(_lw, *_dp);
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
e_hypot.c | 74 GET_LOW_WORD(low,a); 76 GET_LOW_WORD(low,b); 88 GET_LOW_WORD(low,b);
|
e_exp.c | 119 GET_LOW_WORD(lx,x);
|
s_atan.c | 83 GET_LOW_WORD(low,x);
|
e_acos.c | 73 GET_LOW_WORD(lx,x);
|
e_asin.c | 79 GET_LOW_WORD(lx,x);
|
e_rem_pio2.c | 173 GET_LOW_WORD(low,x);
|
s_expm1.c | 148 GET_LOW_WORD(low,x);
|
s_exp2.c | 353 GET_LOW_WORD(lx,x); 369 GET_LOW_WORD(i0, t);
|
e_lgamma_r.c | 178 GET_LOW_WORD(n,vz); /* bits for rounded y (units 0.25) */
|
math_private.h | 116 #define GET_LOW_WORD(i,d) \
|
/device/linaro/bootloader/edk2/StdLib/LibC/Math/ |
e_cosh.c | 81 GET_LOW_WORD(lx,x);
|
e_sinh.c | 70 GET_LOW_WORD(lx,x);
|
s_atan.c | 83 GET_LOW_WORD(low,x);
|
e_acos.c | 86 GET_LOW_WORD(lx,x);
|
e_asin.c | 86 GET_LOW_WORD(lx,x);
|
e_exp.c | 125 GET_LOW_WORD(lx,x);
|
k_tan.c | 89 GET_LOW_WORD(low, x);
|
math_private.h | 91 #define GET_LOW_WORD(i,d) \
|
s_expm1.c | 154 GET_LOW_WORD(low,x);
|
e_rem_pio2.c | 155 GET_LOW_WORD(low,x);
|
/prebuilts/ndk/r11/sources/android/support/src/musl-math/ |
libm.h | 81 #define GET_LOW_WORD(lo,d) \
|
/prebuilts/ndk/r13/sources/android/support/src/musl-math/ |
libm.h | 81 #define GET_LOW_WORD(lo,d) \
|
/external/v8/src/base/ |
ieee754.cc | 113 #define GET_LOW_WORD(i, d) \ 307 GET_LOW_WORD(low, x); 820 GET_LOW_WORD(low, x); 940 GET_LOW_WORD(lx, x); [all...] |
/device/google/contexthub/firmware/lib/libm/ |
fdlibm.h | 301 #define GET_LOW_WORD(i,d) \
|