Home
last modified time | relevance | path

Searched refs:expected_higher (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/geometry/test/strategies/
Dhaversine.cpp114 double const expected_higher = 470.0 * km; in test_services() local
151 …gher = services::result_from_distance<comparable_type, P1, P2>::apply(comparable, expected_higher); in test_services()
162 …t_higher = services::result_from_distance<strategy_type, P1, P2>::apply(strategy, expected_higher); in test_services()
/third_party/unity/test/tests/
Dtest_unity_floats.c806 char expected_higher[18]; in printFloatValue() local
820 strcpy(expected_higher, expected); in printFloatValue()
829 if(isfinite(higher)) sprintf(expected_higher, "%.7g", higher); in printFloatValue()
849 strcmp(expected_higher, getBufferPutcharSpy()) != 0 && in printFloatValue()
Dtestunity.c7294 char expected_higher[18]; in printFloatValue() local
7308 strcpy(expected_higher, expected); in printFloatValue()
7317 if(isfinite(higher)) sprintf(expected_higher, "%.7g", higher); in printFloatValue()
7337 strcmp(expected_higher, getBufferPutcharSpy()) != 0 && in printFloatValue()
/third_party/cJSON/tests/unity/test/tests/
Dtestunity.c4529 char expected_higher[18]; in printFloatValue() local
4545 …if (isfinite(higher)) sprintf(expected_higher, "%.6g", higher); else strcpy(expected_higher, expec… in printFloatValue()
4549 strcmp(expected_higher, getBufferPutcharSpy()) != 0) in printFloatValue()