Home
last modified time | relevance | path

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

/third_party/unity/test/tests/
Dtest_unity_floats.c807 char expected_higher2[18]; in printFloatValue() local
821 strcpy(expected_higher2, expected); in printFloatValue()
841 if (isfinite(higher2)) sprintf(expected_higher2, "%.7g", higher2); in printFloatValue()
850 strcmp(expected_higher2, getBufferPutcharSpy()) != 0 && in printFloatValue()
Dtestunity.c7295 char expected_higher2[18]; in printFloatValue() local
7309 strcpy(expected_higher2, expected); in printFloatValue()
7329 if (isfinite(higher2)) sprintf(expected_higher2, "%.7g", higher2); in printFloatValue()
7338 strcmp(expected_higher2, getBufferPutcharSpy()) != 0 && in printFloatValue()