Searched refs:UNITY_FLOAT_INVALID_TRAIT (Results 1 - 6 of 6) sorted by relevance
/third_party/unity/test/tests/ |
H A D | test_unity_doubles.c | 853 UnityAssertDoubleSpecial(1.0, NULL, __LINE__, UNITY_FLOAT_INVALID_TRAIT); in testDoubleTraitFailsOnInvalidTrait()
|
H A D | test_unity_floats.c | 851 UnityAssertFloatSpecial(1.0f, NULL, __LINE__, UNITY_FLOAT_INVALID_TRAIT); in testFloatTraitFailsOnInvalidTrait()
|
/third_party/unity/src/ |
H A D | unity.c | 1118 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 D | unity_internals.h | 490 UNITY_FLOAT_INVALID_TRAIT enumerator
|
/third_party/cJSON/tests/unity/test/tests/ |
H A D | testunity.c | 4140 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 D | unity_internals.h | 373 UNITY_FLOAT_INVALID_TRAIT enumerator
|
Completed in 16 milliseconds