/Zephyr-latest/tests/lib/cmsis_dsp/filtering/src/ |
D | fir_f16.c | 35 int round; in ZTEST() local 56 round = tap_count / COEFF_PADDING; in ZTEST() 57 if ((round * COEFF_PADDING) < tap_count) { in ZTEST() 58 round++; in ZTEST() 60 round = round * COEFF_PADDING; in ZTEST() 61 memset(coeff_padded, 0, round * sizeof(float16_t)); in ZTEST()
|
D | fir_f32.c | 35 int round; in ZTEST() local 56 round = tap_count / COEFF_PADDING; in ZTEST() 57 if ((round * COEFF_PADDING) < tap_count) { in ZTEST() 58 round++; in ZTEST() 60 round = round * COEFF_PADDING; in ZTEST() 61 memset(coeff_padded, 0, round * sizeof(float32_t)); in ZTEST()
|
D | fir_q15.c | 35 int round; in ZTEST() local 56 round = tap_count / COEFF_PADDING; in ZTEST() 57 if ((round * COEFF_PADDING) < tap_count) { in ZTEST() 58 round++; in ZTEST() 60 round = round * COEFF_PADDING; in ZTEST() 61 memset(coeff_padded, 0, round * sizeof(q15_t)); in ZTEST()
|
D | fir_q7.c | 35 int round; in ZTEST() local 56 round = tap_count / COEFF_PADDING; in ZTEST() 57 if ((round * COEFF_PADDING) < tap_count) { in ZTEST() 58 round++; in ZTEST() 60 round = round * COEFF_PADDING; in ZTEST() 61 memset(coeff_padded, 0, round * sizeof(q7_t)); in ZTEST()
|
D | fir_q31.c | 35 int round; in ZTEST() local 56 round = tap_count / COEFF_PADDING; in ZTEST() 57 if ((round * COEFF_PADDING) < tap_count) { in ZTEST() 58 round++; in ZTEST() 60 round = round * COEFF_PADDING; in ZTEST() 61 memset(coeff_padded, 0, round * sizeof(q31_t)); in ZTEST()
|
/Zephyr-latest/tests/lib/math/interpolation/src/ |
D | main.c | 76 expected = round((i - 2000.0) / 10.0); in ZTEST() 92 expected = round((i - 2000.0) / 10.0 - 100.0); in ZTEST() 109 expected = round((i + 3000.0) / 10.0); in ZTEST() 126 expected = round((i + 3000.0) / 10.0 - 100.0); in ZTEST() 142 expected = round(0.4 * i - 30.0); in ZTEST() 148 expected = round(1.6 * i - 210.0); in ZTEST() 154 expected = round(390.0 - 1.4 * i); in ZTEST() 160 expected = round(240.0 - 0.8 * i); in ZTEST()
|
/Zephyr-latest/tests/kernel/timer/timer_api/src/ |
D | timer_convert.c | 15 enum round { ROUND_floor, ROUND_ceil, ROUND_near }; enum 27 enum round round; member 31 #define TESTREC(src, dst, round, prec) { \ argument 32 UNIT_##src, UNIT_##dst, prec, ROUND_##round, \ 33 (void *)test_##src##_to_##dst##_##round##prec \ 37 #define TESTVAR(src, dst, round, prec) argument 39 #define TESTVAR(src, dst, round, prec) \ argument 40 uint##prec##_t test_##src##_to_##dst##_##round##prec##_val = \ 41 k_##src##_to_##dst##_##round##prec(42); 44 #define TESTFUNC(src, dst, round, prec) \ argument [all …]
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/settings/src/ |
D | server.c | 163 uint8_t round = get_test_round(); in server_procedure() local 180 switch (round) { in server_procedure() 203 FAIL("Round %d doesn't exist\n", round); in server_procedure()
|
/Zephyr-latest/boards/ene/kb1200_evb/ |
D | kb1200_evb.dts | 113 pulses-per-round = <2>; 121 pulses-per-round = <1>; 129 pulses-per-round = <2>; 137 pulses-per-round = <1>;
|
/Zephyr-latest/boards/nuvoton/npcx7m6fb_evb/ |
D | npcx7m6fb_evb.dts | 90 pulses-per-round = <1>; /* number of pulses per round of encoder */
|
/Zephyr-latest/boards/nuvoton/npcx9m6f_evb/ |
D | npcx9m6f_evb.dts | 102 pulses-per-round = <1>; /* number of pulses per round of encoder */
|
/Zephyr-latest/tests/arch/arc/arc_dsp_sharing/ |
D | README.txt | 15 The demonstration utilizes semaphores, round robin scheduling, DSP and XY
|
/Zephyr-latest/boards/nuvoton/npcx4m8f_evb/ |
D | npcx4m8f_evb.dts | 95 pulses-per-round = <1>;
|
/Zephyr-latest/samples/subsys/zbus/priority_boost/ |
D | without_hlp_priority_boost_feature.svg | 50 …pacity="0.7" stroke-width="1.33333" stroke-miterlimit="1" stroke-linecap="round" stroke-dasharray=… 51 …pacity="0.7" stroke-width="1.33333" stroke-miterlimit="1" stroke-linecap="round" stroke-dasharray=… 61 …pacity="0.7" stroke-width="1.33333" stroke-miterlimit="1" stroke-linecap="round" stroke-dasharray=… 62 …pacity="0.7" stroke-width="1.33333" stroke-miterlimit="1" stroke-linecap="round" stroke-dasharray=…
|
D | with_hlp_priority_boost_feature.svg | 34 …pacity="0.7" stroke-width="1.33333" stroke-miterlimit="1" stroke-linecap="round" stroke-dasharray=… 35 …pacity="0.7" stroke-width="1.33333" stroke-miterlimit="1" stroke-linecap="round" stroke-dasharray=… 43 …pacity="0.7" stroke-width="1.33333" stroke-miterlimit="1" stroke-linecap="round" stroke-dasharray=… 44 …pacity="0.7" stroke-width="1.33333" stroke-miterlimit="1" stroke-linecap="round" stroke-dasharray=…
|
/Zephyr-latest/doc/services/zbus/images/ |
D | zbus_publishing_process_example2.svg | 50 …pacity="0.7" stroke-width="1.33333" stroke-miterlimit="1" stroke-linecap="round" stroke-dasharray=… 51 …pacity="0.7" stroke-width="1.33333" stroke-miterlimit="1" stroke-linecap="round" stroke-dasharray=… 61 …pacity="0.7" stroke-width="1.33333" stroke-miterlimit="1" stroke-linecap="round" stroke-dasharray=… 62 …pacity="0.7" stroke-width="1.33333" stroke-miterlimit="1" stroke-linecap="round" stroke-dasharray=…
|
D | zbus_publishing_process_example.svg | 51 …pacity="0.7" stroke-width="1.33333" stroke-miterlimit="1" stroke-linecap="round" stroke-dasharray=… 52 …pacity="0.7" stroke-width="1.33333" stroke-miterlimit="1" stroke-linecap="round" stroke-dasharray=… 62 …pacity="0.7" stroke-width="1.33333" stroke-miterlimit="1" stroke-linecap="round" stroke-dasharray=… 63 …pacity="0.7" stroke-width="1.33333" stroke-miterlimit="1" stroke-linecap="round" stroke-dasharray=…
|
D | zbus_publishing_process_example_HLP.svg | 34 …pacity="0.7" stroke-width="1.33333" stroke-miterlimit="1" stroke-linecap="round" stroke-dasharray=… 35 …pacity="0.7" stroke-width="1.33333" stroke-miterlimit="1" stroke-linecap="round" stroke-dasharray=… 43 …pacity="0.7" stroke-width="1.33333" stroke-miterlimit="1" stroke-linecap="round" stroke-dasharray=… 44 …pacity="0.7" stroke-width="1.33333" stroke-miterlimit="1" stroke-linecap="round" stroke-dasharray=…
|
/Zephyr-latest/tests/kernel/fpu_sharing/generic/ |
D | README.txt | 15 The demonstration utilizes semaphores, round robin scheduling, and floating
|
/Zephyr-latest/boards/ite/it82xx2_evb/ |
D | it82xx2_evb.dts | 165 pulses-per-round = <2>;
|
/Zephyr-latest/boards/ite/it8xxx2_evb/ |
D | it8xxx2_evb.dts | 150 pulses-per-round = <2>;
|
/Zephyr-latest/lib/os/ |
D | cbprintf_complete.c | 1181 uint64_t round = BIT64(59); /* 0.5 */ in encode_float() local 1183 _ldiv10(&round); in encode_float() 1185 fract += round; in encode_float()
|
/Zephyr-latest/boards/waveshare/esp32s3_touch_lcd_1_28/doc/ |
D | index.rst | 6 The ESP32-S3-Touch-LCD-1.28 is an ESP32S3 development board from Waveshare with a round LCD,
|
/Zephyr-latest/boards/st/stm32l4r9i_disco/doc/ |
D | index.rst | 13 support for AMOLED DSI round LCD display.
|
/Zephyr-latest/drivers/video/ |
D | ov5640.c | 704 cos_coef = round(cos(rad_val) * 128); in ov5640_set_ctrl_hue() 705 sin_coef = round(sin(rad_val) * 128); in ov5640_set_ctrl_hue()
|