Searched refs:check2 (Results 1 – 2 of 2) sorted by relevance
/hal_rpi_pico-latest/test/pico_float_test/ |
D | pico_double_test.c | 326 #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 499 check2(__aeabi_dmul, x, x); in main() 500 check2(__aeabi_ddiv, 1.0, x); in main()
|
D | pico_float_test.c | 329 #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 563 check2(__aeabi_fmul, x, x); in main() 564 check2(__aeabi_fdiv, 1.0f, x); in main()
|