Home
last modified time | relevance | path

Searched refs:UNITY_FLOAT_INVALID_TRAIT (Results 1 - 6 of 6) sorted by relevance

/third_party/unity/test/tests/
H A Dtest_unity_doubles.c853 UnityAssertDoubleSpecial(1.0, NULL, __LINE__, UNITY_FLOAT_INVALID_TRAIT); in testDoubleTraitFailsOnInvalidTrait()
H A Dtest_unity_floats.c851 UnityAssertFloatSpecial(1.0f, NULL, __LINE__, UNITY_FLOAT_INVALID_TRAIT); in testFloatTraitFailsOnInvalidTrait()
/third_party/unity/src/
H A Dunity.c1118 case UNITY_FLOAT_INVALID_TRAIT: /* Supress warning */ in UnityAssertFloatSpecial()
1119 default: /* including UNITY_FLOAT_INVALID_TRAIT */ in UnityAssertFloatSpecial()
1345 case UNITY_FLOAT_INVALID_TRAIT: /* Supress warning */ in UnityAssertDoubleSpecial()
1346 default: /* including UNITY_FLOAT_INVALID_TRAIT */ in UnityAssertDoubleSpecial()
H A Dunity_internals.h490 UNITY_FLOAT_INVALID_TRAIT enumerator
/third_party/cJSON/tests/unity/test/tests/
H A Dtestunity.c4140 UnityAssertFloatSpecial(1.0f, NULL, __LINE__, UNITY_FLOAT_INVALID_TRAIT); in testFloatTraitFailsOnInvalidTrait()
4932 UnityAssertDoubleSpecial(1.0, NULL, __LINE__, UNITY_FLOAT_INVALID_TRAIT); in testDoubleTraitFailsOnInvalidTrait()
/third_party/cJSON/tests/unity/src/
H A Dunity_internals.h373 UNITY_FLOAT_INVALID_TRAIT enumerator

Completed in 16 milliseconds