MCPcopy Index your code
hub / github.com/DaveGamble/cJSON / UnityDoublesWithin

Function UnityDoublesWithin

tests/unity/src/unity.c:836–840  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

834/*-----------------------------------------------*/
835#ifndef UNITY_EXCLUDE_DOUBLE
836static int UnityDoublesWithin(UNITY_DOUBLE delta, UNITY_DOUBLE expected, UNITY_DOUBLE actual)
837{
838 UNITY_DOUBLE diff;
839 UNITY_FLOAT_OR_DOUBLE_WITHIN(delta, expected, actual, diff);
840}
841
842void UnityAssertEqualDoubleArray(UNITY_PTR_ATTRIBUTE const UNITY_DOUBLE* expected,
843 UNITY_PTR_ATTRIBUTE const UNITY_DOUBLE* actual,

Callers 2

UnityAssertDoublesWithinFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…