Home
last modified time | relevance | path

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

/third_party/unity/test/tests/
Dtest_unity_floats.c808 char expected_higher3[18]; in printFloatValue() local
822 strcpy(expected_higher3, expected); in printFloatValue()
842 if (isfinite(higher3)) sprintf(expected_higher3, "%.7g", higher3); in printFloatValue()
851 strcmp(expected_higher3, getBufferPutcharSpy()) != 0) in printFloatValue()
Dtestunity.c7296 char expected_higher3[18]; in printFloatValue() local
7310 strcpy(expected_higher3, expected); in printFloatValue()
7330 if (isfinite(higher3)) sprintf(expected_higher3, "%.7g", higher3); in printFloatValue()
7339 strcmp(expected_higher3, getBufferPutcharSpy()) != 0) in printFloatValue()