Searched refs:two_pow_p28 (Results 1 – 2 of 2) sorted by relevance
24 static const double two_pow_p28 = 268435456.0; /* 2**28 */ variable55 else if (x >= two_pow_p28) { /* x > 2**28 */ in _Py_acosh()100 if (absx > two_pow_p28) { /* |x| > 2**28 */ in _Py_asinh()