Searched refs:arm_scale_f16 (Results 1 – 9 of 9) sorted by relevance
/cmsis-dsp-latest/Source/BasicMathFunctions/ |
D | arm_scale_f16.c | 54 ARM_DSP_ATTRIBUTE void arm_scale_f16( in arm_scale_f16() function 100 ARM_DSP_ATTRIBUTE void arm_scale_f16( in arm_scale_f16() function
|
D | Config.cmake | 32 BasicMathFunctions/arm_scale_f16.c
|
/cmsis-dsp-latest/Source/TransformFunctions/ |
D | arm_mfcc_f16.c | 97 arm_scale_f16(pSrc,1.0f16/(_Float16)maxValue,pSrc,S->fftLen); in arm_mfcc_f16() 131 arm_scale_f16(pSrc,maxValue,pSrc,S->fftLen); in arm_mfcc_f16()
|
/cmsis-dsp-latest/Source/MatrixFunctions/ |
D | arm_householder_f16.c | 105 arm_scale_f16(pOut,r,pOut,blockSize); in arm_householder_f16()
|
/cmsis-dsp-latest/Include/dsp/ |
D | basic_math_functions_f16.h | 77 void arm_scale_f16(
|
/cmsis-dsp-latest/Testing/Source/Benchmarks/ |
D | BasicMathsBenchmarksF16.cpp | 37 arm_scale_f16(inp1,1.0,outp,this->nb); in vec_scale_f16()
|
/cmsis-dsp-latest/Testing/Source/Tests/ |
D | BasicTestsF16.cpp | 123 arm_scale_f16(inp1,0.5,outp,input1.nbSamples()); in test_scale_f16()
|
/cmsis-dsp-latest/Testing/ |
D | desc_f16.txt | 311 Test nb=3 arm_scale_f16:test_scale_f16 312 Test nb=4n arm_scale_f16:test_scale_f16 313 Test nb=4n+1 arm_scale_f16:test_scale_f16 328 Test long arm_scale_f16:test_scale_f16
|
/cmsis-dsp-latest/dsppp/tests/ |
D | cmsisdsp.cpp | 192 arm_scale_f16(tmp1,scale,tmp1,l); in cmsisdsp_dot_expr() 1085 arm_scale_f16(b,scalar,tmp,src->numCols); in cmsis_complex_mat_vec()
|