Searched refs:check (Results 1 – 19 of 19) sorted by relevance
/hal_rpi_pico-latest/test/pico_float_test/ |
D | pico_float_test.c | 586 bool __noinline check(float x, float y) { 597 printf("0 op nan %d\n", check(0, nanf("sd"))); 598 printf("nan op 0 %d\n", check(nanf("sd"), 0)); 599 printf("0 op -nan %d\n", check(0, -nanf("sd"))); 600 printf("-nan op 0 %d\n", check(-nanf("sd"), 0)); 601 printf("-nan op nan %d\n", check(-nanf("xx"), nanf("xx"))); 602 printf("-nan op -nan %d\n", check(-nanf("xx"), -nanf("xx"))); 603 printf("nan op -nan %d\n", check(nanf("xx"), -nanf("xx"))); 604 printf("nan op nan %d\n", check(nanf("xx"), nanf("xx"))); 605 printf("0 op inf %d\n", check(0, infinityf())); [all …]
|
/hal_rpi_pico-latest/tools/ |
D | bazel_common.py | 31 check=True, 65 def run_bazel(args, check=False, **kwargs): argument 90 if check:
|
D | check_doxygen_groups.py | 23 res = subprocess.run(['git', 'grep', '\\defgroup'], check=True, stdout=subprocess.PIPE) 37 res = subprocess.run(['git', 'grep', '\\ingroup'], check=True, stdout=subprocess.PIPE)
|
D | check_source_files_in_bazel_build.py | 69 args, check=False, capture_output=True, cwd=source_dir, **kwargs 164 check=True,
|
D | bazel_build.py | 178 check=True,
|
D | compare_build_systems.py | 251 check=True,
|
/hal_rpi_pico-latest/test/cmsis_test/ |
D | CMakeLists.txt | 1 # todo remove check
|
/hal_rpi_pico-latest/test/hardware_sync_spin_lock_test/ |
D | hardware_sync_spin_lock_test.c | 19 bool (*check)(); member 215 if (t->check()) { in main()
|
/hal_rpi_pico-latest/ |
D | ChangeLog.zephyr.md | 6 - [#9] pico-sdk: Disabling sanity check the IRQ status
|
/hal_rpi_pico-latest/src/rp2_common/pico_double/ |
D | double_aeabi_rp2040.S | 627 #don't use _d1 as we're doing a range check anyway and infinites/nans are bigger than 1024 657 #don't use _d1 as we're doing a range check anyway and infinites/nans are bigger than 1024 779 #don't use _d1 as we're doing a range check anyway and infinites/nans are bigger than 1024
|
D | double_v1_rom_shim_rp2040.S | 227 lsls r4,#1 @ check rounding bit 241 adds r4,r2,#2 @ check if exponent is overflowing
|
D | double_sci_m33.S | 656 @ check we never return slightly more than r 859 @ check for argument near 1: here 864 lsls r3,r3,#24 @ check 8 bits of mantissa
|
D | double_fma_dcp.S | 95 …orr r14,r14,r12 @ OR of all the classification flags, so we can check if any are zero/… 375 …cmp r3,#0x01000000 @ check we have at least 57 bits of product so that dmul tail will rou…
|
/hal_rpi_pico-latest/test/kitchen_sink/ |
D | CMakeLists.txt | 98 PARAM_ASSERTIONS_ENABLE_ALL=1 # want to check all the assertions for compilation warnings
|
/hal_rpi_pico-latest/bazel/ |
D | README.md | 110 If you need to check against a local version of Picotool, you can run the script
|
/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/ |
D | CMakeLists.txt | 100 # Note: This is used by MP, so check for issues when making changes
|
/hal_rpi_pico-latest/src/rp2_common/pico_float/ |
D | float_aeabi_rp2040.S | 401 lsls r3,r1,#24 @ check bottom 8 bits of r1
|
D | float_sci_m33_vfp.S | 647 b 73f @ and go back and check for NaNs 663 b 83f @ and go back and check for NaNs
|
/hal_rpi_pico-latest/tools/pioasm/ |
D | parser.yy | 39 …able : 4244) // possible loss of data (valid warning, but there is a software check / missing cast)
|