Searched refs:log2l_vec (Results 1 – 1 of 1) sorted by relevance
19142 long_double_test_f_f_t log2l_vec[] = { variable19248 for (i = 0; i < sizeof(log2l_vec)/sizeof(log2l_vec[0]); i++) { in test_log2l()19249 long double y = log2l(log2l_vec[i].x); in test_log2l()19250 result += check_long_double("log2l", log2l_vec[i].line, LOG2L_PREC, log2l_vec[i].y, y); in test_log2l()