Home
last modified time | relevance | path

Searched refs:npi_2_h (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dtgammal.c808 npi_2_h = -1.570796310901641845703125000000000L, variable
838 t2 = npi_2_l * z + npi_2_h * (x + t1) * (x - t1); in kpcos()
842 t4 = t1 * t1 * npi_2_h; in kpcos()
H A Dtgamma.c1358 static const double npi_2_h = -1.5625, variable
1380 t2 = npi_2_l * z + npi_2_h * (x + t1) * (x - t1); in kpcos()
1385 t4 *= npi_2_h; /* npi_2_h is 5 bits const. The product is exact */ in kpcos()