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

  /external/compiler-rt/lib/builtins/i386/
floatundidf.S 27 twop84: .quad 0x4530000000000000 label
38 orpd REL_ADDR(twop84), %xmm1 // 0x1p84 + a_hi (no rounding occurs)
floatundixf.S 17 twop84: .quad 0x4530000000000000 label
28 orpd REL_ADDR(twop84), %xmm0 // 2^84 + hi (as a double)
  /external/compiler-rt/lib/builtins/ppc/
floatunditf.c 15 static const double twop84 = 0x1.0p84; local
18 doublebits high = { .d = twop84 };
  /external/compiler-rt/lib/builtins/x86_64/
floatundidf.S 32 twop84: label
42 orq REL_ADDR(twop84), %rdi // 0x1p84 + a_hi (no rounding occurs)
  /external/compiler-rt/lib/builtins/
floatundidf.c 36 static const double twop84 = 0x1.0p84; local
39 union { uint64_t x; double d; } high = { .d = twop84 };

Completed in 394 milliseconds