Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_math.c23 static const double two_pow_m28 = 3.7252902984619141E-09; /* 2**-28 */ variable
96 if (absx < two_pow_m28) { /* |x| < 2**-28 */ in _Py_asinh()
148 if (absx < two_pow_m28) { /* |x| < 2**-28 */ in _Py_atanh()
/external/python/cpython3/Modules/
D_math.c27 static const double two_pow_m28 = 3.7252902984619141E-09; /* 2**-28 */ variable
107 if (absx < two_pow_m28) { /* |x| < 2**-28 */ in _Py_asinh()
162 if (absx < two_pow_m28) { /* |x| < 2**-28 */ in _Py_atanh()