Searched refs:SQRTL_PREC (Results 1 – 2 of 2) sorted by relevance
163 #define SQRTL_PREC 0x1.0p-63L macro168 #define SQRTL_PREC 0x1.0p-112L macro171 #define SQRTL_PREC 0x1.0p-105L macro175 #define SQRTL_PREC 0x1.0p-52L macro180 #define HYPOTL_PREC SQRTL_PREC181 #define CBRTL_PREC SQRTL_PREC
20680 #ifndef SQRTL_PREC20681 #define SQRTL_PREC DEFAULT_PREC macro20792 result += check_long_double("sqrtl", sqrtl_vec[i].line, SQRTL_PREC, sqrtl_vec[i].y, y); in test_sqrtl()