Lines Matching refs:threshold
1639 float64_t threshold; in cmsis_arm_mat_qr_f64() local
1644 if (PyArg_ParseTuple(args,"OdOO",&src,&threshold,&pTmpaIn,&pTmpbIn)) in cmsis_arm_mat_qr_f64()
1663 arm_status returnValue = arm_mat_qr_f64(&src_converted,threshold, in cmsis_arm_mat_qr_f64()
1703 float32_t threshold; in cmsis_arm_mat_qr_f32() local
1708 if (PyArg_ParseTuple(args,"OfOO",&src,&threshold,&pTmpaIn,&pTmpbIn)) in cmsis_arm_mat_qr_f32()
1727 arm_status returnValue = arm_mat_qr_f32(&src_converted,threshold, in cmsis_arm_mat_qr_f32()
1764 float64_t threshold; in cmsis_arm_householder_f64() local
1766 if (PyArg_ParseTuple(args,"Od",&pSrc,&threshold)) in cmsis_arm_householder_f64()
1775 pResult=arm_householder_f64(pSrc_converted,threshold,blockSize,pDst); in cmsis_arm_householder_f64()
1802 float32_t threshold; in cmsis_arm_householder_f32() local
1804 if (PyArg_ParseTuple(args,"Of",&pSrc,&threshold)) in cmsis_arm_householder_f32()
1813 pResult=arm_householder_f32(pSrc_converted,threshold,blockSize,pDst); in cmsis_arm_householder_f32()