Home
last modified time | relevance | path

Searched refs:SET_HIGH_WORD (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/base/
H A Dieee754.cc89 #define SET_HIGH_WORD(d, v) \ macro
255 SET_HIGH_WORD(z, ix - static_cast<int32_t>(static_cast<uint32_t>(e0) << 20)); in __ieee754_rem_pio2()
1571 SET_HIGH_WORD(x, ix); in atanh()
1671 SET_HIGH_WORD(x, hx | (i ^ 0x3FF00000)); /* normalize x or x/2 */ in log()
1844 SET_HIGH_WORD(u, hu | 0x3FF00000); /* normalize u */ in log1p()
1847 SET_HIGH_WORD(u, hu | 0x3FE00000); /* normalize u/2 */ in log1p()
1998 SET_HIGH_WORD(x, hx | (i ^ 0x3FF00000)); /* normalize x or x/2 */ in log2()
2108 SET_HIGH_WORD(x, hx); in log10()
2316 SET_HIGH_WORD(t, 0x3FF00000 - (0x200000 >> k)); /* t=1-2^-k */ in expm1()
2320 SET_HIGH_WORD( in expm1()
3015 #undef SET_HIGH_WORD global() macro
[all...]
/third_party/musl/src/complex/
H A D__cexp.c54 SET_HIGH_WORD(exp_x, (hx & 0xfffff) | ((0x3ff + 1023) << 20)); in __frexp_exp()
H A Dctanh.c99 SET_HIGH_WORD(x, hx - 0x40000000); /* x = copysign(1, x) */ in ctanh()
/third_party/musl/porting/liteos_m/kernel/src/internal/
H A Dlibm.h218 #define SET_HIGH_WORD(d,hi) \ macro
/third_party/musl/porting/uniproton/kernel/src/internal/
H A Dlibm.h218 #define SET_HIGH_WORD(d,hi) \ macro
/third_party/musl/porting/liteos_a/kernel/src/internal/
H A Dlibm.h217 #define SET_HIGH_WORD(d,hi) \ macro
/third_party/musl/src/internal/
H A Dlibm.h217 #define SET_HIGH_WORD(d,hi) \ macro
/third_party/FreeBSD/lib/msun/src/
H A Dmath_private.h189 #define SET_HIGH_WORD(d,v) \ macro

Completed in 8 milliseconds