Searched refs:testBothZero (Results 1 – 4 of 4) sorted by relevance
25 TEST_F(FDimTest, BothZero_fdim) { testBothZero(&__llvm_libc::fdim); } in TEST_F()
25 TEST_F(FDimTest, BothZero_fdiml) { testBothZero(&__llvm_libc::fdiml); } in TEST_F()
25 TEST_F(FDimTest, BothZero_fdimf) { testBothZero(&__llvm_libc::fdimf); } in TEST_F()
48 void testBothZero(FuncPtr func) { in testBothZero() function