Searched refs:UnityDoublesWithin (Results 1 – 1 of 1) sorted by relevance
1153 static int UnityDoublesWithin(UNITY_DOUBLE delta, UNITY_DOUBLE expected, UNITY_DOUBLE actual) in UnityDoublesWithin() function1222 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… in UnityAssertGreaterOrLessDouble()