Searched refs:test__aeabi_cdcmple (Results 1 – 1 of 1) sorted by relevance
/hal_rpi_pico-latest/test/pico_float_test/ |
D | pico_double_test.c | 130 int test__aeabi_cdcmple(double a, double b, int expected) { in test__aeabi_cdcmple() function 178 if (test__aeabi_cdcmple(1.0, 1.0, 0)) in test_cdcmple() 180 if (test__aeabi_cdcmple(1234.567, 765.4321, 1)) in test_cdcmple() 182 if (test__aeabi_cdcmple(765.4321, 1234.567, -1)) in test_cdcmple() 184 if (test__aeabi_cdcmple(-123.0, -678.0, 1)) in test_cdcmple() 186 if (test__aeabi_cdcmple(-678.0, -123.0, -1)) in test_cdcmple() 188 if (test__aeabi_cdcmple(-123.0, 678.0, -1)) in test_cdcmple() 190 if (test__aeabi_cdcmple(678.0, -123.0, 1)) in test_cdcmple() 192 if (test__aeabi_cdcmple(0.0, -0.0, 0)) in test_cdcmple() 194 if (test__aeabi_cdcmple(1.0, NAN, 1)) in test_cdcmple() [all …]
|