HomeSort by: relevance | last modified time | path
    Searched defs:twop84 (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/i386/
floatundidf.S 31 twop84: label
43 orpd REL_ADDR(twop84), %xmm1 // 0x1p84 + a_hi (no rounding occurs)
floatundixf.S 21 twop84: label
33 orpd REL_ADDR(twop84), %xmm0 // 2^84 + hi (as a double)
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/x86_64/
floatundidf.S 31 twop84: label
41 orq REL_ADDR(twop84), %rdi // 0x1p84 + a_hi (no rounding occurs)
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/ppc/
floatunditf.c 15 static const double twop84 = 0x1.0p84; local in function:__floatunditf
18 doublebits high = { .d = twop84 };
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
floatundidf.c 34 static const double twop84 = 19342813113834066795298816.0; // 0x1.0p84 local in function:__floatundidf
37 union { uint64_t x; double d; } high = { .d = twop84 };

Completed in 18 milliseconds