/cmsis-dsp-3.7.0-3.6.0/cmsisdsp/ |
D | fixedpoint.py | 3 def q31sat(x): argument 13 def toQ31(x): argument 25 def q15sat(x): argument 35 def toQ15(x): argument 47 def q7sat(x): argument 57 def toQ7(x): argument 69 def Q31toF32(x): argument 81 def Q15toF32(x): argument 93 def Q7toF32(x): argument
|
/cmsis-dsp-3.7.0-3.6.0/Include/dsp/ |
D | none.h | 137 q63_t x) in clip_q63_to_q31() 147 q63_t x) in clip_q63_to_q15() 157 q31_t x) in clip_q31_to_q7() 167 q31_t x) in clip_q31_to_q15() 177 q63_t x, 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 [all …]
|
D | support_functions_f16.h | 167 __STATIC_INLINE int16_t arm_typecast_s16_f16(float16_t x) in arm_typecast_s16_f16() 186 __STATIC_INLINE float16_t arm_typecast_f16_s16(int16_t x) in arm_typecast_f16_s16()
|
D | utils.h | 44 #define MIN(x,y) ((x) < (y) ? (x) : (y)) argument 48 #define MAX(x,y) ((x) > (y) ? (x) : (y)) argument 52 #define ARM_SQ(x) ((x) * (x)) argument
|
/cmsis-dsp-3.7.0-3.6.0/Testing/PatternGeneration/ |
D | FastMath.py | 9 def q31accuracy(x): argument 12 def q15accuracy(x): argument 15 def q7accuracy(x): argument 18 def Q31toF32(x): argument 21 def Q15toF32(x): argument 24 def Q7toF32(x): argument 97 def normalizeToOne(x): argument 215 def tocint32(x): argument
|
D | Interpolate.py | 11 def getLinearPoints(x,y): argument
|
D | Convolutions.py | 16 def autocorr(x): argument
|
/cmsis-dsp-3.7.0-3.6.0/ComputeLibrary/Include/ |
D | NEMath.h | 226 static inline float32x2_t vinvsqrt_f32(float32x2_t x) in vinvsqrt_f32() 235 static inline float32x4_t vinvsqrtq_f32(float32x4_t x) in vinvsqrtq_f32() 244 static inline float32x2_t vinv_f32(float32x2_t x) in vinv_f32() 252 static inline float32x4_t vinvq_f32(float32x4_t x) in vinvq_f32() 262 static inline float64x2_t vinvq_f64(float64x2_t x) in vinvq_f64() 272 static inline float32x4_t vtaylor_polyq_f32(float32x4_t x, const float32_t *coeffs) in vtaylor_polyq_f32() 286 static inline float64x2_t vtaylor_polyq_f64(float64x2_t x, const float64_t *coeffs) in vtaylor_polyq_f64() 301 static inline float32x4_t vexpq_f32(float32x4_t x) in vexpq_f32() 323 static inline float32x4_t vlogq_f32(float32x4_t x) in vlogq_f32() 349 …float32x4_t x = vminq_f32(vmaxq_f32(val, vld1q_f32(CONST_MIN_TANH)), vld1q_f32(CONST_MAX_TANH)… in vtanhq_f32() local [all …]
|
/cmsis-dsp-3.7.0-3.6.0/Source/FastMathFunctions/ |
D | arm_atan2_f32.c | 55 __STATIC_FORCEINLINE float32_t arm_atan_limited_f32(float32_t x) in arm_atan_limited_f32() 68 __STATIC_FORCEINLINE float32_t arm_atan_f32(float32_t x) in arm_atan_f32() 132 arm_status arm_atan2_f32(float32_t y,float32_t x,float32_t *result) in arm_atan2_f32()
|
D | arm_atan2_f16.c | 54 __STATIC_FORCEINLINE float16_t arm_atan_limited_f16(float16_t x) in arm_atan_limited_f16() 67 __STATIC_FORCEINLINE float16_t arm_atan_f16(float16_t x) in arm_atan_f16() 119 arm_status arm_atan2_f16(float16_t y,float16_t x,float16_t *result) in arm_atan2_f16()
|
D | arm_atan2_q15.c | 59 __STATIC_FORCEINLINE q15_t arm_atan_limited_q15(q15_t x) in arm_atan_limited_q15() 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 | 62 __STATIC_FORCEINLINE q31_t arm_atan_limited_q31(q31_t x) in arm_atan_limited_q31() 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_sin_q15.c | 50 q15_t x) in arm_sin_q15()
|
D | arm_cos_q15.c | 50 q15_t x) in arm_cos_q15()
|
D | arm_cos_q31.c | 50 q31_t x) in arm_cos_q31()
|
D | arm_sin_q31.c | 50 q31_t x) in arm_sin_q31()
|
D | arm_cos_f32.c | 71 float32_t x) in arm_cos_f32()
|
D | arm_sin_f32.c | 72 float32_t x) in arm_sin_f32()
|
/cmsis-dsp-3.7.0-3.6.0/Include/ |
D | arm_vec_math.h | 47 f32x4_t x) in vrecip_medprec_f32() 80 f32x4_t x) in vrecip_hiprec_f32() 129 f32x4_t x, in vtaylor_polyq_f32() 144 f32x4_t x, in vmant_exp_f32() 221 f32x4_t x) in vexpq_f32() 237 __STATIC_INLINE f32x4_t arm_vec_exponent_f32(f32x4_t x, int32_t nb) in arm_vec_exponent_f32() 281 f32x4_t x = in vtanhq_f32() local 312 __STATIC_INLINE float32x4_t arm_vec_exponent_f32(float32x4_t x, int32_t nb) in arm_vec_exponent_f32() 325 __STATIC_INLINE float32x4_t __arm_vec_sqrt_f32_neon(float32x4_t x) in __arm_vec_sqrt_f32_neon()
|
D | arm_vec_math_f16.h | 48 f16x8_t x) in vrecip_medprec_f16() 82 f16x8_t x) in vrecip_hiprec_f16() 132 float16x8_t x, in vtaylor_polyq_f16() 146 #define VMANT_EXP_F16(x) \ argument 219 float16x8_t x) in vexpq_f16() 235 __STATIC_INLINE float16x8_t arm_vec_exponent_f16(float16x8_t x, int16_t nb) in arm_vec_exponent_f16() 288 f16x8_t x = in vtanhq_f16() local
|
/cmsis-dsp-3.7.0-3.6.0/PythonWrapper/examples/ |
D | example.py | 7 def q31sat(x): argument 17 def toQ31(x): argument 20 def Q31toF32(x): argument
|
D | testdsp.py | 84 def q31sat(x): argument 94 def toQ31(x): argument 97 def q15sat(x): argument 107 def toQ15(x): argument 110 def q7sat(x): argument 120 def toQ7(x): argument 123 def Q31toF32(x): argument 126 def Q15toF32(x): argument 129 def Q7toF32(x): argument 133 x=np.array([1,2,3,4,5])/10.0 variable
|
/cmsis-dsp-3.7.0-3.6.0/Source/InterpolationFunctions/ |
D | arm_linear_interp_q15.c | 55 q31_t x, in arm_linear_interp_q15()
|
D | arm_linear_interp_q31.c | 56 q31_t x, in arm_linear_interp_q31()
|
D | arm_linear_interp_q7.c | 55 q31_t x, in arm_linear_interp_q7()
|