Home
last modified time | relevance | path

Searched refs:CM_LOG_LARGE_DOUBLE (Results 1 – 1 of 1) 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()