Home
last modified time | relevance | path

Searched defs:scalar (Results 1 – 6 of 6) sorted by relevance

/Zephyr-Core-3.6.0/tests/subsys/dsp/basicmath/src/
Df16.c284 const uint16_t *input1, float16_t scalar, const uint16_t *ref, in test_zdsp_offset_f16()
317 static void test_zdsp_offset_f16_in_place(const uint16_t *input1, float16_t scalar, in test_zdsp_offset_f16_in_place()
352 const uint16_t *input1, float16_t scalar, const uint16_t *ref, in test_zdsp_scale_f16()
385 static void test_zdsp_scale_f16_in_place(const uint16_t *input1, float16_t scalar, in test_zdsp_scale_f16_in_place()
Df32.c279 static void test_zdsp_offset_f32(const DSP_DATA uint32_t *input1, float32_t scalar, in test_zdsp_offset_f32()
312 static void test_zdsp_offset_f32_in_place(const DSP_DATA uint32_t *input1, float32_t scalar, in test_zdsp_offset_f32_in_place()
345 static void test_zdsp_scale_f32(const DSP_DATA uint32_t *input1, float32_t scalar, in test_zdsp_scale_f32()
378 static void test_zdsp_scale_f32_in_place(const DSP_DATA uint32_t *input1, float32_t scalar, in test_zdsp_scale_f32_in_place()
Dq15.c300 const DSP_DATA q15_t *input1, q15_t scalar, const q15_t *ref, size_t length) in test_zdsp_offset_q15()
334 static void test_zdsp_offset_q15_in_place(const DSP_DATA q15_t *input1, q15_t scalar, in test_zdsp_offset_q15_in_place()
374 const DSP_DATA q15_t *input1, q15_t scalar, const q15_t *ref, size_t length) in test_zdsp_scale_q15()
406 static void test_zdsp_scale_q15_in_place(const DSP_DATA q15_t *input1, q15_t scalar, in test_zdsp_scale_q15_in_place()
Dq31.c290 static void test_zdsp_offset_q31(const DSP_DATA q31_t *input1, q31_t scalar, const q31_t *ref, in test_zdsp_offset_q31()
325 static void test_zdsp_offset_q31_in_place(const DSP_DATA q31_t *input1, q31_t scalar, in test_zdsp_offset_q31_in_place()
364 static void test_zdsp_scale_q31(const DSP_DATA q31_t *input1, q31_t scalar, const q31_t *ref, in test_zdsp_scale_q31()
397 static void test_zdsp_scale_q31_in_place(const DSP_DATA q31_t *input1, q31_t scalar, in test_zdsp_scale_q31_in_place()
Dq7.c289 static void test_zdsp_offset_q7(const DSP_DATA q7_t *input1, q7_t scalar, const q7_t *ref, in test_zdsp_offset_q7()
322 static void test_zdsp_offset_q7_in_place(const DSP_DATA q7_t *input1, q7_t scalar, const q7_t *ref, in test_zdsp_offset_q7_in_place()
358 static void test_zdsp_scale_q7(const DSP_DATA q7_t *input1, q7_t scalar, const q7_t *ref, in test_zdsp_scale_q7()
390 static void test_zdsp_scale_q7_in_place(const DSP_DATA q7_t *input1, q7_t scalar, const q7_t *ref, in test_zdsp_scale_q7_in_place()
/Zephyr-Core-3.6.0/tests/crypto/tinycrypt/src/
Dtest_ecc_utils.c71 void string2scalar(unsigned int *scalar, unsigned int num_word32, char *str) in string2scalar()