Home
last modified time | relevance | path

Searched defs:d (Results 1 – 6 of 6) sorted by relevance

/hal_rpi_pico-latest/test/pico_float_test/
Dpico_float_test.c363 for(double d = -1.0; d<=1.0; d+=0.25) { in main() local
367 for(double d = -1.0; d<=1.0; d+=0.25) { in main() local
371 for(float d = -0.125; d>=-65536.0*65536.0*65536.0*65536.0*2; d*=2) { in main() local
374 for(float d = 0.125; d<=65536.0*65536.0*65536.0*65536.0*2; d*=2) { in main() local
378 for(double d = -0.125; d>=-65536.0*65536.0*65536.0*65536.0*2; d*=2) { in main() local
381 for(double d = 0.125; d<=65536.0*65536.0*65536.0*65536.0*2; d*=2) { in main() local
474 double d = (double) f0; in main() local
Dpico_double_test.c415 double d = (double) f0; in main() local
/hal_rpi_pico-latest/test/pico_test/include/pico/
Dtest.h18 #define PICOTEST_MODULE_NAME(n,d) const char *picotest_module=n; const char *picotest_description=d… argument
/hal_rpi_pico-latest/src/rp2_common/pico_stdio/
Dstdio.c169 for (stdio_driver_t *d = drivers; d; d = d->next) { in stdio_flush() local
182 for (stdio_driver_t *d = drivers; d; d = d->next) { in stdio_stack_buffer_flush() local
/hal_rpi_pico-latest/src/rp2_common/pico_double/
Ddouble_math.c43 double d; member
53 static inline ui64 double2ui64(double d) { in double2ui64()
/hal_rpi_pico-latest/test/pico_divider_test/
Dpico_divider_test.c52 unsigned int odig(unsigned int*pv,unsigned int d,int zf) { in odig()