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

/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/ppc/
H A Dfloatunditf.c15 static const double twop84 = 0x1.0p84; local
18 doublebits high = {.d = twop84};
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/x86_64/
H A Dfloatundidf.S30 twop84: label
40 orq REL_ADDR(twop84), %rdi // 0x1p84 + a_hi (no rounding occurs)
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/i386/
H A Dfloatundidf.S30 twop84: label
42 orpd REL_ADDR(twop84), %xmm1 // 0x1p84 + a_hi (no rounding occurs)
H A Dfloatundixf.S22 twop84: label
34 orpd REL_ADDR(twop84), %xmm0 // 2^84 + hi (as a double)
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/
H A Dfloatundidf.c29 static const double twop84 = 19342813113834066795298816.0; // 0x1.0p84 local
36 } high = {.d = twop84};

Completed in 317 milliseconds