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

/freebsd-10.0-release/contrib/compiler-rt/lib/i386/
H A Dfloatundidf.S27 twop84: .quad 0x4530000000000000 label
38 orpd REL_ADDR(twop84), %xmm1 // 0x1p84 + a_hi (no rounding occurs)
H A Dfloatundixf.S17 twop84: .quad 0x4530000000000000 label
28 orpd REL_ADDR(twop84), %xmm0 // 2^84 + hi (as a double)
/freebsd-10.0-release/contrib/compiler-rt/lib/ppc/
H A Dfloatunditf.c15 static const double twop84 = 0x1.0p84; local
18 doublebits high = { .d = twop84 };
/freebsd-10.0-release/contrib/compiler-rt/lib/x86_64/
H A Dfloatundidf.S27 twop84: .quad 0x4530000000000000 label
36 orq REL_ADDR(twop84), %rdi // 0x1p84 + a_hi (no rounding occurs)
/freebsd-10.0-release/contrib/compiler-rt/lib/
H A Dfloatundidf.c37 static const double twop84 = 0x1.0p84; local
40 union { uint64_t x; double d; } high = { .d = twop84 };

Completed in 63 milliseconds