/bionic/libm/upstream-freebsd/lib/msun/bsdsrc/ |
mathimpl.h | 60 SET_LOW_WORD(*_dp, _lw & 0xf8000000);
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_fmaf.c | 67 SET_LOW_WORD(adjusted_result, lr + 1);
|
k_tan.c | 125 SET_LOW_WORD(z,0); 128 SET_LOW_WORD(t,0);
|
e_pow.c | 204 SET_LOW_WORD(t1,0); 226 SET_LOW_WORD(s_h,0); 238 SET_LOW_WORD(t_h,0); 245 SET_LOW_WORD(p_h,0); 252 SET_LOW_WORD(t1,0); 258 SET_LOW_WORD(y1,0); 292 SET_LOW_WORD(t,0);
|
e_log2.c | 102 SET_LOW_WORD(hi,0);
|
e_log10.c | 73 SET_LOW_WORD(hi,0);
|
e_acos.c | 99 SET_LOW_WORD(df,0);
|
e_asin.c | 105 SET_LOW_WORD(w,0);
|
s_erf.c | 240 SET_LOW_WORD(z,0); 299 SET_LOW_WORD(z,0);
|
math_private.h | 153 #define SET_LOW_WORD(d,v) \
|
/device/linaro/bootloader/edk2/StdLib/LibC/Math/ |
k_tan.c | 99 SET_LOW_WORD(z, 0);
102 SET_LOW_WORD(t, 0);
149 SET_LOW_WORD(z, 0);
152 SET_LOW_WORD(t, 0);
|
e_pow.c | 221 SET_LOW_WORD(t1,0);
243 SET_LOW_WORD(s_h,0);
255 SET_LOW_WORD(t_h,0);
262 SET_LOW_WORD(p_h,0);
269 SET_LOW_WORD(t1,0);
275 SET_LOW_WORD(y1,0);
309 SET_LOW_WORD(t,0);
|
e_acos.c | 114 SET_LOW_WORD(df,0);
|
e_asin.c | 112 SET_LOW_WORD(w,0);
|
math_private.h | 120 #define SET_LOW_WORD(d,v) \
|
e_rem_pio2.c | 156 SET_LOW_WORD(z,low);
|
/prebuilts/ndk/r11/sources/android/support/src/msun/ |
e_log2.c | 102 SET_LOW_WORD(hi,0);
|
math_private.h | 153 #define SET_LOW_WORD(d,v) \
|
/prebuilts/ndk/r13/sources/android/support/src/msun/ |
e_log2.c | 102 SET_LOW_WORD(hi,0);
|
math_private.h | 153 #define SET_LOW_WORD(d,v) \
|
/prebuilts/ndk/r11/sources/android/support/src/musl-math/ |
libm.h | 107 #define SET_LOW_WORD(d,lo) \
|
/prebuilts/ndk/r13/sources/android/support/src/musl-math/ |
libm.h | 107 #define SET_LOW_WORD(d,lo) \
|
/external/v8/src/base/ |
ieee754.cc | 150 #define SET_LOW_WORD(d, v) \ 308 SET_LOW_WORD(z, low); 830 SET_LOW_WORD(z, 0); 833 SET_LOW_WORD(t, 0); 878 SET_LOW_WORD(z, 0); 881 SET_LOW_WORD(t, 0); 968 SET_LOW_WORD(df, 0); [all...] |
/device/google/contexthub/firmware/lib/libm/ |
fdlibm.h | 330 #define SET_LOW_WORD(d,v) \
|
/device/google/contexthub/firmware/external/freebsd/lib/msun/src/ |
math_private.h | 157 #define SET_LOW_WORD(d,v) \
|