Home
last modified time | relevance | path

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

/external/llvm-project/libc/test/src/math/
Dfdim_test.cpp25 TEST_F(FDimTest, BothZero_fdim) { testBothZero(&__llvm_libc::fdim); } in TEST_F()
Dfdiml_test.cpp25 TEST_F(FDimTest, BothZero_fdiml) { testBothZero(&__llvm_libc::fdiml); } in TEST_F()
Dfdimf_test.cpp25 TEST_F(FDimTest, BothZero_fdimf) { testBothZero(&__llvm_libc::fdimf); } in TEST_F()
DFDimTest.h48 void testBothZero(FuncPtr func) { in testBothZero() function