Home
last modified time | relevance | path

Searched refs:twop32 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ppc/
H A Dfloatditf.c12 static const double twop32 = 0x1.0p32; in __floatditf() local
18 const double high_addend = (double)((int32_t)(a >> 32)) * twop32 - twop52; in __floatditf()
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/i386/
H A Dfloatdidf.S18 twop32: label
30 mulsd REL_ADDR(twop32), %xmm1 // a_hi as a double (without rounding)