Searched refs:twop84_plus_twop52 (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/ppc/
H A Dfloatunditf.c16 static const double twop84_plus_twop52 = 0x1.00000001p84; local
24 const double high_addend = high.d - twop84_plus_twop52;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/x86_64/
H A Dfloatundidf.S26 twop84_plus_twop52: label
43 subsd REL_ADDR(twop84_plus_twop52), %xmm1 // a_hi - 0x1p52 (no rounding occurs)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/i386/
H A Dfloatundidf.S26 twop84_plus_twop52: label
43 subsd REL_ADDR(twop84_plus_twop52), %xmm1 // a_hi - 0x1p52 (no rounding occurs)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfloatundidf.c30 static const double twop84_plus_twop52 = local
45 const double result = (high.d - twop84_plus_twop52) + low.d;

Completed in 208 milliseconds