Home
last modified time | relevance | path

Searched refs:two52 (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/C/
H A Dceil.c43 two52 = 4503599627370496.0; variable
55 t = (hx >= 0)? two52 : -two52; in ceil()
H A Dfloor.c43 two52 = 4503599627370496.0; variable
55 t = (hx >= 0)? two52 : -two52; in floor()
H A Drint.c51 two52 = 4503599627370496.0, variable
66 t = (ix < 0)? -two52 : two52; in rint()
H A Dlogb.c38 static const double two52 = 4503599627370496.0; variable
71 x *= two52; in logb()
H A Dilogb.c36 static const double two52 = 4503599627370496.0; variable
82 x *= two52; in ilogb()
H A Dscalbn.c40 static const double two52 = 4503599627370496.0; variable
91 x *= two52; in scalbn()
H A D__lgamma.c44 two52 = 4503599627370496.0, /* 43300000,00000000 (used by sin_pi) */ variable
131 if (y >= two52) in sin_pi()
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dscalbln.c37 static const double two52 = 4503599627370496.0; variable
89 x *= two52; in scalbln()
H A Dfma.c56 #define two52 C[2].d macro
117 xx.d = x * two52; in __fma()
122 yy.d = y * two52; in __fma()
127 zz.d = z * two52; in __fma()
/illumos-gate/usr/src/lib/libc/port/fp/
H A D__flt_decim.c210 #define two52 C[0].d macro
244 rx = (*x + two52) - two52; in __arint_set_n()
/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/libmvec/common/
H A D__vlog.c614 #define two52 C[7] macro
651 z##N.d *= two52; \