Home
last modified time | relevance | path

Searched full:23 (Results 1 – 25 of 1026) sorted by relevance

12345678910>>...42

/Zephyr-latest/samples/modules/cmsis_dsp/moving_average/
Dsample.yaml40 - "Input\\[23\\]: 14 15 16 17 18 19 20 21 22 23 | Output\\[23\\]: 18.50"
41 - "Input\\[24\\]: 15 16 17 18 19 20 21 22 23 24 | Output\\[24\\]: 19.50"
42 - "Input\\[25\\]: 16 17 18 19 20 21 22 23 24 25 | Output\\[25\\]: 20.50"
43 - "Input\\[26\\]: 17 18 19 20 21 22 23 24 25 26 | Output\\[26\\]: 21.50"
44 - "Input\\[27\\]: 18 19 20 21 22 23 24 25 26 27 | Output\\[27\\]: 22.50"
45 - "Input\\[28\\]: 19 20 21 22 23 24 25 26 27 28 | Output\\[28\\]: 23.50"
46 - "Input\\[29\\]: 20 21 22 23 24 25 26 27 28 29 | Output\\[29\\]: 24.50"
47 - "Input\\[30\\]: 21 22 23 24 25 26 27 28 29 30 | Output\\[30\\]: 25.50"
48 - "Input\\[31\\]: 22 23 24 25 26 27 28 29 30 31 | Output\\[31\\]: 26.50"
/Zephyr-latest/tests/lib/cmsis_dsp/statistics/src/
Dq15.c39 DEFINE_TEST_VARIANT3(statistics_q15, arm_max_q15, 23, in_com1, 2, 23);
60 DEFINE_TEST_VARIANT3(statistics_q15, arm_min_q15, 23, in_com1, 2, 23);
81 DEFINE_TEST_VARIANT3(statistics_q15, arm_absmax_q15, 23, in_absminmax, 2, 23);
102 DEFINE_TEST_VARIANT3(statistics_q15, arm_absmin_q15, 23, in_absminmax, 2, 23);
135 DEFINE_TEST_VARIANT3(statistics_q15, arm_mean_q15, 23, in_com2, 2, 23);
168 DEFINE_TEST_VARIANT3(statistics_q15, arm_power_q15, 23, in_com1, 2, 23);
201 DEFINE_TEST_VARIANT3(statistics_q15, arm_rms_q15, 23, in_com1, 2, 23);
234 DEFINE_TEST_VARIANT3(statistics_q15, arm_std_q15, 23, in_com1, 2, 23);
267 DEFINE_TEST_VARIANT3(statistics_q15, arm_var_q15, 23, in_com1, 2, 23);
Df16.c54 DEFINE_TEST_VARIANT3(statistics_f16, arm_max_f16, 23, in_com1, 2, 23);
71 DEFINE_TEST_VARIANT3(statistics_f16, arm_max_no_idx_f16, 23, in_com1, 2, 23);
92 DEFINE_TEST_VARIANT3(statistics_f16, arm_min_f16, 23, in_com1, 2, 23);
113 DEFINE_TEST_VARIANT3(statistics_f16, arm_absmax_f16, 23, in_absminmax, 2, 23);
134 DEFINE_TEST_VARIANT3(statistics_f16, arm_absmin_f16, 23, in_absminmax, 2, 23);
167 DEFINE_TEST_VARIANT3(statistics_f16, arm_mean_f16, 23, in_com2, 2, 23);
200 DEFINE_TEST_VARIANT3(statistics_f16, arm_power_f16, 23, in_com1, 2, 23);
233 DEFINE_TEST_VARIANT3(statistics_f16, arm_rms_f16, 23, in_com1, 2, 23);
266 DEFINE_TEST_VARIANT3(statistics_f16, arm_std_f16, 23, in_com1, 2, 23);
299 DEFINE_TEST_VARIANT3(statistics_f16, arm_var_f16, 23, in_com1, 2, 23);
/Zephyr-latest/tests/lib/cmsis_dsp/support/src/
Df16.c53 DEFINE_TEST_VARIANT2(support_f16, arm_copy_f16, 23, ref_f16, 23);
80 DEFINE_TEST_VARIANT1(support_f16, arm_fill_f16, 23, 23);
105 DEFINE_TEST_VARIANT3(support_f16, arm_f16_to_q15, 23, ref_f16, ref_q15, 23);
131 DEFINE_TEST_VARIANT3(support_f16, arm_f16_to_float, 23, ref_f16, ref_f32, 23);
157 DEFINE_TEST_VARIANT3(support_f16, arm_q15_to_f16, 23, ref_q15, ref_f16, 23);
183 DEFINE_TEST_VARIANT3(support_f16, arm_float_to_f16, 23, ref_f32, ref_f16, 23);
212 DEFINE_TEST_VARIANT2(support_f16, arm_weighted_average_f16, 23, 2, 23);
Dq15.c43 DEFINE_TEST_VARIANT2(support_q15, arm_copy_q15, 23, in_q15, 23);
70 DEFINE_TEST_VARIANT1(support_q15, arm_fill_q15, 23, 23);
96 DEFINE_TEST_VARIANT3(support_q15, arm_q15_to_float, 23, in_q15, ref_f32, 23);
122 DEFINE_TEST_VARIANT3(support_q15, arm_q15_to_q31, 23, in_q15, ref_q31, 23);
147 DEFINE_TEST_VARIANT3(support_q15, arm_q15_to_q7, 23, in_q15, ref_q7, 23);
/Zephyr-latest/tests/lib/cmsis_dsp/complexmath/src/
Df16.c54 DEFINE_TEST_VARIANT3(complexmath_f16, arm_cmplx_conj_f16, 23, in_com1, ref_conj, 23);
90 DEFINE_TEST_VARIANT4(complexmath_f16, arm_cmplx_dot_prod_f16, 23, in_com1, in_com2,
91 ref_dot_prod_4n1, 23);
122 DEFINE_TEST_VARIANT3(complexmath_f16, arm_cmplx_mag_f16, 23, in_com1, ref_mag, 23);
153 DEFINE_TEST_VARIANT3(complexmath_f16, arm_cmplx_mag_squared_f16, 23, in_com1, ref_mag_squared, 23);
192 DEFINE_TEST_VARIANT4(complexmath_f16, arm_cmplx_mult_cmplx_f16, 23, in_com1, in_com2,
193 ref_mult_cmplx, 23);
234 DEFINE_TEST_VARIANT4(complexmath_f16, arm_cmplx_mult_real_f16, 23, in_com1, in_com3, ref_mult_real,
235 23);
Dq15.c55 DEFINE_TEST_VARIANT3(complexmath_q15, arm_cmplx_conj_q15, 23, in_com1, ref_conj, 23);
87 DEFINE_TEST_VARIANT4(complexmath_q15, arm_cmplx_dot_prod_q15, 23, in_com1, in_com2,
88 ref_dot_prod_4n1, 23);
117 DEFINE_TEST_VARIANT3(complexmath_q15, arm_cmplx_mag_q15, 23, in_com1, ref_mag, 23);
146 DEFINE_TEST_VARIANT3(complexmath_q15, arm_cmplx_mag_squared_q15, 23, in_com1, ref_mag_squared, 23);
183 DEFINE_TEST_VARIANT4(complexmath_q15, arm_cmplx_mult_cmplx_q15, 23, in_com1, in_com2,
184 ref_mult_cmplx, 23);
221 DEFINE_TEST_VARIANT4(complexmath_q15, arm_cmplx_mult_real_q15, 23, in_com1, in_com3, ref_mult_real,
222 23);
/Zephyr-latest/tests/subsys/dsp/basicmath/src/
Dq15.c49 DEFINE_TEST_VARIANT4(basic_math_q15, zdsp_add_q15, 23, in_com1, in_com2, ref_add, 23);
85 DEFINE_TEST_VARIANT4(basic_math_q15, zdsp_add_q15_in_place, 23, in_com1, in_com2, ref_add, 23);
121 DEFINE_TEST_VARIANT4(basic_math_q15, zdsp_sub_q15, 23, in_com1, in_com2, ref_sub, 23);
157 DEFINE_TEST_VARIANT4(basic_math_q15, zdsp_sub_q15_in_place, 23, in_com1, in_com2, ref_sub, 23);
193 DEFINE_TEST_VARIANT4(basic_math_q15, zdsp_mult_q15, 23, in_com1, in_com2, ref_mult, 23);
227 DEFINE_TEST_VARIANT4(basic_math_q15, zdsp_mult_q15_in_place, 23, in_com1, in_com2, ref_mult, 23);
260 DEFINE_TEST_VARIANT3(basic_math_q15, zdsp_negate_q15, 23, in_com1, ref_negate, 23);
293 DEFINE_TEST_VARIANT3(basic_math_q15, zdsp_negate_q15_in_place, 23, in_com1, ref_negate, 23);
326 DEFINE_TEST_VARIANT4(basic_math_q15, zdsp_offset_q15, 0p5_23, in_com1, 0x4000, ref_offset, 23);
365 23);
[all …]
Df16.c50 DEFINE_TEST_VARIANT4(basic_math_f16, zdsp_add_f16, 23, in_com1, in_com2, ref_add, 23);
82 DEFINE_TEST_VARIANT4(basic_math_f16, zdsp_add_f16_in_place, 23, in_com1, in_com2, ref_add, 23);
116 DEFINE_TEST_VARIANT4(basic_math_f16, zdsp_sub_f16, 23, in_com1, in_com2, ref_sub, 23);
148 DEFINE_TEST_VARIANT4(basic_math_f16, zdsp_sub_f16_in_place, 23, in_com1, in_com2, ref_sub, 23);
182 DEFINE_TEST_VARIANT4(basic_math_f16, zdsp_mult_f16, 23, in_com1, in_com2, ref_mult, 23);
214 DEFINE_TEST_VARIANT4(basic_math_f16, zdsp_mult_f16_in_place, 23, in_com1, in_com2, ref_mult, 23);
247 DEFINE_TEST_VARIANT3(basic_math_f16, zdsp_negate_f16, 23, in_com1, ref_negate, 23);
279 DEFINE_TEST_VARIANT3(basic_math_f16, zdsp_negate_f16_in_place, 23, in_com1, ref_negate, 23);
313 DEFINE_TEST_VARIANT4(basic_math_f16, zdsp_offset_f16, 0p5_23, in_com1, 0.5f, ref_offset, 23);
347 23);
[all …]
/Zephyr-latest/tests/subsys/display/cfb/basic/src/
Ddraw_rect.c58 zassert_true(verify_image_and_bg(0, 0, rectspace1123, 11, 23, 0), ""); in ZTEST()
69 zassert_true(verify_image_and_bg(1, 1, rectspace1123, 11, 23, 0), ""); in ZTEST()
81 zassert_true(verify_image_and_bg(9, 15, rectspace1123, 11, 23, 0), ""); in ZTEST()
92 zassert_true(verify_image_and_bg(10, 16, rectspace1123, 11, 23, 0), ""); in ZTEST()
103 zassert_true(verify_image_and_bg(11, 17, rectspace1123, 11, 23, 0), ""); in ZTEST()
111 struct cfb_position start = {-(11 - 3), -(23 - 4)}; in ZTEST()
122 struct cfb_position start = {display_width - 5, -(23 - 8)}; in ZTEST()
Ddraw_text_rectspace1016.c119 zassert_true(verify_image_and_bg(0, 0, kerning_3_2rectspace1016, 23, 16, 0)); in ZTEST()
128 zassert_true(verify_image_and_bg(1, 1, kerning_3_2rectspace1016, 23, 16, 0)); in ZTEST()
137 zassert_true(verify_image_and_bg(9, 15, kerning_3_2rectspace1016, 23, 16, 0)); in ZTEST()
146 zassert_true(verify_image_and_bg(10, 16, kerning_3_2rectspace1016, 23, 16, 0)); in ZTEST()
155 zassert_true(verify_image_and_bg(11, 17, kerning_3_2rectspace1016, 23, 16, 0)); in ZTEST()
161 zassert_ok(cfb_draw_text(dev, " ", display_width - 23, 17)); in ZTEST()
164 zassert_true(verify_image(display_width - 23, 17, kerning_3_2rectspace1016, 23, 16)); in ZTEST()
Dprint_rectspace1016.c119 zassert_true(verify_image_and_bg(0, 0, kerning_3_2rectspace1016, 23, 16, 0)); in ZTEST()
128 zassert_true(verify_image_and_bg(1, 1, kerning_3_2rectspace1016, 23, 16, 0)); in ZTEST()
137 zassert_true(verify_image_and_bg(9, 15, kerning_3_2rectspace1016, 23, 16, 0)); in ZTEST()
146 zassert_true(verify_image_and_bg(10, 16, kerning_3_2rectspace1016, 23, 16, 0)); in ZTEST()
155 zassert_true(verify_image_and_bg(11, 17, kerning_3_2rectspace1016, 23, 16, 0)); in ZTEST()
161 zassert_ok(cfb_print(dev, " ", display_width - 23, 17)); in ZTEST()
164 zassert_true(verify_image(display_width - 23, 17, kerning_3_2rectspace1016, 23, 16)); in ZTEST()
/Zephyr-latest/tests/lib/cmsis_dsp/fastmath/src/
Dq31.pat1 static const q31_t in_angles[23] = {
15 static const q31_t ref_cos[23] = {
24 static const q31_t ref_sin[23] = {
/Zephyr-latest/tests/unit/timeutil/
Dtest_s32.c15 .civil = "1969-12-31 23:59:59 Wed 365",
19 .tm_hour = 23,
39 .civil = "2017-06-27 15:29:23 Tue 178",
41 .tm_sec = 23,
82 .civil = "1971-12-31 23:59:59 Fri 365",
86 .tm_hour = 23,
180 .civil = "1999-12-31 23:59:59 Fri 365",
184 .tm_hour = 23,
/Zephyr-latest/subsys/net/lib/http/
Dhttp_huffman.c167 { 23, 1, { 0b11111111, 0b11111111, 0b10110000, 0b00000000 } },
168 { 23, 135, { 0b11111111, 0b11111111, 0b10110010, 0b00000000 } },
169 { 23, 137, { 0b11111111, 0b11111111, 0b10110100, 0b00000000 } },
170 { 23, 138, { 0b11111111, 0b11111111, 0b10110110, 0b00000000 } },
171 { 23, 139, { 0b11111111, 0b11111111, 0b10111000, 0b00000000 } },
172 { 23, 140, { 0b11111111, 0b11111111, 0b10111010, 0b00000000 } },
173 { 23, 141, { 0b11111111, 0b11111111, 0b10111100, 0b00000000 } },
174 { 23, 143, { 0b11111111, 0b11111111, 0b10111110, 0b00000000 } },
175 { 23, 147, { 0b11111111, 0b11111111, 0b11000000, 0b00000000 } },
176 { 23, 149, { 0b11111111, 0b11111111, 0b11000010, 0b00000000 } },
[all …]
/Zephyr-latest/lib/libc/minimal/source/math/
Dsqrtf.c16 #define EXP_MASK32 GENMASK(30, 23)
44 exponent = ((p_square.i & EXP_MASK32) >> 23) - 127; in sqrtf()
50 root.i = (p_square.i & ~EXP_MASK32) | (exponent + 127) << 23; in sqrtf()
/Zephyr-latest/tests/drivers/adc/adc_api/boards/
Dmr_canhubk3.overlay11 io-channels = <&adc0 22>, <&adc0 23>;
30 reg = <23>;
/Zephyr-latest/tests/net/lib/http_server/hpack/src/
Dmain.c18 { 0x1ff8, 13, }, { 0x7fffd8, 23, }, { 0xfffffe2, 28, }, { 0xfffffe3, 28, },
51 { 0x3fffd3, 22, }, { 0x3fffd4, 22, }, { 0x3fffd5, 22, }, { 0x7fffd9, 23, },
52 { 0x3fffd6, 22, }, { 0x7fffda, 23, }, { 0x7fffdb, 23, }, { 0x7fffdc, 23, },
53 { 0x7fffdd, 23, }, { 0x7fffde, 23, }, { 0xffffeb, 24, }, { 0x7fffdf, 23, },
54 { 0xffffec, 24, }, { 0xffffed, 24, }, { 0x3fffd7, 22, }, { 0x7fffe0, 23, },
55 { 0xffffee, 24, }, { 0x7fffe1, 23, }, { 0x7fffe2, 23, }, { 0x7fffe3, 23, },
56 { 0x7fffe4, 23, }, { 0x1fffdc, 21, }, { 0x3fffd8, 22, }, { 0x7fffe5, 23, },
57 { 0x3fffd9, 22, }, { 0x7fffe6, 23, }, { 0x7fffe7, 23, }, { 0xffffef, 24, },
59 { 0x3fffdc, 22, }, { 0x7fffe8, 23, }, { 0x7fffe9, 23, }, { 0x1fffde, 21, },
60 { 0x7fffea, 23, }, { 0x3fffdd, 22, }, { 0x3fffde, 22, }, { 0xfffff0, 24, },
[all …]
/Zephyr-latest/drivers/sensor/silabs/si7006/
Dsi7006.c123 * (temp * 22492 - 393006285) / 2^23 in si7006_channel_get()
130 /* Temperature value times two to the 23rd power, i.e. temp_23 = temp << 23 */ in si7006_channel_get()
133 int32_t temp_int = temp_23 >> 23; in si7006_channel_get()
135 int32_t temp_frac = temp_23 & BIT_MASK(23); in si7006_channel_get()
140 temp_frac -= BIT(23); in si7006_channel_get()
143 /* Remove a constant factor of 64 from (temp_frac * 1000000) >> 23 */ in si7006_channel_get()
/Zephyr-latest/samples/userspace/shared_mem/src/
Dmain.h54 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25}
56 17, 18, 19, 20, 21, 22, 23, 24, 25, 5, 0, 4, 1, 3, 2}
58 15, 14, 17, 16, 19, 18, 21, 20, 23, 22, 25, 24}
/Zephyr-latest/tests/bsim/bluetooth/hci_uart/tests_scripts/
Dbasic_conn_split_hci_uart_async.sh25 -testid=peripheral -rs=23 -uart1_fifob_rxfile=${UART_PER}.rx -uart1_fifob_txfile=${UART_PER}.tx
30 -rs=23 -uart1_fifob_rxfile=${UART_PER}.tx -uart1_fifob_txfile=${UART_PER}.rx
40 -rs=23 -uart1_fifob_rxfile=${UART_CEN}.tx -uart1_fifob_txfile=${UART_CEN}.rx
Dbasic_conn_split_hci_uart_psa.sh25 -testid=peripheral -rs=23 -uart1_fifob_rxfile=${UART_PER}.rx -uart1_fifob_txfile=${UART_PER}.tx
30 -rs=23 -uart1_fifob_rxfile=${UART_PER}.tx -uart1_fifob_txfile=${UART_PER}.rx \
40 -rs=23 -uart1_fifob_rxfile=${UART_CEN}.tx -uart1_fifob_txfile=${UART_CEN}.rx
Dbasic_conn_split_hci_uart.sh25 -testid=peripheral -rs=23 -uart1_fifob_rxfile=${UART_PER}.rx -uart1_fifob_txfile=${UART_PER}.tx
30 -rs=23 -uart1_fifob_rxfile=${UART_PER}.tx -uart1_fifob_txfile=${UART_PER}.rx \
40 -rs=23 -uart1_fifob_rxfile=${UART_CEN}.tx -uart1_fifob_txfile=${UART_CEN}.rx
/Zephyr-latest/soc/intel/apollo_lake/
Dsoc_gpio.h46 #define APL_GPIO_23 23
80 #define APL_GPIO_67 23
130 #define APL_GPIO_PMC_SPI_CLK 23
164 #define APL_GPIO_99 23
213 #define APL_GPIO_153 23
264 #define APL_GPIO_174 23
/Zephyr-latest/samples/sensor/icm42605/boards/
Dnrf52dk_nrf52832.overlay12 <NRF_PSEL(SPIM_MISO, 0, 23)>;
20 <NRF_PSEL(SPIM_MISO, 0, 23)>;

12345678910>>...42