Home
last modified time | relevance | path

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