Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dcmathmodule.c33 #define CM_SQRT_DBL_MIN (sqrt(DBL_MIN)) macro
334 } else if (z.real == 1. && ay < CM_SQRT_DBL_MIN) { in c_atanh()
/external/python/cpython3/Modules/
Dcmathmodule.c67 #define CM_SQRT_DBL_MIN (sqrt(DBL_MIN)) macro
435 } else if (z.real == 1. && ay < CM_SQRT_DBL_MIN) { in cmath_atanh_impl()