Searched refs:test_dcmple_gt (Results 1 – 1 of 1) sorted by relevance
/hal_rpi_pico-latest/test/pico_float_test/ |
D | pico_double_test.c | 102 int test_dcmple_gt(double a, double b, int expected) { in test_dcmple_gt() function 207 if (test_dcmple_gt(1.0, 1.0, 1)) in test_cmple_gt() 209 if (test_dcmple_gt(1234.567, 765.4321, 0)) in test_cmple_gt() 211 if (test_dcmple_gt(765.4321, 1234.567, 1)) in test_cmple_gt() 213 if (test_dcmple_gt(-123.0, -678.0, 0)) in test_cmple_gt() 215 if (test_dcmple_gt(-678.0, -123.0, 1)) in test_cmple_gt() 217 if (test_dcmple_gt(-123.0, 678.0, 1)) in test_cmple_gt() 219 if (test_dcmple_gt(678.0, -123.0, 0)) in test_cmple_gt() 221 if (test_dcmple_gt(0.0, -0.0, 1)) in test_cmple_gt() 223 if (test_dcmple_gt(-0.0, 0.0, 1)) in test_cmple_gt() [all …]
|