Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/runtime/lib/ppc/
Dfloatditf.c13 static const double twop32 = 0x1.0p32; in __floatditf() local
19 const double high_addend = (double)((int32_t)(a >> 32))*twop32 - twop52; in __floatditf()
/frameworks/compile/libbcc/runtime/lib/i386/
Dfloatdidf.S15 twop32: .quad 0x41f0000000000000 label
26 mulsd REL_ADDR(twop32), %xmm1 // a_hi as a double (without rounding)
/frameworks/compile/libbcc/runtime/lib/
Dfloatdidf.c36 static const double twop32 = 0x1.0p32; in __floatdidf() local
40 const double high = (int32_t)(a >> 32) * twop32; in __floatdidf()