Searched refs:extra (Results 1 – 18 of 18) sorted by relevance
/hal_rpi_pico-latest/src/common/pico_base_headers/ |
D | generate_config_header.cmake | 14 # PICO_CMAKE_CONFIG: PICO_CONFIG_HEADER_FILES, List of extra header files to include from pico/conf… 17 # PICO_CMAKE_CONFIG: PICO_RP2040_CONFIG_HEADER_FILES, List of extra header files to include from pi… 18 # PICO_CMAKE_CONFIG: PICO_RP2350_ARM_S_CONFIG_HEADER_FILES, List of extra header files to include f… 19 # PICO_CMAKE_CONFIG: PICO_RP2350_RISCV_CONFIG_HEADER_FILES, List of extra header files to include f… 20 # PICO_CMAKE_CONFIG: PICO_HOST_CONFIG_HEADER_FILES, List of extra header files to include from pico…
|
/hal_rpi_pico-latest/test/pico_divider_test/ |
D | pico_divider_test.c | 304 for(int extra = 0; extra <= 48; extra+=16) in perf_test() local 311 int64_t a = rnd64() / (1u << extra); in perf_test() 319 printf(" S64 %d %d %f\t%f\n", extra, bit, tc / 1000.0, tp / 1000.0); in perf_test() 335 printf(" U64 %d %d %f\t%f\n", extra, bit, tc / 1000.0, tp / 1000.0); in perf_test()
|
/hal_rpi_pico-latest/src/rp2350/pico_platform/ |
D | BUILD.bazel | 18 # Be extra careful about who references this for now; if users depend on
|
/hal_rpi_pico-latest/src/rp2040/pico_platform/ |
D | BUILD.bazel | 18 # Be extra careful about who references this for now; if users depend on
|
/hal_rpi_pico-latest/test/pico_float_test/ |
D | CMakeLists.txt | 49 # handy for testing we aren't pulling in extra stuff
|
/hal_rpi_pico-latest/src/common/pico_binary_info/include/pico/binary_info/ |
D | structure.h | 120 bi_ptr_of(binary_info_t) extra; // additional info
|
D | code.h | 110 .extra = _extra, \
|
/hal_rpi_pico-latest/src/rp2_common/cmsis/ |
D | BUILD.bazel | 11 # to have extra deps, and this header is touched by the host build.
|
/hal_rpi_pico-latest/src/rp2_common/pico_crt0/rp2040/ |
D | memmap_no_flash.ld | 247 /* todo assert on extra code */
|
D | memmap_blocked_ram.ld | 284 /* todo assert on extra code */
|
D | memmap_copy_to_ram.ld | 285 /* todo assert on extra code */
|
D | memmap_default.ld | 284 /* todo assert on extra code */
|
/hal_rpi_pico-latest/src/rp2_common/pico_crt0/rp2350/ |
D | memmap_no_flash.ld | 254 /* todo assert on extra code */
|
D | memmap_copy_to_ram.ld | 307 /* todo assert on extra code */
|
D | memmap_default.ld | 300 /* todo assert on extra code */
|
/hal_rpi_pico-latest/src/rp2_common/pico_float/ |
D | float_sci_m33_vfp.S | 686 ldrmi r12,pi @ if x<0, need two extra quadrants 704 ldr r12,piover2 @ always one extra quadrant in this path
|
D | float_sci_m33.S | 605 bl frr_core @ repeat range reduction with extra factor of 2^2 (, 2^4, 2^6, 2^8,...)
|
/hal_rpi_pico-latest/src/rp2_common/pico_double/ |
D | double_sci_m33.S | 155 …bl drr_core @ repeat range reduction with extra factor of 2^4 (, 2^8, 2^12, 2^16,.…
|