Searched refs:q63_t (Results 1 – 23 of 23) sorted by relevance
/Zephyr-latest/include/zephyr/dsp/ |
D | types.h | 41 typedef int64_t q63_t; typedef
|
D | basicmath.h | 454 uint32_t block_size, DSP_DATA q63_t *result); 472 uint32_t block_size, DSP_DATA q63_t *result);
|
/Zephyr-latest/tests/lib/cmsis_dsp/complexmath/src/ |
D | q31.c | 18 #define ABS_ERROR_THRESH_Q63 ((q63_t)(1 << 18)) 57 const q31_t *input1, const q31_t *input2, const q63_t *ref, in test_arm_cmplx_dot_prod_q31() 60 q63_t *output; in test_arm_cmplx_dot_prod_q31() 63 output = malloc(2 * sizeof(q63_t)); in test_arm_cmplx_dot_prod_q31()
|
D | q31.pat | 461 static const q63_t ref_dot_prod_3[2] = { 465 static const q63_t ref_dot_prod_4n[2] = { 469 static const q63_t ref_dot_prod_4n1[2] = {
|
/Zephyr-latest/tests/lib/cmsis_dsp/statistics/src/ |
D | q31.c | 18 #define ABS_ERROR_THRESH_Q63 ((q63_t)(1 << 18)) 140 q63_t ref[1]; in test_arm_power_q31() 141 q63_t *output; in test_arm_power_q31() 147 output = malloc(1 * sizeof(q63_t)); in test_arm_power_q31()
|
D | q15.c | 18 #define ABS_ERROR_THRESH_Q63 ((q63_t)(1 << 17)) 140 q63_t ref[1]; in test_arm_power_q15() 141 q63_t *output; in test_arm_power_q15() 147 output = malloc(1 * sizeof(q63_t)); in test_arm_power_q15()
|
D | q15.pat | 160 static const q63_t ref_power[3] = {
|
D | q31.pat | 271 static const q63_t ref_power[3] = {
|
/Zephyr-latest/tests/lib/cmsis_dsp/common/ |
D | test_common.h | 119 size_t length, const q63_t *a, const q63_t *b) in test_equal_q63() 222 size_t length, const q63_t *a, const q63_t *b, q63_t threshold) in test_near_equal_q63() 431 size_t length, const q63_t *a, const q63_t *b, float32_t threshold) in test_snr_error_q63()
|
D | math_helper.h | 170 static inline float arm_snr_q63(const q63_t *pRef, const q63_t *pTest, in arm_snr_q63()
|
/Zephyr-latest/tests/lib/cmsis_dsp/filtering/src/ |
D | biquad_q31.c | 78 q63_t *state; in ZTEST() 83 state = malloc(32 * sizeof(q63_t)); in ZTEST()
|
/Zephyr-latest/tests/benchmarks/cmsis_dsp/basicmath/src/ |
D | q15.c | 264 q63_t output; in ZTEST()
|
D | q31.c | 328 q63_t output; in ZTEST()
|
/Zephyr-latest/subsys/dsp/cmsis/public/ |
D | zdsp_backend.h | 142 q63_t *dst) in zdsp_dot_prod_q15() 147 q63_t *dst) in zdsp_dot_prod_q31()
|
/Zephyr-latest/tests/subsys/dsp/basicmath/src/ |
D | q31.c | 18 #define ABS_ERROR_THRESH_Q63 ((q63_t)(1 << 17)) 435 const q63_t *ref, size_t length) in test_zdsp_dot_prod_q31() 437 DSP_DATA q63_t *output; in test_zdsp_dot_prod_q31() 440 output = (DSP_DATA q63_t *)malloc(length * sizeof(q63_t)); in test_zdsp_dot_prod_q31()
|
D | q15.c | 19 #define ABS_ERROR_THRESH_Q63 ((q63_t)(1 << 17)) 443 const DSP_DATA q15_t *input1, const DSP_DATA q15_t *input2, const q63_t *ref, in test_zdsp_dot_prod_q15() 446 DSP_DATA q63_t *output; in test_zdsp_dot_prod_q15() 449 output = (DSP_DATA q63_t *)malloc(1 * sizeof(q63_t)); in test_zdsp_dot_prod_q15()
|
D | q31.pat | 697 static const q63_t ref_dot_prod_3[1] = { 701 static const q63_t ref_dot_prod_4[1] = { 705 static const q63_t ref_dot_prod_4n1[1] = { 709 static const q63_t ref_dot_prod_long[1] = {
|
D | q15.pat | 409 static const q63_t ref_dot_prod_3[1] = { 413 static const q63_t ref_dot_prod_4[1] = { 417 static const q63_t ref_dot_prod_4n1[1] = { 421 static const q63_t ref_dot_prod_long[1] = {
|
/Zephyr-latest/tests/lib/cmsis_dsp/matrix/src/ |
D | binary_q31.c | 18 #define ABS_ERROR_THRESH_Q63 ((q63_t)(1 << 16))
|
D | binary_q15.c | 20 #define ABS_ERROR_THRESH_Q63 ((q63_t)(1 << 16))
|
D | unary_q15.c | 18 #define ABS_ERROR_THRESH_Q63 ((q63_t)(1 << 16))
|
D | unary_q31.c | 18 #define ABS_ERROR_THRESH_Q63 ((q63_t)(1 << 16))
|
/Zephyr-latest/subsys/dsp/arcmwdt/public/ |
D | zdsp_backend.h | 151 uint32_t block_size, DSP_DATA q63_t *dst) in zdsp_dot_prod_q15() 156 uint32_t block_size, DSP_DATA q63_t *dst) in zdsp_dot_prod_q31()
|