Home
last modified time | relevance | path

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

/third_party/unity/test/tests/
H A Dtest_unity_doubles.c756 TEST_ASSERT_DOUBLE_IS_NOT_NAN(0.0 / d_zero); in testDoubleIsNan2()
777 TEST_ASSERT_DOUBLE_IS_NOT_NAN(234.9); in testDoubleIsNotNan2()
/third_party/cJSON/tests/unity/test/tests/
H A Dtestunity.c4835 TEST_ASSERT_DOUBLE_IS_NOT_NAN(0.0 / d_zero); in testDoubleIsNan2()
4856 TEST_ASSERT_DOUBLE_IS_NOT_NAN(234.9); in testDoubleIsNotNan2()
/third_party/cJSON/tests/unity/src/
H A Dunity.h304 #define TEST_ASSERT_DOUBLE_IS_NOT_NAN(actual) UNITY_TEST_ASSERT_DOUBLE_IS_NOT_NAN((actual), __LINE__, NULL) macro
/third_party/unity/src/
H A Dunity.h387 #define TEST_ASSERT_DOUBLE_IS_NOT_NAN(actual) UNITY_TEST_ASSERT_DOUBLE_IS_NOT_NAN((actual), __LINE__, NULL) macro

Completed in 14 milliseconds