Searched refs:expected_higher (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/libs/geometry/test/strategies/ |
D | haversine.cpp | 114 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/ |
D | test_unity_floats.c | 806 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()
|
D | testunity.c | 7294 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/ |
D | testunity.c | 4529 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()
|