is_finite         514 test/correctness/vector_math.cpp                 if (is_finite(correct_log)) {
is_finite         518 test/correctness/vector_math.cpp                 if (is_finite(correct_exp)) {
is_finite         522 test/correctness/vector_math.cpp                 if (is_finite(correct_pow) && a > 0) {
is_finite         539 test/correctness/vector_math.cpp                 if (is_finite(correct_log) && fast_log_mantissa_error > 64) {
is_finite         543 test/correctness/vector_math.cpp                 if (is_finite(correct_exp) && fast_exp_mantissa_error > 64) {
is_finite         547 test/correctness/vector_math.cpp                 if (a >= 0 && is_finite(correct_pow) && fast_pow_mantissa_error > 128) {