Home
last modified time | relevance | path

Searched refs:invSqrtVj (Results 1 – 3 of 3) sorted by relevance

/cmsis-dsp-latest/Source/MatrixFunctions/
Darm_mat_cholesky_f16.c90 _Float16 invSqrtVj; in arm_mat_cholesky_f16() local
171 invSqrtVj = 1.0f16/(_Float16)sqrtf((float32_t)pG[i * n + i]); in arm_mat_cholesky_f16()
172 SCALE_COL_F16(pDst,i,invSqrtVj,i); in arm_mat_cholesky_f16()
210 float16_t invSqrtVj; in arm_mat_cholesky_f16() local
237 invSqrtVj = 1.0f/sqrtf((float32_t)pG[i * n + i]); in arm_mat_cholesky_f16()
238 SCALE_COL_F16(pDst,i,invSqrtVj,i); in arm_mat_cholesky_f16()
Darm_mat_cholesky_f32.c98 float32_t invSqrtVj; in arm_mat_cholesky_f32() local
177 invSqrtVj = 1.0f/sqrtf(pG[i * n + i]); in arm_mat_cholesky_f32()
178 SCALE_COL_F32(pDst,i,invSqrtVj,i); in arm_mat_cholesky_f32()
218 float32_t invSqrtVj; in arm_mat_cholesky_f32() local
354 invSqrtVj = 1.0f/sqrtf(pG[i * n + i]); in arm_mat_cholesky_f32()
355 SCALE_COL_F32(pDst,i,invSqrtVj,i); in arm_mat_cholesky_f32()
393 float32_t invSqrtVj; in arm_mat_cholesky_f32() local
417 invSqrtVj = 1.0f/sqrtf(pG[i * n + i]); in arm_mat_cholesky_f32()
418 SCALE_COL_F32(pDst,i,invSqrtVj,i); in arm_mat_cholesky_f32()
Darm_mat_cholesky_f64.c86 float64_t invSqrtVj; in arm_mat_cholesky_f64() local
204 invSqrtVj = 1.0/sqrt(pG[i * n + i]); in arm_mat_cholesky_f64()
205 SCALE_COL_F64(pDst,i,invSqrtVj,i); in arm_mat_cholesky_f64()
242 float64_t invSqrtVj; in arm_mat_cholesky_f64() local
266 invSqrtVj = 1.0/sqrt(pG[i * n + i]); in arm_mat_cholesky_f64()
267 SCALE_COL_F64(pDst,i,invSqrtVj,i); in arm_mat_cholesky_f64()