Home
last modified time | relevance | path

Searched full:interpolation (Results 1 – 25 of 26) sorted by relevance

12

/Zephyr-latest/tests/lib/math/interpolation/src/
Dmain.c9 #include <zephyr/math/interpolation.h>
11 ZTEST(interpolation, test_interpolation_oob) in ZTEST() argument
29 ZTEST(interpolation, test_interpolation_on_boundary) in ZTEST() argument
43 ZTEST(interpolation, test_interpolation_rounding) in ZTEST() argument
65 ZTEST(interpolation, test_interpolation_simple) in ZTEST() argument
81 ZTEST(interpolation, test_interpolation_negative_y) in ZTEST() argument
97 ZTEST(interpolation, test_interpolation_negative_x) in ZTEST() argument
114 ZTEST(interpolation, test_interpolation_negative_xy) in ZTEST() argument
131 ZTEST(interpolation, test_interpolation_piecewise) in ZTEST() argument
165 ZTEST_SUITE(interpolation, NULL, NULL, NULL, NULL, NULL);
/Zephyr-latest/tests/lib/cmsis_dsp/interpolation/
Dtestcase.yaml6 libraries.cmsis_dsp.interpolation:
17 libraries.cmsis_dsp.interpolation.fpu:
/Zephyr-latest/include/zephyr/math/
Dinterpolation.h19 * @brief Provide linear interpolation functions
23 * @brief Perform a linear interpolation across an arbitrary curve
35 * @retval int32_t Linear interpolation between the two nearest @a y_axis values.
/Zephyr-latest/modules/cmsis-dsp/
DKconfig109 bool "Interpolation Functions"
111 This option enables the Interpolation Functions, which support the
114 * Bilinear Interpolation
115 * Linear Interpolation
116 * Cubic Spline Interpolation
DCMakeLists.txt460 # Interpolation Functions
/Zephyr-latest/tests/lib/math/interpolation/
Dtestcase.yaml5 math.interpolation:
DCMakeLists.txt6 project(interpolation) project
/Zephyr-latest/include/zephyr/drivers/sensor/
Dbattery.h14 #include <zephyr/math/interpolation.h>
/Zephyr-latest/scripts/ci/
Dpylintrc56 # logging-format-interpolation
57 # logging-fstring-interpolation
/Zephyr-latest/include/zephyr/sys/
Dtimeutil.h247 * produces an error. If interpolation fails the referenced object is
272 * time 0 is provided without error. If interpolation fails the
/Zephyr-latest/samples/boards/nordic/battery/src/
Dbattery.c224 /* Linear interpolation between below and above points. */ in battery_level_pptt()
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/images/
Ddfu_roles_mesh.svg5 …ht="4.85061in" viewBox="0 0 538.85 349.244" xml:space="preserve" color-interpolation-filters="sRGB"
Ddfu_stages_procedures_mesh.svg5 …t="7.48841in" viewBox="0 0 511.256 539.165" xml:space="preserve" color-interpolation-filters="sRGB"
/Zephyr-latest/boards/native/doc/
Dlayering.svg5 viewBox="0 0 439.37 265.039" xml:space="preserve" color-interpolation-filters="sRGB" class="st9">
DZephyr_and_bsim.svg5 viewBox="0 0 603.78 317.48" xml:space="preserve" color-interpolation-filters="sRGB" class="st12">
Dlayering_natsim.svg7 color-interpolation-filters="sRGB"
DPort_vs_QEMU_vs.svg5 …viewBox="0 0 697.323 306.142" xml:space="preserve" color-interpolation-filters="sRGB" class="st19">
/Zephyr-latest/drivers/sensor/st/iis2iclx/
Diis2iclx.c402 /* find relative humidty by linear interpolation */ in iis2iclx_hum_convert()
/Zephyr-latest/drivers/sensor/st/ism330dhcx/
Dism330dhcx.c578 /* find relative humidty by linear interpolation */ in ism330dhcx_hum_convert()
/Zephyr-latest/drivers/sensor/st/lsm6dso/
Dlsm6dso.c571 /* find relative humidty by linear interpolation */ in lsm6dso_hum_convert()
/Zephyr-latest/drivers/sensor/st/lsm6dso16is/
Dlsm6dso16is.c604 /* find relative humidty by linear interpolation */ in lsm6dso16is_hum_convert()
/Zephyr-latest/drivers/sensor/st/lsm6dsv16x/
Dlsm6dsv16x.c808 /* find relative humidty by linear interpolation */ in lsm6dsv16x_hum_convert()
/Zephyr-latest/doc/connectivity/networking/
Dzephyr_netstack_overview.svg6 …viewBox="0 0 345.896 617.522" xml:space="preserve" color-interpolation-filters="sRGB" class="st15">
Dzephyr_netstack_overview-tx_sequence.svg6 …viewBox="0 0 486.826 598.627" xml:space="preserve" color-interpolation-filters="sRGB" class="st43">
/Zephyr-latest/samples/subsys/smf/smf_calculator/img/
Dsmf_calculator.svg4 …lns:xlink="http://www.w3.org/1999/xlink" color-rendering="auto" color-interpolation="auto" text-re…

12