Home
last modified time | relevance | path

Searched refs:pOutQ (Results 1 – 8 of 8) sorted by relevance

/cmsis-dsp-latest/Source/MatrixFunctions/
Darm_mat_qr_f64.c76 arm_matrix_instance_f64 * pOutQ, in arm_mat_qr_f64() argument
197 if (pOutQ != NULL) in arm_mat_qr_f64()
200 memset(pOutQ->pData,0,sizeof(float64_t)*pOutQ->numRows*pOutQ->numRows); in arm_mat_qr_f64()
202 pa = pOutQ->pData; in arm_mat_qr_f64()
203 for(col=0 ; col < pOutQ->numCols; col++) in arm_mat_qr_f64()
206 pa += pOutQ->numCols+1; in arm_mat_qr_f64()
209 nb = pOutQ->numRows - pOutQ->numCols + 1; in arm_mat_qr_f64()
211 pc = pOutTau + pOutQ->numCols - 1; in arm_mat_qr_f64()
212 for(col=0 ; col < pOutQ->numCols; col++) in arm_mat_qr_f64()
217 p = pOutQ->pData + pos + pOutQ->numCols*pos ; in arm_mat_qr_f64()
[all …]
Darm_mat_qr_f32.c156 arm_matrix_instance_f32 * pOutQ, in arm_mat_qr_f32() argument
385 if (pOutQ != NULL) in arm_mat_qr_f32()
388 memset(pOutQ->pData,0,sizeof(float32_t)*pOutQ->numRows*pOutQ->numRows); in arm_mat_qr_f32()
390 pa = pOutQ->pData; in arm_mat_qr_f32()
391 for(col=0 ; col < pOutQ->numCols; col++) in arm_mat_qr_f32()
394 pa += pOutQ->numCols+1; in arm_mat_qr_f32()
397 nb = pOutQ->numRows - pOutQ->numCols + 1; in arm_mat_qr_f32()
399 pc = pOutTau + pOutQ->numCols - 1; in arm_mat_qr_f32()
400 for(col=0 ; col < pOutQ->numCols; col++) in arm_mat_qr_f32()
408 p = pOutQ->pData + pos + pOutQ->numCols*pos ; in arm_mat_qr_f32()
[all …]
Darm_mat_qr_f16.c83 arm_matrix_instance_f16 * pOutQ, in arm_mat_qr_f16() argument
312 if (pOutQ != NULL) in arm_mat_qr_f16()
315 memset(pOutQ->pData,0,sizeof(float16_t)*pOutQ->numRows*pOutQ->numRows); in arm_mat_qr_f16()
317 pa = pOutQ->pData; in arm_mat_qr_f16()
318 for(col=0 ; col < pOutQ->numCols; col++) in arm_mat_qr_f16()
321 pa += pOutQ->numCols+1; in arm_mat_qr_f16()
324 nb = pOutQ->numRows - pOutQ->numCols + 1; in arm_mat_qr_f16()
326 pc = pOutTau + pOutQ->numCols - 1; in arm_mat_qr_f16()
327 for(col=0 ; col < pOutQ->numCols; col++) in arm_mat_qr_f16()
335 p = pOutQ->pData + pos + pOutQ->numCols*pos ; in arm_mat_qr_f16()
[all …]
/cmsis-dsp-latest/dsppp/tests/
Ddebug_mat.h39 arm_matrix_instance_f32 * pOutQ, in _arm_mat_qr_f32() argument
277 if (pOutQ != NULL) in _arm_mat_qr_f32()
280 memset(pOutQ->pData,0,sizeof(float32_t)*pOutQ->numRows*pOutQ->numRows); in _arm_mat_qr_f32()
282 pa = pOutQ->pData; in _arm_mat_qr_f32()
283 for(col=0 ; col < pOutQ->numCols; col++) in _arm_mat_qr_f32()
286 pa += pOutQ->numCols+1; in _arm_mat_qr_f32()
289 nb = pOutQ->numRows - pOutQ->numCols + 1; in _arm_mat_qr_f32()
291 pc = pOutTau + pOutQ->numCols - 1; in _arm_mat_qr_f32()
292 for(col=0 ; col < pOutQ->numCols; col++) in _arm_mat_qr_f32()
300 p = pOutQ->pData + pos + pOutQ->numCols*pos ; in _arm_mat_qr_f32()
[all …]
Dcmsisdsp.cpp939 arm_matrix_instance_f64 * pOutQ, in cmsis_qr() argument
946 pOutR,pOutQ, in cmsis_qr()
956 arm_matrix_instance_f32 * pOutQ, in cmsis_qr() argument
963 pOutR,pOutQ, in cmsis_qr()
974 arm_matrix_instance_f16 * pOutQ, in cmsis_qr() argument
981 pOutR,pOutQ, in cmsis_qr()
Dcmsis_tests.h510 arm_matrix_instance_f64 * pOutQ,
520 arm_matrix_instance_f32 * pOutQ,
531 arm_matrix_instance_f16 * pOutQ,
/cmsis-dsp-latest/Include/dsp/
Dmatrix_functions.h789 arm_matrix_instance_f32 * pOutQ,
814 arm_matrix_instance_f64 * pOutQ,
Dmatrix_functions_f16.h235 arm_matrix_instance_f16 * pOutQ,