Lines Matching refs:blockSize
55 …E float32_t arm_chebyshev_distance_f32(const float32_t *pA,const float32_t *pB, uint32_t blockSize) in arm_chebyshev_distance_f32() argument
63 blkCnt = blockSize >> 2; in arm_chebyshev_distance_f32()
82 blkCnt = blockSize & 3; in arm_chebyshev_distance_f32()
106 …E float32_t arm_chebyshev_distance_f32(const float32_t *pA,const float32_t *pB, uint32_t blockSize) in arm_chebyshev_distance_f32() argument
113 if (blockSize <= 3) in arm_chebyshev_distance_f32()
119 blockSize--; in arm_chebyshev_distance_f32()
121 while(blockSize > 0) in arm_chebyshev_distance_f32()
130 blockSize --; in arm_chebyshev_distance_f32()
143 blockSize -= 4; in arm_chebyshev_distance_f32()
148 blkCnt = blockSize >> 2; in arm_chebyshev_distance_f32()
166 blkCnt = blockSize & 3; in arm_chebyshev_distance_f32()
183 …E float32_t arm_chebyshev_distance_f32(const float32_t *pA,const float32_t *pB, uint32_t blockSize) in arm_chebyshev_distance_f32() argument
191 blockSize--; in arm_chebyshev_distance_f32()
193 while(blockSize > 0) in arm_chebyshev_distance_f32()
202 blockSize --; in arm_chebyshev_distance_f32()