Home
last modified time | relevance | path

Searched defs:y_axis (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/tests/lib/math/interpolation/src/
Dmain.c14 int32_t y_axis[] = {20, 22, 24, 28, 36}; in ZTEST() local
32 int32_t y_axis[] = {20, 22, 24, 28, 36}; in ZTEST() local
45 int32_t y_axis[] = {0, 1, 2}; in ZTEST() local
67 int32_t y_axis[] = {0, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100}; in ZTEST() local
83 int32_t y_axis[] = {-100, -90, -80, -70, -60, -50, -40, -30, -20, -10, 0}; in ZTEST() local
99 int32_t y_axis[] = {0, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100}; in ZTEST() local
116 int32_t y_axis[] = {-100, -90, -80, -70, -60, -50, -40, -30, -20, -10, 0}; in ZTEST() local
133 int32_t y_axis[] = {10, 30, 110, 40, 0}; in ZTEST() local
/Zephyr-latest/include/zephyr/math/
Dinterpolation.h37 static inline int32_t linear_interpolate(const int32_t *x_axis, const int32_t *y_axis, uint8_t len, in linear_interpolate()
/Zephyr-latest/drivers/sensor/bosch/bmg160/
Dbmg160.c207 uint16_t y_axis; in bmg160_sample_fetch() member