HomeSort by relevance Sort by last modified time
    Searched refs:twop32 (Results 1 - 6 of 6) sorted by null

  /external/compiler-rt/lib/i386/
floatdidf.S 15 twop32: .quad 0x41f0000000000000 label
26 mulsd REL_ADDR(twop32), %xmm1 // a_hi as a double (without rounding)
  /external/compiler-rt/lib/ppc/
floatditf.c 12 static const double twop32 = 0x1.0p32; local
18 const double high_addend = (double)((int32_t)(a >> 32))*twop32 - twop52;
  /frameworks/compile/libbcc/runtime/lib/i386/
floatdidf.S 15 twop32: .quad 0x41f0000000000000 label
26 mulsd REL_ADDR(twop32), %xmm1 // a_hi as a double (without rounding)
  /frameworks/compile/libbcc/runtime/lib/ppc/
floatditf.c 13 static const double twop32 = 0x1.0p32; local
19 const double high_addend = (double)((int32_t)(a >> 32))*twop32 - twop52;
  /external/compiler-rt/lib/
floatdidf.c 36 static const double twop32 = 0x1.0p32; local
40 const double high = (int32_t)(a >> 32) * twop32;
  /frameworks/compile/libbcc/runtime/lib/
floatdidf.c 36 static const double twop32 = 0x1.0p32; local
40 const double high = (int32_t)(a >> 32) * twop32;

Completed in 81 milliseconds