Searched defs:check_close2 (Results 1 – 2 of 2) sorted by relevance
/hal_rpi_pico-latest/test/pico_float_test/ |
D | pico_double_test.c | 328 #define check_close2(func,p0,p1) ({ typeof(p0) r = func(p0,p1), r2 = __CONCAT(__real_, func)(p0,p1)… macro 333 #define check_close2(func,p0,p1) func(p0,p1) macro
|
D | pico_float_test.c | 331 #define check_close2(func,p0,p1) ({ typeof(p0) r = func(p0,p1), r2 = __CONCAT(__real_, func)(p0,p1)… macro 336 #define check_close2(func,p0,p1) func(p0,p1) macro
|