Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/test/src/math/
H A Dfdim_test.cpp27 TEST_F(LlvmLibcFDimTest, BothZero_fdim) { test_both_zero(&__llvm_libc::fdim); } in TEST_F()
H A Dfdimf_test.cpp28 test_both_zero(&__llvm_libc::fdimf); in TEST_F()
H A Dfdiml_test.cpp28 test_both_zero(&__llvm_libc::fdiml); in TEST_F()
H A DFDimTest.h48 void test_both_zero(FuncPtr func) { in test_both_zero() function