Searched defs:two52 (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/libm/i386/src/
H A Dilogb.s37 two52: .long 0x0,0x43300000 / 2**52 label
74 fmull PIC_L(two52) / x*2**52
/illumos-gate/usr/src/lib/libm/common/C/
H A Drint.c51 two52 = 4503599627370496.0, variable
66 t = (ix < 0)? -two52 : two52;
H A Dceil.c43 two52 = 4503599627370496.0; variable
55 t = (hx >= 0)? two52 : -two52;
H A Dfloor.c43 two52 = 4503599627370496.0; variable
55 t = (hx >= 0)? two52 : -two52;
H A Dilogb.c36 static const double two52 = 4503599627370496.0; variable
82 x *= two52;
H A Dlogb.c38 static const double two52 = 4503599627370496.0; variable
71 x *= two52;
H A Dscalbn.c40 static const double two52 = 4503599627370496.0; variable
91 x *= two52;
H A D__lgamma.c44 two52 = 4503599627370496.0, /* 43300000,00000000 (used by sin_pi) */ variable
131 if (y >= two52)
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dscalbln.c37 static const double two52 = 4503599627370496.0; variable
89 x *= two52;
H A Dfma.c56 #define two52 C[2].d macro
117 xx.d = x * two52;
122 yy.d = y * two52;
127 zz.d = z * two52;
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dfmod.c33 static double two52 = 4.503599627370496000E+15; variable
76 x *= two52;
96 x *= two52;
/illumos-gate/usr/src/lib/libc/port/fp/
H A D__flt_decim.c212 #define two52 C[0].d macro
246 rx = (*x + two52) - two52;
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vlog.c614 #define two52 C[7] macro
651 z##N.d *= two52; \

Completed in 90 milliseconds