Home
last modified time | relevance | path

Searched refs:extra (Results 1 – 18 of 18) sorted by relevance

/hal_rpi_pico-latest/src/common/pico_base_headers/
Dgenerate_config_header.cmake14 # 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/
Dpico_divider_test.c304 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/
DBUILD.bazel18 # Be extra careful about who references this for now; if users depend on
/hal_rpi_pico-latest/src/rp2040/pico_platform/
DBUILD.bazel18 # Be extra careful about who references this for now; if users depend on
/hal_rpi_pico-latest/test/pico_float_test/
DCMakeLists.txt49 # handy for testing we aren't pulling in extra stuff
/hal_rpi_pico-latest/src/common/pico_binary_info/include/pico/binary_info/
Dstructure.h120 bi_ptr_of(binary_info_t) extra; // additional info
Dcode.h110 .extra = _extra, \
/hal_rpi_pico-latest/src/rp2_common/cmsis/
DBUILD.bazel11 # to have extra deps, and this header is touched by the host build.
/hal_rpi_pico-latest/src/rp2_common/pico_crt0/rp2040/
Dmemmap_no_flash.ld247 /* todo assert on extra code */
Dmemmap_blocked_ram.ld284 /* todo assert on extra code */
Dmemmap_copy_to_ram.ld285 /* todo assert on extra code */
Dmemmap_default.ld284 /* todo assert on extra code */
/hal_rpi_pico-latest/src/rp2_common/pico_crt0/rp2350/
Dmemmap_no_flash.ld254 /* todo assert on extra code */
Dmemmap_copy_to_ram.ld307 /* todo assert on extra code */
Dmemmap_default.ld300 /* todo assert on extra code */
/hal_rpi_pico-latest/src/rp2_common/pico_float/
Dfloat_sci_m33_vfp.S686 ldrmi r12,pi @ if x<0, need two extra quadrants
704 ldr r12,piover2 @ always one extra quadrant in this path
Dfloat_sci_m33.S605 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/
Ddouble_sci_m33.S155 …bl drr_core @ repeat range reduction with extra factor of 2^4 (, 2^8, 2^12, 2^16,.…