Home
last modified time | relevance | path

Searched refs:asdouble (Results 1 – 11 of 11) sorted by relevance

/glibc-2.36/sysdeps/ieee754/dbl-64/
De_pow.c66 z = asdouble (iz); in log_inline()
80 double_t zhi = asdouble ((iz + (1ULL << 31)) & (-1ULL << 32)); in log_inline()
149 scale = asdouble (sbits); in specialcase()
156 scale = asdouble (sbits); in specialcase()
173 y = asdouble (sbits & 0x8000000000000000); in specialcase()
235 tail = asdouble (T[idx]); in exp_inline()
246 scale = asdouble (sbits); in exp_inline()
372 double_t yhi = asdouble (iy & -1ULL << 27); in __pow()
374 double_t lhi = asdouble (asuint64 (hi) & -1ULL << 27); in __pow()
De_exp2.c53 scale = asdouble (sbits); in specialcase()
59 scale = asdouble (sbits); in specialcase()
130 tail = asdouble (T[idx]); in __exp2()
141 scale = asdouble (sbits); in __exp2()
De_exp.c55 scale = asdouble (sbits); in specialcase()
61 scale = asdouble (sbits); in specialcase()
143 tail = asdouble (T[idx]); in __exp()
154 scale = asdouble (sbits); in __exp()
De_log2.c68 rhi = asdouble (asuint64 (r) & -1ULL << 32); in __log2()
107 z = asdouble (iz); in __log2()
121 rhi = asdouble (asuint64 (r) & -1ULL << 32); in __log2()
Dmath_config.h72 asdouble (uint64_t i) in asdouble() function
De_log.c108 z = asdouble (iz); in __log()
/glibc-2.36/sysdeps/ieee754/flt-32/
De_exp2f.c83 s = asdouble (t); in __exp2f()
De_expf.c99 s = asdouble (t); in __expf()
De_exp10f.c192 s = asdouble (t); in __exp10f()
Dmath_config.h94 asdouble (uint64_t i) in asdouble() function
De_powf.c114 s = asdouble (t); in exp2_inline()