Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/test/src/math/
H A DRoundToIntegerTest.h51 ASSERT_FP_EXCEPTION(FE_INVALID); in test_one_input()
54 ASSERT_FP_EXCEPTION(0); in test_one_input()
/llvm-project-15.0.7/libc/utils/UnitTest/
H A DFPMatcher.h128 #define ASSERT_FP_EXCEPTION(expected) \ macro