Home
last modified time | relevance | path

Searched defs:check2 (Results 1 – 2 of 2) sorted by relevance

/hal_rpi_pico-latest/test/pico_float_test/
Dpico_double_test.c326 #define check2(func,p0,p1) ({ typeof(p0) r = func(p0,p1), r2 = __CONCAT(__real_, func)(p0,p1); test… macro
331 #define check2(func,p0,p1) func(p0,p1) macro
Dpico_float_test.c329 #define check2(func,p0,p1) ({ typeof(p0) r = func(p0,p1), r2 = __CONCAT(__real_, func)(p0,p1); test… macro
334 #define check2(func,p0,p1) func(p0,p1) macro