Searched refs:ax (Results 1 – 4 of 4) sorted by relevance
/cmsis-dsp-latest/Include/ |
D | arm_vec_math_f16.h | 53 f16x8_t ax = vabsq(x); in vrecip_medprec_f16() local 55 xinv.f = ax; in vrecip_medprec_f16() 62 b = 2.0f16 - xinv.f * ax; in vrecip_medprec_f16() 65 b = 2.0f16 - xinv.f * ax; in vrecip_medprec_f16() 68 b = 2.0f16 - xinv.f * ax; in vrecip_medprec_f16() 87 f16x8_t ax = vabsq(x); in vrecip_hiprec_f16() local 89 xinv.f = ax; in vrecip_hiprec_f16() 96 b = 2.0f16 - xinv.f * ax; in vrecip_hiprec_f16() 99 b = 2.0f16 - xinv.f * ax; in vrecip_hiprec_f16() 102 b = 2.0f16 - xinv.f * ax; in vrecip_hiprec_f16() [all …]
|
D | arm_vec_math.h | 52 f32x4_t ax = vabsq(x); in vrecip_medprec_f32() local 54 xinv.f = ax; in vrecip_medprec_f32() 60 b = 2.0f - xinv.f * ax; in vrecip_medprec_f32() 63 b = 2.0f - xinv.f * ax; in vrecip_medprec_f32() 66 b = 2.0f - xinv.f * ax; in vrecip_medprec_f32() 85 f32x4_t ax = vabsq(x); in vrecip_hiprec_f32() local 87 xinv.f = ax; in vrecip_hiprec_f32() 94 b = 2.0f - xinv.f * ax; in vrecip_hiprec_f32() 97 b = 2.0f - xinv.f * ax; in vrecip_hiprec_f32() 100 b = 2.0f - xinv.f * ax; in vrecip_hiprec_f32() [all …]
|
/cmsis-dsp-latest/PythonWrapper/examples/ |
D | example_1_11.py | 113 fig, ax = plt.subplots() variable 114 im = ax.imshow(pathMatrix,vmax=2.0) 118 text = ax.text(j, i, "%.1f" % dtwMatrix[i, j],
|
D | Noise suppression.ipynb | 417 "_,ax=plt.subplots(1,1)\n", 421 "ax.plot(data)\n", 422 "ax.plot(vad)\n", 423 "#ax.plot(signal_energy)" 511 "_,ax=plt.subplots(1,1)\n", 515 "ax.plot(data)\n", 516 "#ax.plot(vad)\n", 517 "ax.plot(vad_q15)" 596 "_,ax=plt.subplots(1,1)\n", 599 "ax.plot(data)\n", [all …]
|