Home
last modified time | relevance | path

Searched refs:SET_FLOAT_WORD (Results 1 – 14 of 14) sorted by relevance

/third_party/musl/src/complex/
D__cexpf.c47 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()
Dctanhf.c48 SET_FLOAT_WORD(x, hx - 0x40000000); in ctanhf()
/third_party/musl/src/math/
D__expo2f.c13 SET_FLOAT_WORD(scale, (uint32_t)(0x7f + k/2) << 23); in __expo2f()
Dacosf.c67 SET_FLOAT_WORD(df,hx&0xfffff000); in acosf()
Derff.c119 SET_FLOAT_WORD(z, ix&0xffffe000); in erfc2()
/third_party/musl/porting/liteos_a/kernel/src/math/
D__expo2f.c13 SET_FLOAT_WORD(scale, (uint32_t)(0x7f + k/2) << 23); in __expo2f()
Dacosf.c67 SET_FLOAT_WORD(df,hx&0xfffff000); in acosf()
Derff.c119 SET_FLOAT_WORD(z, ix&0xffffe000); in erfc2()
/third_party/FreeBSD/lib/msun/ld128/
Dk_expl.h277 SET_FLOAT_WORD(twopkm1, 0x3f800000 + ((k - 1) << 23)); in k_hexpl()
/third_party/musl/porting/liteos_m/kernel/src/internal/
Dlibm.h229 #define SET_FLOAT_WORD(d,w) \ macro
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dlibm.h228 #define SET_FLOAT_WORD(d,w) \ macro
/third_party/musl/src/internal/
Dlibm.h228 #define SET_FLOAT_WORD(d,w) \ macro
/third_party/musl/porting/uniproton/kernel/src/internal/
Dlibm.h229 #define SET_FLOAT_WORD(d,w) \ macro
/third_party/FreeBSD/lib/msun/src/
Dmath_private.h230 #define SET_FLOAT_WORD(d,i) \ macro
755 SET_FLOAT_WORD(*xp, __hx); \