Searched defs:scalar (Results 1 – 6 of 6) sorted by relevance
/Zephyr-Core-3.6.0/tests/subsys/dsp/basicmath/src/ |
D | f16.c | 284 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()
|
D | f32.c | 279 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()
|
D | q15.c | 300 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()
|
D | q31.c | 290 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()
|
D | q7.c | 289 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/ |
D | test_ecc_utils.c | 71 void string2scalar(unsigned int *scalar, unsigned int num_word32, char *str) in string2scalar()
|