Searched refs:w (Results 1 – 8 of 8) sorted by relevance
/hal_rpi_pico-latest/ |
D | .bazelrc | 2 common --per_file_copt=external/.*@-w 3 common --host_per_file_copt=external/.*@-w
|
/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_arch/ |
D | CMakeLists.txt | 1 if (PICO_CYW43_SUPPORTED) # set by BOARD=pico-w 16 cyw43_driver_picow # driver for pico w
|
/hal_rpi_pico-latest/src/rp2_common/pico_double/ |
D | double_math.c | 354 double t,rt,u,v,v0,v1,w,ry; in dpow_1() local 378 w=t-rt; in dpow_1() 380 w+=t; in dpow_1() 384 w+=t-rt; in dpow_1() 385 w+=u*v; in dpow_1() 386 return dldexp(exp2(w),c); in dpow_1()
|
/hal_rpi_pico-latest/src/rp2350/boot_stage2/ |
D | pad_checksum | 15 return int("{:0{w}b}".format(x, w=width)[::-1], 2)
|
/hal_rpi_pico-latest/src/rp2040/boot_stage2/ |
D | pad_checksum | 17 return int("{:0{w}b}".format(x, w=width)[::-1], 2)
|
/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/Core/Include/ |
D | core_cm0plus.h | 221 uint32_t w; /*!< Type used for word access */ member 248 uint32_t w; /*!< Type used for word access */ member 272 uint32_t w; /*!< Type used for word access */ member 306 uint32_t w; /*!< Type used for word access */ member
|
D | core_cm33.h | 351 uint32_t w; /*!< Type used for word access */ member 384 uint32_t w; /*!< Type used for word access */ member 411 uint32_t w; /*!< Type used for word access */ member 456 uint32_t w; /*!< Type used for word access */ member
|
/hal_rpi_pico-latest/src/rp2_common/pico_printf/ |
D | printf.c | 625 const int w = va_arg(va, int); in _vsnprintf() local 626 if (w < 0) { in _vsnprintf() 628 width = (unsigned int) -w; in _vsnprintf() 630 width = (unsigned int) w; in _vsnprintf()
|