Home
last modified time | relevance | path

Searched refs:twop84 (Results 1 – 5 of 5) sorted by relevance

/external/compiler-rt/lib/builtins/ppc/
Dfloatunditf.c15 static const double twop84 = 0x1.0p84; in __floatunditf() local
18 doublebits high = { .d = twop84 }; in __floatunditf()
/external/compiler-rt/lib/builtins/x86_64/
Dfloatundidf.S31 twop84: label
41 orq REL_ADDR(twop84), %rdi // 0x1p84 + a_hi (no rounding occurs)
/external/compiler-rt/lib/builtins/i386/
Dfloatundidf.S31 twop84: label
43 orpd REL_ADDR(twop84), %xmm1 // 0x1p84 + a_hi (no rounding occurs)
Dfloatundixf.S21 twop84: label
33 orpd REL_ADDR(twop84), %xmm0 // 2^84 + hi (as a double)
/external/compiler-rt/lib/builtins/
Dfloatundidf.c36 static const double twop84 = 19342813113834066795298816.0; // 0x1.0p84 in ARM_EABI_FNALIAS() local
39 union { uint64_t x; double d; } high = { .d = twop84 }; in ARM_EABI_FNALIAS()