Searched refs:CM_LARGE_DOUBLE (Results 1 – 1 of 1) sorted by relevance
30 #define CM_LARGE_DOUBLE (DBL_MAX/4.) macro31 #define CM_SQRT_LARGE_DOUBLE (sqrt(CM_LARGE_DOUBLE))32 #define CM_LOG_LARGE_DOUBLE (log(CM_LARGE_DOUBLE))133 if (fabs(z.real) > CM_LARGE_DOUBLE || fabs(z.imag) > CM_LARGE_DOUBLE) { in c_acos()174 if (fabs(z.real) > CM_LARGE_DOUBLE || fabs(z.imag) > CM_LARGE_DOUBLE) { in c_acosh()226 if (fabs(z.real) > CM_LARGE_DOUBLE || fabs(z.imag) > CM_LARGE_DOUBLE) { in c_asinh()536 if (ax > CM_LARGE_DOUBLE || ay > CM_LARGE_DOUBLE) { in c_log()