Home
last modified time | relevance | path

Searched refs:twom124 (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libc/sparc/fp/
H A D_Q_sqrt.c69 #define twom124 C[18] macro
275 zz[2] -= twom124; in _Qp_sqrt()
277 zz[2] += twom124; in _Qp_sqrt()
H A D_Q_div.c76 #define twom124 C[21] macro
413 zz[2] -= twom124; in _Qp_div()
415 zz[2] += twom124; in _Qp_div()
H A D_Q_mul.c61 #define twom124 C[14] macro
335 zz[2] += twom124; in _Qp_mul()
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dsqrtl.c121 twom124 = 4.70197740328915003187e-38; variable
368 t[2] -= twom124; in __q_tp_sqrt()
370 t[2] += twom124; in __q_tp_sqrt()
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dfmal.c67 #define twom124 C[7].d macro
373 c = (dxy[7] + twom124) - twom124; in __fmal()