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

/external/compiler-rt/lib/builtins/i386/
H A Dfloatdidf.S15 twop32: .quad 0x41f0000000000000 label
26 mulsd REL_ADDR(twop32), %xmm1 // a_hi as a double (without rounding)
/external/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;
/external/compiler-rt/lib/builtins/
H A Dfloatdidf.c36 static const double twop32 = 0x1.0p32; local
40 const double high = (int32_t)(a >> 32) * twop32;

Completed in 834 milliseconds