Symbol: asdouble
src/system/libroot/posix/musl/internal/libm.h
215
(d) = asdouble(((uint64_t)(hi)<<32) | (uint32_t)(lo)); \
src/system/libroot/posix/musl/math/exp.c
119
tail = asdouble(T[idx]);
src/system/libroot/posix/musl/math/exp.c
130
scale = asdouble(sbits);
src/system/libroot/posix/musl/math/exp.c
38
scale = asdouble(sbits);
src/system/libroot/posix/musl/math/exp.c
44
scale = asdouble(sbits);
src/system/libroot/posix/musl/math/exp2.c
106
tail = asdouble(T[idx]);
src/system/libroot/posix/musl/math/exp2.c
117
scale = asdouble(sbits);
src/system/libroot/posix/musl/math/exp2.c
36
scale = asdouble(sbits);
src/system/libroot/posix/musl/math/exp2.c
42
scale = asdouble(sbits);
src/system/libroot/posix/musl/math/exp2f.c
62
s = asdouble(t);
src/system/libroot/posix/musl/math/expf.c
73
s = asdouble(t);
src/system/libroot/posix/musl/math/log.c
85
z = asdouble(iz);
src/system/libroot/posix/musl/math/log2.c
102
rhi = asdouble(asuint64(r) & -1ULL << 32);
src/system/libroot/posix/musl/math/log2.c
50
rhi = asdouble(asuint64(r) & -1ULL << 32);
src/system/libroot/posix/musl/math/log2.c
88
z = asdouble(iz);
src/system/libroot/posix/musl/math/lrint.c
61
double_t toint = asdouble(asuint64(1/EPS) | sign);
src/system/libroot/posix/musl/math/pow.c
131
scale = asdouble(sbits);
src/system/libroot/posix/musl/math/pow.c
138
scale = asdouble(sbits);
src/system/libroot/posix/musl/math/pow.c
154
y = asdouble(sbits & 0x8000000000000000);
src/system/libroot/posix/musl/math/pow.c
216
tail = asdouble(T[idx]);
src/system/libroot/posix/musl/math/pow.c
227
scale = asdouble(sbits);
src/system/libroot/posix/musl/math/pow.c
335
double_t yhi = asdouble(iy & -1ULL << 27);
src/system/libroot/posix/musl/math/pow.c
337
double_t lhi = asdouble(asuint64(hi) & -1ULL << 27);
src/system/libroot/posix/musl/math/pow.c
50
z = asdouble(iz);
src/system/libroot/posix/musl/math/pow.c
64
double_t zhi = asdouble((iz + (1ULL << 31)) & (-1ULL << 32));
src/system/libroot/posix/musl/math/powf.c
95
s = asdouble(t);