Searched refs:SET_FLOAT_WORD (Results 1 – 14 of 14) sorted by relevance
/third_party/musl/src/complex/ |
D | __cexpf.c | 47 SET_FLOAT_WORD(exp_x, (hx & 0x7fffff) | ((0x7f + 127) << 23)); in __frexp_expf() 62 SET_FLOAT_WORD(scale1, (0x7f + half_expt) << 23); in __ldexp_cexpf() 64 SET_FLOAT_WORD(scale2, (0x7f + half_expt) << 23); in __ldexp_cexpf()
|
D | ctanhf.c | 48 SET_FLOAT_WORD(x, hx - 0x40000000); in ctanhf()
|
/third_party/musl/src/math/ |
D | __expo2f.c | 13 SET_FLOAT_WORD(scale, (uint32_t)(0x7f + k/2) << 23); in __expo2f()
|
D | acosf.c | 67 SET_FLOAT_WORD(df,hx&0xfffff000); in acosf()
|
D | erff.c | 119 SET_FLOAT_WORD(z, ix&0xffffe000); in erfc2()
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | __expo2f.c | 13 SET_FLOAT_WORD(scale, (uint32_t)(0x7f + k/2) << 23); in __expo2f()
|
D | acosf.c | 67 SET_FLOAT_WORD(df,hx&0xfffff000); in acosf()
|
D | erff.c | 119 SET_FLOAT_WORD(z, ix&0xffffe000); in erfc2()
|
/third_party/FreeBSD/lib/msun/ld128/ |
D | k_expl.h | 277 SET_FLOAT_WORD(twopkm1, 0x3f800000 + ((k - 1) << 23)); in k_hexpl()
|
/third_party/musl/porting/liteos_m/kernel/src/internal/ |
D | libm.h | 229 #define SET_FLOAT_WORD(d,w) \ macro
|
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
D | libm.h | 228 #define SET_FLOAT_WORD(d,w) \ macro
|
/third_party/musl/src/internal/ |
D | libm.h | 228 #define SET_FLOAT_WORD(d,w) \ macro
|
/third_party/musl/porting/uniproton/kernel/src/internal/ |
D | libm.h | 229 #define SET_FLOAT_WORD(d,w) \ macro
|
/third_party/FreeBSD/lib/msun/src/ |
D | math_private.h | 230 #define SET_FLOAT_WORD(d,i) \ macro 755 SET_FLOAT_WORD(*xp, __hx); \
|