Searched refs:GET_LOW_WORD (Results 1 - 10 of 10) sorted by relevance
/third_party/node/deps/v8/src/base/ |
H A D | ieee754.cc | 71 #define GET_LOW_WORD(i, d) \ macro 252 GET_LOW_WORD(low, x); in __ieee754_rem_pio2() 765 GET_LOW_WORD(low, x); in __kernel_tan() 885 GET_LOW_WORD(lx, x); in acos() 1018 GET_LOW_WORD(lx, x); in asin() 1154 GET_LOW_WORD(low, x); in atan() 1478 GET_LOW_WORD(lx, x); in exp() 2099 GET_LOW_WORD(lx, x); in log10() 2240 GET_LOW_WORD(low, x); in expm1() 3013 #undef GET_LOW_WORD macro [all...] |
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | asin.c | 77 GET_LOW_WORD(lx, x); in asin()
|
H A D | acos.c | 71 GET_LOW_WORD(lx,x); in acos()
|
/third_party/musl/src/math/ |
H A D | asin.c | 77 GET_LOW_WORD(lx, x); in asin()
|
H A D | acos.c | 71 GET_LOW_WORD(lx,x); in acos()
|
/third_party/musl/porting/liteos_m/kernel/src/internal/ |
H A D | libm.h | 208 #define GET_LOW_WORD(lo,d) \ macro
|
/third_party/musl/porting/uniproton/kernel/src/internal/ |
H A D | libm.h | 208 #define GET_LOW_WORD(lo,d) \ macro
|
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
H A D | libm.h | 207 #define GET_LOW_WORD(lo,d) \ macro
|
/third_party/musl/src/internal/ |
H A D | libm.h | 207 #define GET_LOW_WORD(lo,d) \ macro
|
/third_party/FreeBSD/lib/msun/src/ |
H A D | math_private.h | 162 #define GET_LOW_WORD(i,d) \ macro
|
Completed in 9 milliseconds