Home
last modified time | relevance | path

Searched refs:test_all_rounding_modes (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/libc/test/src/math/
H A DSqrtTest.h45 test_all_rounding_modes(func, T(denormal)); in test_denormal_values()
52 test_all_rounding_modes(func, x); in test_denormal_values()
64 test_all_rounding_modes(func, x); in test_normal_range()
68 void test_all_rounding_modes(SqrtFunc func, T x) { in test_all_rounding_modes() function