Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dcmathmodule.c32 #define CM_LOG_LARGE_DOUBLE (log(CM_LARGE_DOUBLE)) macro
411 if (fabs(z.real) > CM_LOG_LARGE_DOUBLE) { in c_cosh()
472 if (z.real > CM_LOG_LARGE_DOUBLE) { in c_exp()
642 if (fabs(z.real) > CM_LOG_LARGE_DOUBLE) { in c_sinh()
809 if (fabs(z.real) > CM_LOG_LARGE_DOUBLE) { in c_tanh()
/external/python/cpython3/Modules/
Dcmathmodule.c66 #define CM_LOG_LARGE_DOUBLE (log(CM_LARGE_DOUBLE)) macro
516 if (fabs(z.real) > CM_LOG_LARGE_DOUBLE) { in cmath_cosh_impl()
579 if (z.real > CM_LOG_LARGE_DOUBLE) { in cmath_exp_impl()
754 if (fabs(z.real) > CM_LOG_LARGE_DOUBLE) { in cmath_sinh_impl()
927 if (fabs(z.real) > CM_LOG_LARGE_DOUBLE) { in cmath_tanh_impl()