Searched refs:twop32 (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/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)
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/ppc/
H A Dfloatditf.c12 static const double twop32 = 0x1.0p32; local
18 const double high_addend = (double)((int32_t)(a >> 32)) * twop32 - twop52;
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfloatdidf.c29 static const double twop32 = 4294967296.0; // 0x1.0p32 local
36 const double high = (int32_t)(a >> 32) * twop32;

Completed in 111 milliseconds