Home
last modified time | relevance | path

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

/external/compiler-rt/lib/builtins/ppc/
Dfloatunditf.c16 static const double twop84_plus_twop52 = 0x1.00000001p84; in __floatunditf() local
24 const double high_addend = high.d - twop84_plus_twop52; in __floatunditf()
/external/compiler-rt/lib/builtins/x86_64/
Dfloatundidf.S27 twop84_plus_twop52: label
44 subsd REL_ADDR(twop84_plus_twop52), %xmm1 // a_hi - 0x1p52 (no rounding occurs)
/external/compiler-rt/lib/builtins/i386/
Dfloatundidf.S27 twop84_plus_twop52: label
44 subsd REL_ADDR(twop84_plus_twop52), %xmm1 // a_hi - 0x1p52 (no rounding occurs)
/external/compiler-rt/lib/builtins/
Dfloatundidf.c37 static const double twop84_plus_twop52 = 19342813118337666422669312.0; // 0x1.00000001p84 in ARM_EABI_FNALIAS() local
45 const double result = (high.d - twop84_plus_twop52) + low.d; in ARM_EABI_FNALIAS()