Searched defs:cosVal (Results 1 – 11 of 11) sorted by relevance
/third_party/cmsis/CMSIS/DSP/Source/TransformFunctions/ |
D | arm_cfft_radix2_q31.c | 98 q31_t xt, yt, cosVal, sinVal; in arm_radix2_butterfly_q31() local 226 q31_t xt, yt, cosVal, sinVal; in arm_radix2_butterfly_inverse_q31() local
|
D | arm_cfft_radix2_f16.c | 124 float16_t xt, yt, cosVal, sinVal; in arm_radix2_butterfly_f16() local 293 float16_t xt, yt, cosVal, sinVal; in arm_radix2_butterfly_inverse_f16() local
|
D | arm_cfft_radix2_f32.c | 122 float32_t xt, yt, cosVal, sinVal; in arm_radix2_butterfly_f32() local 291 float32_t xt, yt, cosVal, sinVal; in arm_radix2_butterfly_inverse_f32() local
|
D | arm_cfft_q31.c | 733 q31_t xt, yt, cosVal, sinVal; in arm_cfft_radix4by2_q31() local 794 q31_t xt, yt, cosVal, sinVal; in arm_cfft_radix4by2_inverse_q31() local
|
D | arm_cfft_f64.c | 202 float64_t xt, yt, cosVal, sinVal; in arm_cfft_radix4by2_f64() local
|
D | arm_cfft_q15.c | 709 q15_t xt, yt, cosVal, sinVal; in arm_cfft_radix4by2_q15() local 808 q15_t xt, yt, cosVal, sinVal; in arm_cfft_radix4by2_inverse_q15() local
|
D | arm_cfft_radix4_f16.c | 84 float16_t xt, yt, cosVal, sinVal; in arm_cfft_radix4by2_f16() local
|
/third_party/cmsis/CMSIS/DSP/Source/FastMathFunctions/ |
D | arm_cos_q15.c | 52 q15_t cosVal; /* Temporary input, output variables */ in arm_cos_q15() local
|
D | arm_cos_q31.c | 52 q31_t cosVal; /* Temporary input, output variables */ in arm_cos_q31() local
|
D | arm_cos_f32.c | 73 float32_t cosVal, fract, in; /* Temporary input, output variables */ in arm_cos_f32() local
|
/third_party/cmsis/CMSIS/DSP/Include/dsp/ |
D | controller_functions.h | 443 float32_t cosVal) in arm_park_f32() 474 q31_t cosVal) in arm_park_q31() 546 float32_t cosVal) in arm_inv_park_f32() 577 q31_t cosVal) in arm_inv_park_q31()
|