Home
last modified time | relevance | path

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

/third_party/unity/src/
H A Dunity_internals.h242 typedef UNITY_FLOAT_TYPE UNITY_FLOAT; typedef
285 typedef UNITY_FLOAT UNITY_DOUBLE;
676 void UnityAssertFloatsWithin(const UNITY_FLOAT delta,
677 const UNITY_FLOAT expected,
678 const UNITY_FLOAT actual,
682 void UnityAssertFloatsNotWithin(const UNITY_FLOAT delta,
683 const UNITY_FLOAT expected,
684 const UNITY_FLOAT actual,
688 void UnityAssertGreaterOrLessFloat(const UNITY_FLOAT threshold,
689 const UNITY_FLOAT actua
[all...]
H A Dunity.c925 static int UnityFloatsWithin(UNITY_FLOAT delta, UNITY_FLOAT expected, UNITY_FLOAT actual) in UnityFloatsWithin()
927 UNITY_FLOAT diff; in UnityFloatsWithin()
932 void UnityAssertWithinFloatArray(const UNITY_FLOAT delta, in UnityAssertWithinFloatArray()
933 UNITY_PTR_ATTRIBUTE const UNITY_FLOAT* expected, in UnityAssertWithinFloatArray()
934 UNITY_PTR_ATTRIBUTE const UNITY_FLOAT* actual, in UnityAssertWithinFloatArray()
941 UNITY_PTR_ATTRIBUTE const UNITY_FLOAT* ptr_expected = expected; in UnityAssertWithinFloatArray()
942 UNITY_PTR_ATTRIBUTE const UNITY_FLOAT* ptr_actual = actual; in UnityAssertWithinFloatArray()
943 UNITY_FLOAT in_delt in UnityAssertWithinFloatArray()
[all...]
/third_party/cJSON/tests/unity/src/
H A Dunity_internals.h186 typedef UNITY_FLOAT_TYPE UNITY_FLOAT; typedef
220 typedef UNITY_FLOAT UNITY_DOUBLE;
524 void UnityAssertFloatsWithin(const UNITY_FLOAT delta,
525 const UNITY_FLOAT expected,
526 const UNITY_FLOAT actual,
530 void UnityAssertEqualFloatArray(UNITY_PTR_ATTRIBUTE const UNITY_FLOAT* expected,
531 UNITY_PTR_ATTRIBUTE const UNITY_FLOAT* actual,
537 void UnityAssertFloatSpecial(const UNITY_FLOAT actual,
827 #define UNITY_TEST_ASSERT_FLOAT_WITHIN(delta, expected, actual, line, message) UnityAssertFloatsWithin((UNITY_FLOAT)(delta), (UNITY_FLOAT)(expecte
[all...]
H A Dunity.c706 static int UnityFloatsWithin(UNITY_FLOAT delta, UNITY_FLOAT expected, UNITY_FLOAT actual) in UnityFloatsWithin()
708 UNITY_FLOAT diff; in UnityFloatsWithin()
712 void UnityAssertEqualFloatArray(UNITY_PTR_ATTRIBUTE const UNITY_FLOAT* expected, in UnityAssertEqualFloatArray()
713 UNITY_PTR_ATTRIBUTE const UNITY_FLOAT* actual, in UnityAssertEqualFloatArray()
720 UNITY_PTR_ATTRIBUTE const UNITY_FLOAT* ptr_expected = expected; in UnityAssertEqualFloatArray()
721 UNITY_PTR_ATTRIBUTE const UNITY_FLOAT* ptr_actual = actual; in UnityAssertEqualFloatArray()
754 void UnityAssertFloatsWithin(const UNITY_FLOAT delta, in UnityAssertFloatsWithin()
755 const UNITY_FLOAT expecte in UnityAssertFloatsWithin()
[all...]
/third_party/unity/test/tests/
H A Dself_assessment_utils.h10 static const UNITY_FLOAT f_zero = 0.0f;
/third_party/cJSON/tests/unity/test/tests/
H A Dtestunity.c14 static const UNITY_FLOAT f_zero = 0.0f;

Completed in 15 milliseconds