Home
last modified time | relevance | path

Searched refs:_UF (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/bsd/ntp/dist/sntp/unity/
H A Dunity_internals.h217 typedef UNITY_FLOAT_TYPE _UF; typedef
427 void UnityPrintFloat(const _UF number);
487 void UnityAssertFloatsWithin(const _UF delta,
488 const _UF expected,
489 const _UF actual,
493 void UnityAssertEqualFloatArray(UNITY_PTR_ATTRIBUTE const _UF* expected,
494 UNITY_PTR_ATTRIBUTE const _UF* actual,
499 void UnityAssertFloatSpecial(const _UF actual,
671 … line, message) UnityAssertFloatsWithin((_UF)(delta), (_UF)(expected), (_UF)(act…
672 … UNITY_TEST_ASSERT_FLOAT_WITHIN((_UF)(expected) * (_UF)UNITY_FLOAT_PRECISION, (_UF)expe…
[all …]
H A Dunity.c57 static const _UF f_zero = 0.0f;
261 void UnityPrintFloat(_UF number) in UnityPrintFloat()
618 UNITY_PTR_ATTRIBUTE const _UF* ptr_expected = expected; in UnityAssertEqualFloatArray()
619 UNITY_PTR_ATTRIBUTE const _UF* ptr_actual = actual; in UnityAssertEqualFloatArray()
620 _UF diff, tol; in UnityAssertEqualFloatArray()
667 void UnityAssertFloatsWithin(const _UF delta, in UnityAssertFloatsWithin()
668 const _UF expected, in UnityAssertFloatsWithin()
669 const _UF actual, in UnityAssertFloatsWithin()
673 _UF diff = actual - expected; in UnityAssertFloatsWithin()
674 _UF pos_delta = delta; in UnityAssertFloatsWithin()
[all …]