Home
last modified time | relevance | path

Searched refs:expected_higher (Results 1 - 2 of 2) sorted by relevance

/third_party/unity/test/tests/
H A Dtest_unity_floats.c1316 char expected_higher[18]; in printFloatValue() local
1330 strcpy(expected_higher, expected); in printFloatValue()
1339 if(isfinite(higher)) sprintf(expected_higher, "%.7g", higher); in printFloatValue()
1359 strcmp(expected_higher, getBufferPutcharSpy()) != 0 && in printFloatValue()
/third_party/cJSON/tests/unity/test/tests/
H A Dtestunity.c4529 char expected_higher[18]; in printFloatValue() local
4545 if (isfinite(higher)) sprintf(expected_higher, "%.6g", higher); else strcpy(expected_higher, expected); in printFloatValue()
4549 strcmp(expected_higher, getBufferPutcharSpy()) != 0) in printFloatValue()

Completed in 8 milliseconds