Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dcmathmodule.c31 #define CM_SQRT_LARGE_DOUBLE (sqrt(CM_LARGE_DOUBLE)) macro
320 if (z.real > CM_SQRT_LARGE_DOUBLE || ay > CM_SQRT_LARGE_DOUBLE) { in c_atanh()
/external/python/cpython3/Modules/
Dcmathmodule.c65 #define CM_SQRT_LARGE_DOUBLE (sqrt(CM_LARGE_DOUBLE)) macro
421 if (z.real > CM_SQRT_LARGE_DOUBLE || ay > CM_SQRT_LARGE_DOUBLE) { in cmath_atanh_impl()