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

/netbsd-current/sys/external/bsd/compiler_rt/dist/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;
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/builtins/i386/
H A Dfloatdidf.S17 twop32: label
29 mulsd REL_ADDR(twop32), %xmm1 // a_hi as a double (without rounding)
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dfloatdidf.c34 static const double twop32 = 4294967296.0; // 0x1.0p32 local
38 const double high = (int32_t)(a >> 32) * twop32;

Completed in 142 milliseconds