Home
last modified time | relevance | path

Searched refs:TEST_ASSERT_DOUBLE_IS_NAN (Results 1 - 5 of 5) sorted by relevance

/third_party/unity/test/tests/
H A Dtest_unity_doubles.c746 TEST_ASSERT_DOUBLE_IS_NAN(0.0 / d_zero); in testDoubleIsNan1()
767 TEST_ASSERT_DOUBLE_IS_NAN(234.9); in testDoubleIsNotNan1()
787 TEST_ASSERT_DOUBLE_IS_NAN(1.0 / d_zero); in testDoubleInfIsNotNan()
/third_party/cJSON/tests/
H A Dmisc_tests.c527 TEST_ASSERT_DOUBLE_IS_NAN(cJSON_GetNumberValue(string)); in cjson_get_number_value_should_get_a_number()
528 TEST_ASSERT_DOUBLE_IS_NAN(cJSON_GetNumberValue(NULL)); in cjson_get_number_value_should_get_a_number()
/third_party/cJSON/tests/unity/test/tests/
H A Dtestunity.c4825 TEST_ASSERT_DOUBLE_IS_NAN(0.0 / d_zero); in testDoubleIsNan1()
4846 TEST_ASSERT_DOUBLE_IS_NAN(234.9); in testDoubleIsNotNan1()
4866 TEST_ASSERT_DOUBLE_IS_NAN(1.0 / d_zero); in testDoubleInfIsNotNan()
/third_party/cJSON/tests/unity/src/
H A Dunity.h300 #define TEST_ASSERT_DOUBLE_IS_NAN(actual) UNITY_TEST_ASSERT_DOUBLE_IS_NAN((actual), __LINE__, NULL) macro
/third_party/unity/src/
H A Dunity.h383 #define TEST_ASSERT_DOUBLE_IS_NAN(actual) UNITY_TEST_ASSERT_DOUBLE_IS_NAN((actual), __LINE__, NULL) macro

Completed in 15 milliseconds