/cmsis-dsp-3.5.0/Include/dsp/ |
D | none.h | 178 q31_t y) in mult32x64() 185 #define multAcc_32x32_keep32_R(a, x, y) \ argument 189 #define multSub_32x32_keep32_R(a, x, y) \ argument 193 #define mult_32x32_keep32_R(a, x, y) \ argument 197 #define multAcc_32x32_keep32(a, x, y) \ argument 201 #define multSub_32x32_keep32(a, x, y) \ argument 205 #define mult_32x32_keep32(a, x, y) \ argument 247 uint32_t y) in __QADD8() 265 uint32_t y) in __QSUB8() 283 uint32_t y) in __QADD16() [all …]
|
D | utils.h | 44 #define MIN(x,y) ((x) < (y) ? (x) : (y)) argument 48 #define MAX(x,y) ((x) > (y) ? (x) : (y)) argument
|
/cmsis-dsp-3.5.0/Testing/Include/Tests/ |
D | InterpolationTestsQ15.h | 17 Client::Pattern<q15_t> y; variable
|
D | InterpolationTestsQ31.h | 16 Client::Pattern<q31_t> y; variable
|
D | InterpolationTestsQ7.h | 16 Client::Pattern<q7_t> y; variable
|
D | InterpolationTestsF16.h | 16 Client::Pattern<float16_t> y; variable
|
D | InterpolationTestsF32.h | 16 Client::Pattern<float32_t> y; variable
|
/cmsis-dsp-3.5.0/Source/FastMathFunctions/ |
D | arm_atan2_q15.c | 76 __STATIC_FORCEINLINE q15_t arm_atan_q15(q15_t y,q15_t x) in arm_atan_q15() 185 arm_status arm_atan2_q15(q15_t y,q15_t x,q15_t *result) in arm_atan2_q15()
|
D | arm_atan2_q31.c | 76 __STATIC_FORCEINLINE q31_t arm_atan_q31(q31_t y,q31_t x) in arm_atan_q31() 185 arm_status arm_atan2_q31(q31_t y,q31_t x,q31_t *result) in arm_atan2_q31()
|
D | arm_vlog_q15.c | 72 uint16_t y=0; in arm_scalar_log_q15() local 148 uint16x8_t y = vdupq_n_u16(0); in vlogq_q15() local
|
D | arm_vlog_q31.c | 69 uint32_t y=0; in arm_scalar_log_q31() local 143 uint32x4_t y = vdupq_n_u32(0); in vlogq_q31() local
|
D | arm_atan2_f32.c | 132 arm_status arm_atan2_f32(float32_t y,float32_t x,float32_t *result) in arm_atan2_f32()
|
D | arm_atan2_f16.c | 119 arm_status arm_atan2_f16(float16_t y,float16_t x,float16_t *result) in arm_atan2_f16()
|
/cmsis-dsp-3.5.0/Testing/PatternGeneration/ |
D | Interpolate.py | 11 def getLinearPoints(x,y): argument
|
/cmsis-dsp-3.5.0/Source/InterpolationFunctions/ |
D | arm_linear_interp_q15.c | 58 q63_t y; /* output */ in arm_linear_interp_q15() local
|
D | arm_linear_interp_q31.c | 59 q31_t y; /* output */ in arm_linear_interp_q31() local
|
D | arm_linear_interp_q7.c | 58 q31_t y; /* output */ in arm_linear_interp_q7() local
|
D | arm_linear_interp_f16.c | 55 float16_t y; in arm_linear_interp_f16() local
|
D | arm_linear_interp_f32.c | 83 float32_t y; in arm_linear_interp_f32() local
|
D | arm_spline_interp_init_f32.c | 69 const float32_t * y, in arm_spline_init_f32()
|
/cmsis-dsp-3.5.0/Source/FilteringFunctions/ |
D | arm_levinson_durbin_f32.c | 184 float32_t x,y; in arm_levinson_durbin_f32() local 197 float32_t x,y; in arm_levinson_durbin_f32() local 251 float32_t x,y; in arm_levinson_durbin_f32() local
|
D | arm_levinson_durbin_q31.c | 252 q31_t x,y; in arm_levinson_durbin_q31() local 270 q31_t x,y; in arm_levinson_durbin_q31() local 342 q31_t x,y; in arm_levinson_durbin_q31() local
|
/cmsis-dsp-3.5.0/Testing/Source/Tests/ |
D | InterpolationTestsQ15.cpp | 41 q31_t x,y; in test_bilinear_interp_q15() local
|
D | InterpolationTestsQ31.cpp | 41 q31_t x,y; in test_bilinear_interp_q31() local
|
D | InterpolationTestsQ7.cpp | 40 q31_t x,y; in test_bilinear_interp_q7() local
|