Home
last modified time | relevance | path

Searched refs:UnityDoublesWithin (Results 1 - 2 of 2) sorted by relevance

/third_party/cJSON/tests/unity/src/
H A Dunity.c836 static int UnityDoublesWithin(UNITY_DOUBLE delta, UNITY_DOUBLE expected, UNITY_DOUBLE actual) in UnityDoublesWithin() function
866 if (!UnityDoublesWithin(*ptr_expected * UNITY_DOUBLE_PRECISION, *ptr_expected, *ptr_actual)) in UnityAssertEqualDoubleArray()
892 if (!UnityDoublesWithin(delta, expected, actual)) in UnityAssertDoublesWithin()
/third_party/unity/src/
H A Dunity.c1153 static int UnityDoublesWithin(UNITY_DOUBLE delta, UNITY_DOUBLE expected, UNITY_DOUBLE actual) in UnityDoublesWithin() function
1222 if (!UnityDoublesWithin(in_delta + current_element_delta, *ptr_expected, *ptr_actual)) in UnityAssertWithinDoubleArray()
1248 if (!UnityDoublesWithin(delta, expected, actual)) in UnityAssertDoublesWithin()
1266 if (UnityDoublesWithin(delta, expected, actual)) in UnityAssertDoublesNotWithin()
1295 if ((compare & UNITY_EQUAL_TO) && UnityDoublesWithin(threshold * UNITY_DOUBLE_PRECISION, threshold, actual)) { failed = 0; } in UnityAssertGreaterOrLessDouble()

Completed in 6 milliseconds