Searched refs:g (Results 1 – 18 of 18) sorted by relevance
/hal_rpi_pico-latest/bazel/toolchain/ |
D | gcc_arm_none_eabi.BUILD | 16 "@rules_cc//cc/toolchains/actions:cpp_compile_actions": ":arm-none-eabi-g++", 40 name = "arm-none-eabi-g++", 42 "@platforms//os:windows": "//:bin/arm-none-eabi-g++.exe", 43 "//conditions:default": "//:bin/arm-none-eabi-g++", 78 # This tool is actually just g++ under the hood, but this specifies a 83 "@platforms//os:windows": "//:bin/arm-none-eabi-g++.exe", 84 "//conditions:default": "//:bin/arm-none-eabi-g++",
|
/hal_rpi_pico-latest/cmake/preload/toolchains/util/ |
D | set_flags.cmake | 14 set(CMAKE_${LANG}_FLAGS_RELEASE_INIT "-g") 15 set(CMAKE_${LANG}_FLAGS_MINSIZEREL_INIT "-g")
|
D | pico_arm_gcc_common.cmake | 26 pico_find_compiler_with_triples(PICO_COMPILER_CXX "${PICO_GCC_TRIPLE}" g++)
|
/hal_rpi_pico-latest/docs/ |
D | logo-mobile.svg | 13 <g> 28 </g>
|
D | mainpage.md | 13 …emium. Additionally the trade-offs between performance and other factors (e.g. edge-case error han…
|
/hal_rpi_pico-latest/cmake/ |
D | pico_pre_load_platform.cmake | 9 # PICO_CMAKE_CONFIG: PICO_PLATFORM, Platform to build for e.g. rp2040/rp2350/rp2350-arm-s/rp2350-ri… 55 set(PICO_BOARD ${PICO_BOARD} CACHE STRING "PICO target board (e.g. pico, pico2)" FORCE) 75 …ult actual platform to build for if rp2350 is specified for PICO_PLATFORM e.g. rp2350-arm-s/rp2350… 124 set(PICO_PLATFORM ${PICO_PLATFORM} CACHE STRING "PICO Build platform (e.g. rp2040, rp2350, rp2350-r… 125 set(PICO_PREVIOUS_PLATFORM ${PICO_PLATFORM} CACHE STRING "Saved PICO Build platform (e.g. rp2040, r…
|
/hal_rpi_pico-latest/src/rp2_common/pico_standard_binary_info/ |
D | BUILD.bazel | 13 # PICO_BUILD_DEFINE: PICO_CMAKE_BUILD_TYPE, The type of build (e.g. Debug or Release) to embed in b…
|
/hal_rpi_pico-latest/ |
D | README.md | 148 About the simplest you can do is a single source file (e.g. hello_world.c) 185 …, you should pass `-DPICO_BOARD=board_name` to the `cmake` command above, e.g. `cmake -DPICO_BOARD… 187 …Specifying `PICO_BOARD=<booardname>` sets up various compiler defines (e.g. default pin numbers fo… 188 …cases also enables the use of additional libraries (e.g. wireless support when building for `PICO_…
|
/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/ |
D | CMakeLists.txt | 101 # e.g. Don't add new depenedences 142 …# e.g. pico_configure_ip4_address(picow_tcpip_server_background PRIVATE CYW43_DEFAULT_IP_STA_ADDRE…
|
/hal_rpi_pico-latest/tools/ |
D | uf2_aspect.bzl | 56 It's also possible to use this aspect within a custom macro (e.g. my_cc_binary)
|
/hal_rpi_pico-latest/src/rp2_common/pico_double/ |
D | double_fma_dcp.S | 120 … branch if |a| is big compared to |mn|, more precisely if ea-(em+en)≥3 so e.g. if ea=0 (hence 1≤a<… 124 @ here |mn| is big compared to |a|; e.g. if em+en=0 (so 1≤mn<4) then ea≤2 and a<8 307 … branch if |a| is big compared to |mn|, more precisely if ea-(em+en)≥4 so e.g. if ea=0 then em+en≤… 308 …beq 94f @ branch if ea-(em+en)=3 e.g. if ea=0 then em+en=-3 and 1/8=2^-3≤mn<4.… 309 @ in this branch, if e.g. em+en=0 (so 1≤mn<4) then ea≤2 and a<8 339 @ here if ea-(em+en)=3 e.g. if ea=0 then em+en=-3 and 1/8=2^-3≤mn<4.2^-3=1/2 531 @ here |a| is big compared to |mn|, more precisely ea-(em+en)≥4 so e.g. if ea=0 then em+en≤-4 and m…
|
/hal_rpi_pico-latest/test/pico_float_test/ |
D | pico_double_test.c | 496 double g = 1.0 / x; in main() local 498 x - 0.377777777777777777777777777777, g, 123456789.0 / x); in main()
|
D | pico_float_test.c | 560 float g = 1.0f / x; in main() local 562 x - 0.377777777777777777777777777777f, g, 123456789.0f / x); in main()
|
/hal_rpi_pico-latest/src/rp2_common/pico_crt0/rp2040/ |
D | memmap_blocked_ram.ld | 70 …/* bit of a hack right now to exclude all floating point and time critical (e.g. memset, memcpy) c…
|
D | memmap_default.ld | 70 …/* bit of a hack right now to exclude all floating point and time critical (e.g. memset, memcpy) c…
|
/hal_rpi_pico-latest/bazel/util/ |
D | transition.bzl | 26 Note: Flags must be referenced as e.g. `//command_line_option:copt` in
|
/hal_rpi_pico-latest/src/rp2_common/pico_crt0/rp2350/ |
D | memmap_default.ld | 59 …/* bit of a hack right now to exclude all floating point and time critical (e.g. memset, memcpy) c…
|
/hal_rpi_pico-latest/bazel/config/ |
D | BUILD.bazel | 208 # PICO_BAZEL_CONFIG: PICO_BAZEL_BUILD_TYPE, The type of build (e.g. Debug or Release) to embed in b…
|