Home
last modified time | relevance | path

Searched refs:rcond (Results 1 – 13 of 13) sorted by relevance

/external/eigen/test/
Dcholesky.cpp95 RealScalar rcond = (RealScalar(1) / matrix_l1_norm<MatrixType, Lower>(symmLo)) / in cholesky() local
97 RealScalar rcond_est = chollo.rcond(); in cholesky()
100 VERIFY(rcond_est > rcond / 10 && rcond_est < rcond * 10); in cholesky()
113 rcond = (RealScalar(1) / matrix_l1_norm<MatrixType, Upper>(symmUp)) / in cholesky()
115 rcond_est = cholup.rcond(); in cholesky()
116 VERIFY(rcond_est > rcond / 10 && rcond_est < rcond * 10); in cholesky()
165 RealScalar rcond = (RealScalar(1) / matrix_l1_norm<MatrixType, Lower>(symmLo)) / in cholesky() local
167 RealScalar rcond_est = ldltlo.rcond(); in cholesky()
170 VERIFY(rcond_est > rcond / 10 && rcond_est < rcond * 10); in cholesky()
184 rcond = (RealScalar(1) / matrix_l1_norm<MatrixType, Upper>(symmUp)) / in cholesky()
[all …]
Dlu.cpp154 RealScalar rcond = (RealScalar(1) / matrix_l1_norm(m1)) / matrix_l1_norm(m1_inverse); in lu_invertible() local
155 const RealScalar rcond_est = lu.rcond(); in lu_invertible()
158 VERIFY(rcond_est > rcond / 10 && rcond_est < rcond * 10); in lu_invertible()
200 RealScalar rcond = (RealScalar(1) / matrix_l1_norm(m1)) / matrix_l1_norm(m1_inverse); in lu_partial_piv() local
201 const RealScalar rcond_est = plu.rcond(); in lu_partial_piv()
203 VERIFY(rcond_est > rcond / 10 && rcond_est < rcond * 10); in lu_partial_piv()
/external/eigen/Eigen/src/misc/
Dlapacke.h218 float* rcond );
222 double anorm, double* rcond );
226 const lapack_int* ipiv, float anorm, float* rcond );
231 double* rcond );
306 float* x, lapack_int ldx, float* rcond, float* berr,
316 double* x, lapack_int ldx, double* rcond,
328 float* rcond, float* berr, lapack_int n_err_bnds,
339 double* rcond, double* berr, lapack_int n_err_bnds,
368 float* rcond, float* ferr, float* berr,
376 double* rcond, double* ferr, double* berr,
[all …]
/external/eigen/Eigen/src/SuperLUSupport/
DSuperLUSupport.h30 … FLOATTYPE *rcond, FLOATTYPE *ferr, FLOATTYPE *berr, \
35 … U, work, lwork, B, X, recip_pivot_growth, rcond, \
54 … FLOATTYPE *rcond, FLOATTYPE *ferr, FLOATTYPE *berr, \
58 … U, work, lwork, B, X, recip_pivot_growth, rcond, \
89 FLOATTYPE *rcond, \
93 U, work, lwork, B, X, recip_pivot_growth, rcond, \
626 RealScalar recip_pivot_growth, rcond;
635 &recip_pivot_growth, &rcond,
680 RealScalar recip_pivot_growth, rcond;
688 &recip_pivot_growth, &rcond,
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
DSparcInstrFormats.td300 class F4_4r<bits<6> op3, bits<5> opf_low, bits<3> rcond, dag outs, dag ins,
308 let Inst{12-10} = rcond;
314 class F4_4i<bits<6> op3, bits<3> rcond, dag outs, dag ins,
322 let Inst{12-10} = rcond;
DSparcInstr64Bit.td383 multiclass MOVR< bits<3> rcond, string OpcStr> {
384 def rr : F4_4r<0b101111, 0b00000, rcond, (outs I64Regs:$rd),
388 def ri : F4_4i<0b101111, rcond, (outs I64Regs:$rd),
401 multiclass FMOVR<bits<3> rcond, string OpcStr> {
403 def S : F4_4r<0b110101, 0b00101, rcond,
407 def D : F4_4r<0b110101, 0b00110, rcond,
411 def Q : F4_4r<0b110101, 0b00111, rcond,
/external/llvm/lib/Target/Sparc/
DSparcInstrFormats.td300 class F4_4r<bits<6> op3, bits<5> opf_low, bits<3> rcond, dag outs, dag ins,
308 let Inst{12-10} = rcond;
314 class F4_4i<bits<6> op3, bits<3> rcond, dag outs, dag ins,
322 let Inst{12-10} = rcond;
DSparcInstr64Bit.td383 multiclass MOVR< bits<3> rcond, string OpcStr> {
384 def rr : F4_4r<0b101111, 0b00000, rcond, (outs I64Regs:$rd),
388 def ri : F4_4i<0b101111, rcond, (outs I64Regs:$rd),
401 multiclass FMOVR<bits<3> rcond, string OpcStr> {
403 def S : F4_4r<0b110101, 0b00101, rcond,
407 def D : F4_4r<0b110101, 0b00110, rcond,
411 def Q : F4_4r<0b110101, 0b00111, rcond,
/external/eigen/Eigen/src/LU/
DPartialPivLU.h184 inline RealScalar rcond() const
DFullPivLU.h252 inline RealScalar rcond() const
/external/eigen/Eigen/src/Cholesky/
DLLT.h157 RealScalar rcond() const in rcond() function
DLDLT.h217 RealScalar rcond() const in rcond() function
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUInstrInfo.td1801 class SELBRegCondInst<RegisterClass rcond, RegisterClass rclass>:
1802 SELBInst<(outs rclass:$rT), (ins rclass:$rA, rclass:$rB, rcond:$rC),
1804 (select rcond:$rC, rclass:$rB, rclass:$rA))]>;