Home
last modified time | relevance | path

Searched refs:TEST_ASSERT_DOUBLE_IS_INF (Results 1 - 4 of 4) sorted by relevance

/third_party/unity/test/tests/
H A Dtest_unity_doubles.c675 TEST_ASSERT_DOUBLE_IS_INF(2.0 / d_zero); in testDoubleIsPosInf1()
716 TEST_ASSERT_DOUBLE_IS_INF(2.0); in testDoubleIsNotPosInf1()
798 TEST_ASSERT_DOUBLE_IS_INF(0.0 / d_zero); in testDoubleNanIsNotInf()
/third_party/cJSON/tests/unity/test/tests/
H A Dtestunity.c4754 TEST_ASSERT_DOUBLE_IS_INF(2.0 / d_zero); in testDoubleIsPosInf1()
4795 TEST_ASSERT_DOUBLE_IS_INF(2.0); in testDoubleIsNotPosInf1()
4877 TEST_ASSERT_DOUBLE_IS_INF(0.0 / d_zero); in testDoubleNanIsNotInf()
/third_party/cJSON/tests/unity/src/
H A Dunity.h298 #define TEST_ASSERT_DOUBLE_IS_INF(actual) UNITY_TEST_ASSERT_DOUBLE_IS_INF((actual), __LINE__, NULL) macro
/third_party/unity/src/
H A Dunity.h381 #define TEST_ASSERT_DOUBLE_IS_INF(actual) UNITY_TEST_ASSERT_DOUBLE_IS_INF((actual), __LINE__, NULL) macro

Completed in 17 milliseconds