Searched full:rounding (Results 1 – 25 of 46) sorted by relevance
12
/Zephyr-latest/subsys/bluetooth/controller/util/ |
D | mem.h | 21 * for the rounding in the next step, to be Up. 24 * flooring can't be undone so have achieved a rounding.
|
/Zephyr-latest/doc/connectivity/networking/ |
D | net_pkt_processing_stats.rst | 68 differently so there is slight difference because of rounding errors. 84 differently so there is slight difference because of rounding errors.
|
/Zephyr-latest/arch/arm/core/cortex_m/ |
D | relay_vector_table.ld | 23 * For more than 16 HW interrupts, we adjust the alignment by rounding up
|
D | reset.S | 134 * (may be larger due to rounding up for stack pointer aligning
|
/Zephyr-latest/dts/bindings/clock/ |
D | pwm-clock.yaml | 19 frequency to time (nanoseconds units). This may result in rounding
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/fs_mgmt/include/mgmt/mcumgr/grp/fs_mgmt/ |
D | fs_mgmt_config.h | 38 #warning CONFIG_MCUMGR_GRP_FS_DL_CHUNK_SIZE too big, rounding it down.
|
/Zephyr-latest/modules/cmsis-dsp/ |
D | Kconfig | 292 bool "Rounding" 294 This option enables rounding on the support functions.
|
/Zephyr-latest/arch/arm/core/ |
D | vector_table.ld | 32 * For more than 16 HW interrupts, we adjust the alignment by rounding up
|
/Zephyr-latest/include/zephyr/math/ |
D | interpolation.h | 25 * @note Result rounding occurs away from 0, e.g:
|
/Zephyr-latest/arch/riscv/core/ |
D | reset.S | 56 * Floating-point rounding mode set to IEEE-754 default, and clear
|
/Zephyr-latest/drivers/sensor/sensirion/sgp40/ |
D | sgp40.c | 75 /* adding +87 to avoid most rounding errors through truncation */ in sgp40_attr_set() 87 /* adding +50 to eliminate rounding errors through truncation */ in sgp40_attr_set()
|
/Zephyr-latest/tests/lib/linear_range/src/ |
D | main.c | 211 /* rounding: 120->130 (5) */ in ZTEST() 287 /* rounding: 120->130, maximum < 130 */ in ZTEST() 292 /* rounding: 120->130, maximum > 125 (range too narrow) */ in ZTEST()
|
/Zephyr-latest/tests/kernel/timer/timer_api/src/ |
D | timer_convert.c | 269 * we are rounding down, from (-from_hz:0] if we are rounding in test_conversion() 270 * up, or [-from_hz/2:from_hz/2] if we are rounding to the in test_conversion()
|
/Zephyr-latest/tests/drivers/adc/adc_rescale/src/ |
D | main.c | 15 /* Raw to millivolt conversion doesn't handle rounding */
|
/Zephyr-latest/drivers/disk/ |
D | loopback_disk.c | 149 "rounding down: %ld bytes", in loopback_disk_access_register()
|
/Zephyr-latest/soc/nordic/nrf54l/ |
D | soc.c | 83 /* Calculation of INTCAP code before rounding. Min that calculations here are done on in nordicsemi_nrf54l_init()
|
/Zephyr-latest/include/zephyr/drivers/ |
D | emul_sensor.h | 94 * @param[out] epsilon Tolerance to use comparing expected and actual values to account for rounding
|
/Zephyr-latest/tests/unit/timeutil/ |
D | test_s32.c | 53 * algorithm subtraction rounding to days.
|
/Zephyr-latest/tests/drivers/gnss/gnss_nmea0183/src/ |
D | main.c | 46 zassert_true(ndeg >= min_ndeg, "Parsed value falls below max rounding error"); in ZTEST() 47 zassert_true(ndeg <= max_ndeg, "Parsed value is above max rounding error"); in ZTEST() 90 "Parsed value falls below max rounding error"); in ZTEST()
|
/Zephyr-latest/doc/kernel/services/timing/ |
D | clocks.rst | 49 rounding control for all time units. Any unit of "ms" (milliseconds), 51 Control of rounding is provided, and each conversion is available in
|
/Zephyr-latest/drivers/timer/ |
D | mcux_gpt_timer.c | 105 * need to worry about losing time here due to rounding. in mcux_imx_gpt_isr()
|
/Zephyr-latest/scripts/logging/dictionary/dictionary_parser/ |
D | log_parser_v1.py | 188 # Align the argument list by rounding up
|
D | log_parser_v3.py | 193 # Align the argument list by rounding up
|
/Zephyr-latest/arch/xtensa/core/startup/ |
D | reset_vector.S | 575 * rounding mode, so that floating point ops give predictable results) 586 wur a0, FCR /* clear FCR (default rounding mode, round-nearest) */
|
/Zephyr-latest/samples/subsys/usb/uac2_explicit_feedback/src/ |
D | feedback_nrf53.c | 289 * resulting PI coefficients after power of two rounding are the same). in pi_update()
|
12