Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_math.c24 static const double two_pow_p28 = 268435456.0; /* 2**28 */ variable
54 else if (x >= two_pow_p28) { /* x > 2**28 */ in _Py_acosh()
99 if (absx > two_pow_p28) { /* |x| > 2**28 */ in _Py_asinh()