Home
last modified time | relevance | path

Searched refs:check (Results 1 – 19 of 19) sorted by relevance

/hal_rpi_pico-latest/test/pico_float_test/
Dpico_float_test.c586 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/
Dbazel_common.py31 check=True,
65 def run_bazel(args, check=False, **kwargs): argument
90 if check:
Dcheck_doxygen_groups.py23 res = subprocess.run(['git', 'grep', '\\defgroup'], check=True, stdout=subprocess.PIPE)
37 res = subprocess.run(['git', 'grep', '\\ingroup'], check=True, stdout=subprocess.PIPE)
Dcheck_source_files_in_bazel_build.py69 args, check=False, capture_output=True, cwd=source_dir, **kwargs
164 check=True,
Dbazel_build.py178 check=True,
Dcompare_build_systems.py251 check=True,
/hal_rpi_pico-latest/test/cmsis_test/
DCMakeLists.txt1 # todo remove check
/hal_rpi_pico-latest/test/hardware_sync_spin_lock_test/
Dhardware_sync_spin_lock_test.c19 bool (*check)(); member
215 if (t->check()) { in main()
/hal_rpi_pico-latest/
DChangeLog.zephyr.md6 - [#9] pico-sdk: Disabling sanity check the IRQ status
/hal_rpi_pico-latest/src/rp2_common/pico_double/
Ddouble_aeabi_rp2040.S627 #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
Ddouble_v1_rom_shim_rp2040.S227 lsls r4,#1 @ check rounding bit
241 adds r4,r2,#2 @ check if exponent is overflowing
Ddouble_sci_m33.S656 @ 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
Ddouble_fma_dcp.S95 …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/
DCMakeLists.txt98 PARAM_ASSERTIONS_ENABLE_ALL=1 # want to check all the assertions for compilation warnings
/hal_rpi_pico-latest/bazel/
DREADME.md110 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/
DCMakeLists.txt100 # Note: This is used by MP, so check for issues when making changes
/hal_rpi_pico-latest/src/rp2_common/pico_float/
Dfloat_aeabi_rp2040.S401 lsls r3,r1,#24 @ check bottom 8 bits of r1
Dfloat_sci_m33_vfp.S647 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/
Dparser.yy39 …able : 4244) // possible loss of data (valid warning, but there is a software check / missing cast)