Home
last modified time | relevance | path

Searched refs:range (Results 1 – 13 of 13) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/hardware_clocks/scripts/
Dvcocalc.py7 fbdiv_range = range(16, 320 + 1)
8 postdiv_range = range(1, 7 + 1)
31 refdiv_range = range(refdiv_min, max(refdiv_min, min(refdiv_max, int(args.input / args.ref_min))) +…
/hal_rpi_pico-latest/src/rp2_common/hardware_xosc/
Dxosc.c19 #error XOSC_HZ must be in the range 1,000,000-50,000,000 i.e. 1-50MHz XOSC frequency
/hal_rpi_pico-latest/src/rp2350/boot_stage2/
Dpad_checksum52 for offs in range(0, len(odata), 16):
/hal_rpi_pico-latest/src/rp2040/boot_stage2/
Dpad_checksum51 for offs in range(0, len(odata), 16):
/hal_rpi_pico-latest/src/rp2_common/pico_float/
Dfloat_sci_m33.S44 @ r6 range reduced result
510 @ r3 phi0+phi1+phi2, result over reduced range Q32
591 @ case where range-reduced angle is very small
595 @ r6 abs range-reduced angle / 2π < 2^-7 Q32
605 bl frr_core @ repeat range reduction with extra factor of 2^2 (, 2^4, 2^6, 2^8,...)
612 @ here r4 is the abs range-reduced angle Q32+r12, 2^-6..2^-4 in Q32 terms
621 @ r0 θ, abs range reduced angle θ 0..π/4 Q32+r12, 2π * 2^-6..2^-4 in Q32 terms (so top bit is clear)
719 @ r0 range reduced angle θ 0..π/4 Q32
Dfloat_sci_m33_vfp.S43 @ r6 range reduced result in revolutions Q32
114 blo 10b @ in range after all
302 @ heavy-duty range reduction
353 @ light-duty range reduction
376 ble 40b @ then do heavy-duty range reduction
/hal_rpi_pico-latest/tools/pioasm/
Dlexer.ll232 throw yy::parser::syntax_error (loc, "integer is out of range: " + s);
248 throw yy::parser::syntax_error (loc, "hex is out of range: " + s);
257 throw yy::parser::syntax_error (loc, "binary is out of range: " + s);
/hal_rpi_pico-latest/src/rp2_common/pico_double/
Ddouble_sci_m33.S57 @ r7:r8 range reduced result
141 @ case where range-reduced angle is very small
145 @ r7:r8 abs range-reduced angle < 2^-10 Q64
155 …bl drr_core @ repeat range reduction with extra factor of 2^4 (, 2^8, 2^12, 2^16,.…
163 @ here r7:r9 is the abs range-reduced angle Q64+r12, 2^-8..2^-4 in Q64 terms
176 @ r0:r1 θ, abs range reduced angle θ 0..π/4 Q64+r12
213 @ r0:r1 θ, abs range reduced angle θ 0..π/4 Q64+r12
248 @ case where range reduction result has excess exponent ≥ 32
340 @ r0:r1 range reduced angle θ 0..π/4 Q64
805 @ assert result is in range 1..2
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
/hal_rpi_pico-latest/docs/
Dmainpage.md13 The RP-series microcontroller range are powerful chips, however they are used in an embedded enviro…
/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/
DCMakeLists.txt92 …_FRAC8, fractional component of pio clock divider used for cyw43 comms in range 0-255, type=int, d…
/hal_rpi_pico-latest/tools/pioasm/gen/
Dparser.cpp1056 stack_type::slice range (yystack_, yylen); in parse() local
1057 YYLLOC_DEFAULT (yylhs.location, range, yylen); in parse()
Dparser.hpp3109 slice (const stack& stack, index_type range) in slice() argument
3111 , range_ (range) in slice()