Home
last modified time | relevance | path

Searched full:rounding (Results 1 – 25 of 46) sorted by relevance

12

/Zephyr-latest/subsys/bluetooth/controller/util/
Dmem.h21 * 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/
Dnet_pkt_processing_stats.rst68 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/
Drelay_vector_table.ld23 * For more than 16 HW interrupts, we adjust the alignment by rounding up
Dreset.S134 * (may be larger due to rounding up for stack pointer aligning
/Zephyr-latest/dts/bindings/clock/
Dpwm-clock.yaml19 frequency to time (nanoseconds units). This may result in rounding
/Zephyr-latest/subsys/mgmt/mcumgr/grp/fs_mgmt/include/mgmt/mcumgr/grp/fs_mgmt/
Dfs_mgmt_config.h38 #warning CONFIG_MCUMGR_GRP_FS_DL_CHUNK_SIZE too big, rounding it down.
/Zephyr-latest/modules/cmsis-dsp/
DKconfig292 bool "Rounding"
294 This option enables rounding on the support functions.
/Zephyr-latest/arch/arm/core/
Dvector_table.ld32 * For more than 16 HW interrupts, we adjust the alignment by rounding up
/Zephyr-latest/include/zephyr/math/
Dinterpolation.h25 * @note Result rounding occurs away from 0, e.g:
/Zephyr-latest/arch/riscv/core/
Dreset.S56 * Floating-point rounding mode set to IEEE-754 default, and clear
/Zephyr-latest/drivers/sensor/sensirion/sgp40/
Dsgp40.c75 /* 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/
Dmain.c211 /* 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/
Dtimer_convert.c269 * 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/
Dmain.c15 /* Raw to millivolt conversion doesn't handle rounding */
/Zephyr-latest/drivers/disk/
Dloopback_disk.c149 "rounding down: %ld bytes", in loopback_disk_access_register()
/Zephyr-latest/soc/nordic/nrf54l/
Dsoc.c83 /* Calculation of INTCAP code before rounding. Min that calculations here are done on in nordicsemi_nrf54l_init()
/Zephyr-latest/include/zephyr/drivers/
Demul_sensor.h94 * @param[out] epsilon Tolerance to use comparing expected and actual values to account for rounding
/Zephyr-latest/tests/unit/timeutil/
Dtest_s32.c53 * algorithm subtraction rounding to days.
/Zephyr-latest/tests/drivers/gnss/gnss_nmea0183/src/
Dmain.c46 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/
Dclocks.rst49 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/
Dmcux_gpt_timer.c105 * need to worry about losing time here due to rounding. in mcux_imx_gpt_isr()
/Zephyr-latest/scripts/logging/dictionary/dictionary_parser/
Dlog_parser_v1.py188 # Align the argument list by rounding up
Dlog_parser_v3.py193 # Align the argument list by rounding up
/Zephyr-latest/arch/xtensa/core/startup/
Dreset_vector.S575 * 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/
Dfeedback_nrf53.c289 * resulting PI coefficients after power of two rounding are the same). in pi_update()

12