Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/bazel/toolchain/
Dgcc_arm_none_eabi.BUILD16 "@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/
Dset_flags.cmake14 set(CMAKE_${LANG}_FLAGS_RELEASE_INIT "-g")
15 set(CMAKE_${LANG}_FLAGS_MINSIZEREL_INIT "-g")
Dpico_arm_gcc_common.cmake26 pico_find_compiler_with_triples(PICO_COMPILER_CXX "${PICO_GCC_TRIPLE}" g++)
/hal_rpi_pico-latest/docs/
Dlogo-mobile.svg13 <g>
28 </g>
Dmainpage.md13 …emium. Additionally the trade-offs between performance and other factors (e.g. edge-case error han…
/hal_rpi_pico-latest/cmake/
Dpico_pre_load_platform.cmake9 # 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/
DBUILD.bazel13 # PICO_BUILD_DEFINE: PICO_CMAKE_BUILD_TYPE, The type of build (e.g. Debug or Release) to embed in b…
/hal_rpi_pico-latest/
DREADME.md148 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/
DCMakeLists.txt101 # 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/
Duf2_aspect.bzl56 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/
Ddouble_fma_dcp.S120 … 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/
Dpico_double_test.c496 double g = 1.0 / x; in main() local
498 x - 0.377777777777777777777777777777, g, 123456789.0 / x); in main()
Dpico_float_test.c560 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/
Dmemmap_blocked_ram.ld70 …/* bit of a hack right now to exclude all floating point and time critical (e.g. memset, memcpy) c…
Dmemmap_default.ld70 …/* 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/
Dtransition.bzl26 Note: Flags must be referenced as e.g. `//command_line_option:copt` in
/hal_rpi_pico-latest/src/rp2_common/pico_crt0/rp2350/
Dmemmap_default.ld59 …/* 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/
DBUILD.bazel208 # PICO_BAZEL_CONFIG: PICO_BAZEL_BUILD_TYPE, The type of build (e.g. Debug or Release) to embed in b…