Home
last modified time | relevance | path

Searched refs:lu (Results 201 – 225 of 25567) sorted by relevance

12345678910>>...1023

/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/ssl/
H A Dt1_lib.c1320 return lu; in tls1_get_legacy_sigalg()
1485 if (lu == NULL in tls12_check_peer_sigalg()
1512 if (lu->curve != NID_undef && curve != lu->curve) { in tls12_check_peer_sigalg()
2041 if (lu == NULL || !lu->enabled) in tls12_sigalg_allowed()
2342 *psign = lu != NULL ? lu->sig : NID_undef; in SSL_get_sigalgs()
2344 *phash = lu != NULL ? lu->hash : NID_undef; in SSL_get_sigalgs()
2346 *psignhash = lu != NULL ? lu->sigandhash : NID_undef; in SSL_get_sigalgs()
2728 if (lu != NULL && lu->hash == NID_sha1 && lu->sig == rsign) in tls1_check_chain()
3092 if (mdnid == lu->hash && pknid == lu->sig) in check_cert_usable()
3178 if (lu->curve != NID_undef && curve != lu->curve) in find_sig_alg()
[all …]
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/ssl/
H A Dt1_lib.c1320 return lu; in tls1_get_legacy_sigalg()
1485 if (lu == NULL in tls12_check_peer_sigalg()
1512 if (lu->curve != NID_undef && curve != lu->curve) { in tls12_check_peer_sigalg()
2041 if (lu == NULL || !lu->enabled) in tls12_sigalg_allowed()
2342 *psign = lu != NULL ? lu->sig : NID_undef; in SSL_get_sigalgs()
2344 *phash = lu != NULL ? lu->hash : NID_undef; in SSL_get_sigalgs()
2346 *psignhash = lu != NULL ? lu->sigandhash : NID_undef; in SSL_get_sigalgs()
2728 if (lu != NULL && lu->hash == NID_sha1 && lu->sig == rsign) in tls1_check_chain()
3092 if (mdnid == lu->hash && pknid == lu->sig) in check_cert_usable()
3178 if (lu->curve != NID_undef && curve != lu->curve) in find_sig_alg()
[all …]
/dports/security/openssl-devel/openssl-3.0.2/ssl/
H A Dt1_lib.c1322 return lu; in tls1_get_legacy_sigalg()
1487 if (lu == NULL in tls12_check_peer_sigalg()
1514 if (lu->curve != NID_undef && curve != lu->curve) { in tls12_check_peer_sigalg()
2043 if (lu == NULL || !lu->enabled) in tls12_sigalg_allowed()
2344 *psign = lu != NULL ? lu->sig : NID_undef; in SSL_get_sigalgs()
2346 *phash = lu != NULL ? lu->hash : NID_undef; in SSL_get_sigalgs()
2348 *psignhash = lu != NULL ? lu->sigandhash : NID_undef; in SSL_get_sigalgs()
2730 if (lu != NULL && lu->hash == NID_sha1 && lu->sig == rsign) in tls1_check_chain()
3094 if (mdnid == lu->hash && pknid == lu->sig) in check_cert_usable()
3180 if (lu->curve != NID_undef && curve != lu->curve) in find_sig_alg()
[all …]
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/ssl/
H A Dt1_lib.c1322 return lu; in tls1_get_legacy_sigalg()
1487 if (lu == NULL in tls12_check_peer_sigalg()
1514 if (lu->curve != NID_undef && curve != lu->curve) { in tls12_check_peer_sigalg()
2043 if (lu == NULL || !lu->enabled) in tls12_sigalg_allowed()
2344 *psign = lu != NULL ? lu->sig : NID_undef; in SSL_get_sigalgs()
2346 *phash = lu != NULL ? lu->hash : NID_undef; in SSL_get_sigalgs()
2348 *psignhash = lu != NULL ? lu->sigandhash : NID_undef; in SSL_get_sigalgs()
2730 if (lu != NULL && lu->hash == NID_sha1 && lu->sig == rsign) in tls1_check_chain()
3094 if (mdnid == lu->hash && pknid == lu->sig) in check_cert_usable()
3180 if (lu->curve != NID_undef && curve != lu->curve) in find_sig_alg()
[all …]
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/Eigen/src/LU/
H A DPartialPivLU.h362 const Index rows = lu.rows();
363 const Index cols = lu.cols();
386 lu.row(k).swap(lu.row(row_of_biggest_in_col));
390 lu.col(k).tail(fix<RRows>(rrows)) /= lu.coeff(k,k);
400lu.bottomRightCorner(fix<RRows>(rrows),fix<RCols>(rcols)).noalias() -= lu.col(k).tail(fix<RRows>(r…
463 BlockType A_0 = lu.block(0,0,rows,k);
465 BlockType A11 = lu.block(k,k,bs,bs);
466 BlockType A12 = lu.block(k,k+bs,bs,tsize);
508 if (lu.rows() == 0 || lu.cols() == 0) {
519 …::blocked_lu(lu.rows(), lu.cols(), &lu.coeffRef(0,0), lu.outerStride(), &row_transpositions.coeffR…
[all …]
/dports/misc/openmvg/openMVG-2.0/src/third_party/eigen/Eigen/src/LU/
H A DPartialPivLU.h362 const Index rows = lu.rows();
363 const Index cols = lu.cols();
386 lu.row(k).swap(lu.row(row_of_biggest_in_col));
390 lu.col(k).tail(fix<RRows>(rrows)) /= lu.coeff(k,k);
400lu.bottomRightCorner(fix<RRows>(rrows),fix<RCols>(rcols)).noalias() -= lu.col(k).tail(fix<RRows>(r…
463 BlockType A_0 = lu.block(0,0,rows,k);
465 BlockType A11 = lu.block(k,k,bs,bs);
466 BlockType A12 = lu.block(k,k+bs,bs,tsize);
508 if (lu.rows() == 0 || lu.cols() == 0) {
519 …::blocked_lu(lu.rows(), lu.cols(), &lu.coeffRef(0,0), lu.outerStride(), &row_transpositions.coeffR…
[all …]
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/Eigen/src/LU/
H A DPartialPivLU.h362 const Index rows = lu.rows();
363 const Index cols = lu.cols();
386 lu.row(k).swap(lu.row(row_of_biggest_in_col));
390 lu.col(k).tail(fix<RRows>(rrows)) /= lu.coeff(k,k);
400lu.bottomRightCorner(fix<RRows>(rrows),fix<RCols>(rcols)).noalias() -= lu.col(k).tail(fix<RRows>(r…
463 BlockType A_0 = lu.block(0,0,rows,k);
465 BlockType A11 = lu.block(k,k,bs,bs);
466 BlockType A12 = lu.block(k,k+bs,bs,tsize);
508 if (lu.rows() == 0 || lu.cols() == 0) {
519 …::blocked_lu(lu.rows(), lu.cols(), &lu.coeffRef(0,0), lu.outerStride(), &row_transpositions.coeffR…
[all …]
/dports/math/flint2/flint-2.8.4/fmpz/
H A Dmulti_mod_ui.c30 mod_lut_entry * lu; in fmpz_multi_mod_ui() local
47 lu = C->mod_lu; in fmpz_multi_mod_ui()
56 mp_limb_t t = fmpz_get_nmod(A + k, lu[i].mod); in fmpz_multi_mod_ui()
59 if (lu[i].mod2.n != 0) in fmpz_multi_mod_ui()
62 NMOD_RED(out[l*stride], t, lu[i].mod0); l++; in fmpz_multi_mod_ui()
63 NMOD_RED(out[l*stride], t, lu[i].mod1); l++; in fmpz_multi_mod_ui()
64 NMOD_RED(out[l*stride], t, lu[i].mod2); l++; in fmpz_multi_mod_ui()
66 else if (lu[i].mod1.n != 0) in fmpz_multi_mod_ui()
69 NMOD_RED(out[l*stride], t, lu[i].mod0); l++; in fmpz_multi_mod_ui()
70 NMOD_RED(out[l*stride], t, lu[i].mod1); l++; in fmpz_multi_mod_ui()
/dports/graphics/bmeps/dktools-4.31.1/src/libdk4sock/
H A Ddk4sock28.ctr115 …$? ". ul1 = %lu.%lu.%lu.%lu", ((ul1 >> 24) & 0xFFUL), ((ul1 >> 16) & 0xFFUL), ((ul1 >> 8) & 0xFFUL…
116 …$? ". ul2 = %lu.%lu.%lu.%lu", ((ul2 >> 24) & 0xFFUL), ((ul2 >> 16) & 0xFFUL), ((ul2 >> 8) & 0xFFUL…
117 …$? ". ul3 = %lu.%lu.%lu.%lu", ((ul3 >> 24) & 0xFFUL), ((ul3 >> 16) & 0xFFUL), ((ul3 >> 8) & 0xFFUL…
120 …$? ". ul1 = %lu.%lu.%lu.%lu", ((ul1 >> 24) & 0xFFUL), ((ul1 >> 16) & 0xFFUL), ((ul1 >> 8) & 0xFFUL…
121 …$? ". ul2 = %lu.%lu.%lu.%lu", ((ul2 >> 24) & 0xFFUL), ((ul2 >> 16) & 0xFFUL), ((ul2 >> 8) & 0xFFUL…
/dports/math/octave/octave-6.4.0/liboctave/numeric/
H A Dlu.h42 lu
49 lu (void) in lu() function
52 lu (const T& a);
54 lu (const lu& a) in lu() function
57 lu (const T& l, const T& u, const PermMatrix& p);
59 lu& operator = (const lu& a)
71 virtual ~lu (void) = default;
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/nalgebra/src/linalg/
H A Dlu.rs35 lu: OMatrix<T, R, C>, field
120 LU { lu: matrix, p } in new()
125 &self.lu in lu_internal()
247 self.lu.nrows(), in solve_mut()
252 self.lu.is_square(), in solve_mut()
267 self.lu.is_square(), in try_inverse()
286 self.lu.is_square(), in try_inverse_to()
301 let dim = self.lu.nrows(); in determinant()
303 self.lu.is_square(), in determinant()
319 self.lu.is_square(), in is_invertible()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/ssl/
H A Dt1_lib.c814 if (lu == NULL) in tls1_lookup_md()
895 return lu; in tls1_get_legacy_sigalg()
908 if (lu == NULL) in tls1_set_peer_legacy_sigalg()
1018 if (lu == NULL in tls12_check_peer_sigalg()
1050 if (lu->curve != NID_undef && curve != lu->curve) { in tls12_check_peer_sigalg()
1864 *psign = lu != NULL ? lu->sig : NID_undef; in SSL_get_sigalgs()
1866 *phash = lu != NULL ? lu->hash : NID_undef; in SSL_get_sigalgs()
1868 *psignhash = lu != NULL ? lu->sigandhash : NID_undef; in SSL_get_sigalgs()
2232 if (lu != NULL && lu->hash == NID_sha1 && lu->sig == rsign) in tls1_check_chain()
2576 if (mdnid == lu->hash && pknid == lu->sig) in has_usable_cert()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/ssl/
H A Dt1_lib.c814 if (lu == NULL) in tls1_lookup_md()
895 return lu; in tls1_get_legacy_sigalg()
908 if (lu == NULL) in tls1_set_peer_legacy_sigalg()
1018 if (lu == NULL in tls12_check_peer_sigalg()
1050 if (lu->curve != NID_undef && curve != lu->curve) { in tls12_check_peer_sigalg()
1864 *psign = lu != NULL ? lu->sig : NID_undef; in SSL_get_sigalgs()
1866 *phash = lu != NULL ? lu->hash : NID_undef; in SSL_get_sigalgs()
1868 *psignhash = lu != NULL ? lu->sigandhash : NID_undef; in SSL_get_sigalgs()
2232 if (lu != NULL && lu->hash == NID_sha1 && lu->sig == rsign) in tls1_check_chain()
2576 if (mdnid == lu->hash && pknid == lu->sig) in has_usable_cert()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/ssl/
H A Dt1_lib.c814 if (lu == NULL) in tls1_lookup_md()
895 return lu; in tls1_get_legacy_sigalg()
908 if (lu == NULL) in tls1_set_peer_legacy_sigalg()
1018 if (lu == NULL in tls12_check_peer_sigalg()
1050 if (lu->curve != NID_undef && curve != lu->curve) { in tls12_check_peer_sigalg()
1864 *psign = lu != NULL ? lu->sig : NID_undef; in SSL_get_sigalgs()
1866 *phash = lu != NULL ? lu->hash : NID_undef; in SSL_get_sigalgs()
1868 *psignhash = lu != NULL ? lu->sigandhash : NID_undef; in SSL_get_sigalgs()
2232 if (lu != NULL && lu->hash == NID_sha1 && lu->sig == rsign) in tls1_check_chain()
2576 if (mdnid == lu->hash && pknid == lu->sig) in has_usable_cert()
[all …]
/dports/net/istgt/istgt-20150713/src/
H A Distgt_lu_pass.c66 ISTGT_LU_Ptr lu; member
747 lu->num, lu->name); in istgt_lu_pass_init()
760 lu->num, i); in istgt_lu_pass_init()
764 spec->lu = lu; in istgt_lu_pass_init()
834 lu->num, i, in istgt_lu_pass_init()
980 lu->num, i, in istgt_lu_pass_init()
981 lu->readonly ? "readonly " : "", lu->name); in istgt_lu_pass_init()
998 lu->num, lu->name); in istgt_lu_pass_shutdown()
1544 ISTGT_LU_Ptr lu; in istgt_lu_pass_execute() local
1561 lu = lu_cmd->lu; in istgt_lu_pass_execute()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/Eigen3/src/itkeigen/Eigen/src/LU/
H A DPartialPivLU.h369 const Index rows = lu.rows();
370 const Index cols = lu.cols();
390 lu.row(k).swap(lu.row(row_of_biggest_in_col));
396 lu.col(k).tail(rrows) /= lu.coeff(k,k);
406lu.bottomRightCorner(rrows,rcols).noalias() -= lu.col(k).tail(rrows) * lu.row(k).tail(rcols);
429 MatrixType lu(lu1,0,0,rows,cols);
460 BlockType A_0(lu,0,0,rows,k);
462 BlockType A11(lu,k,k,bs,bs);
463 BlockType A12(lu,k,k+bs,bs,tsize);
509 …::blocked_lu(lu.rows(), lu.cols(), &lu.coeffRef(0,0), lu.outerStride(), &row_transpositions.coeffR…
[all …]
/dports/graphics/blender/blender-2.91.0/extern/Eigen3/Eigen/src/LU/
H A DPartialPivLU.h369 const Index rows = lu.rows();
370 const Index cols = lu.cols();
390 lu.row(k).swap(lu.row(row_of_biggest_in_col));
396 lu.col(k).tail(rrows) /= lu.coeff(k,k);
406lu.bottomRightCorner(rrows,rcols).noalias() -= lu.col(k).tail(rrows) * lu.row(k).tail(rcols);
429 MatrixType lu(lu1,0,0,rows,cols);
460 BlockType A_0(lu,0,0,rows,k);
462 BlockType A11(lu,k,k,bs,bs);
463 BlockType A12(lu,k,k+bs,bs,tsize);
509 …::blocked_lu(lu.rows(), lu.cols(), &lu.coeffRef(0,0), lu.outerStride(), &row_transpositions.coeffR…
[all …]
/dports/math/eigen3/eigen-3.3.9/Eigen/src/LU/
H A DPartialPivLU.h369 const Index rows = lu.rows();
370 const Index cols = lu.cols();
390 lu.row(k).swap(lu.row(row_of_biggest_in_col));
396 lu.col(k).tail(rrows) /= lu.coeff(k,k);
406lu.bottomRightCorner(rrows,rcols).noalias() -= lu.col(k).tail(rrows) * lu.row(k).tail(rcols);
429 MatrixType lu(lu1,0,0,rows,cols);
460 BlockType A_0(lu,0,0,rows,k);
462 BlockType A11(lu,k,k,bs,bs);
463 BlockType A12(lu,k,k+bs,bs,tsize);
509 …::blocked_lu(lu.rows(), lu.cols(), &lu.coeffRef(0,0), lu.outerStride(), &row_transpositions.coeffR…
[all …]
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/thirdparty/bcd/ext/eigen/Eigen/src/LU/
H A DPartialPivLU.h369 const Index rows = lu.rows();
370 const Index cols = lu.cols();
390 lu.row(k).swap(lu.row(row_of_biggest_in_col));
396 lu.col(k).tail(rrows) /= lu.coeff(k,k);
406lu.bottomRightCorner(rrows,rcols).noalias() -= lu.col(k).tail(rrows) * lu.row(k).tail(rcols);
429 MatrixType lu(lu1,0,0,rows,cols);
460 BlockType A_0(lu,0,0,rows,k);
462 BlockType A11(lu,k,k,bs,bs);
463 BlockType A12(lu,k,k+bs,bs,tsize);
509 …::blocked_lu(lu.rows(), lu.cols(), &lu.coeffRef(0,0), lu.outerStride(), &row_transpositions.coeffR…
[all …]
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/Eigen/src/LU/
H A DPartialPivLU.h369 const Index rows = lu.rows();
370 const Index cols = lu.cols();
390 lu.row(k).swap(lu.row(row_of_biggest_in_col));
396 lu.col(k).tail(rrows) /= lu.coeff(k,k);
406lu.bottomRightCorner(rrows,rcols).noalias() -= lu.col(k).tail(rrows) * lu.row(k).tail(rcols);
429 MatrixType lu(lu1,0,0,rows,cols);
460 BlockType A_0(lu,0,0,rows,k);
462 BlockType A11(lu,k,k,bs,bs);
463 BlockType A12(lu,k,k+bs,bs,tsize);
509 …::blocked_lu(lu.rows(), lu.cols(), &lu.coeffRef(0,0), lu.outerStride(), &row_transpositions.coeffR…
[all …]
/dports/math/py-cvxpy/cvxpy-1.1.17/cvxpy/cvxcore/include/Eigen/src/LU/
H A DPartialPivLU.h369 const Index rows = lu.rows();
370 const Index cols = lu.cols();
390 lu.row(k).swap(lu.row(row_of_biggest_in_col));
396 lu.col(k).tail(rrows) /= lu.coeff(k,k);
406lu.bottomRightCorner(rrows,rcols).noalias() -= lu.col(k).tail(rrows) * lu.row(k).tail(rcols);
429 MatrixType lu(lu1,0,0,rows,cols);
460 BlockType A_0(lu,0,0,rows,k);
462 BlockType A11(lu,k,k,bs,bs);
463 BlockType A12(lu,k,k+bs,bs,tsize);
509 …::blocked_lu(lu.rows(), lu.cols(), &lu.coeffRef(0,0), lu.outerStride(), &row_transpositions.coeffR…
[all …]
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/eigen/Eigen/src/LU/
H A DPartialPivLU.h369 const Index rows = lu.rows();
370 const Index cols = lu.cols();
390 lu.row(k).swap(lu.row(row_of_biggest_in_col));
396 lu.col(k).tail(rrows) /= lu.coeff(k,k);
406lu.bottomRightCorner(rrows,rcols).noalias() -= lu.col(k).tail(rrows) * lu.row(k).tail(rcols);
429 MatrixType lu(lu1,0,0,rows,cols);
460 BlockType A_0(lu,0,0,rows,k);
462 BlockType A11(lu,k,k,bs,bs);
463 BlockType A12(lu,k,k+bs,bs,tsize);
509 …::blocked_lu(lu.rows(), lu.cols(), &lu.coeffRef(0,0), lu.outerStride(), &row_transpositions.coeffR…
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/eigen/Eigen/src/LU/
H A DPartialPivLU.h369 const Index rows = lu.rows();
370 const Index cols = lu.cols();
390 lu.row(k).swap(lu.row(row_of_biggest_in_col));
396 lu.col(k).tail(rrows) /= lu.coeff(k,k);
406lu.bottomRightCorner(rrows,rcols).noalias() -= lu.col(k).tail(rrows) * lu.row(k).tail(rcols);
429 MatrixType lu(lu1,0,0,rows,cols);
460 BlockType A_0(lu,0,0,rows,k);
462 BlockType A11(lu,k,k,bs,bs);
463 BlockType A12(lu,k,k+bs,bs,tsize);
509 …::blocked_lu(lu.rows(), lu.cols(), &lu.coeffRef(0,0), lu.outerStride(), &row_transpositions.coeffR…
[all …]
/dports/science/getdp/getdp-3.4.0-source/contrib/eigen/Eigen/src/LU/
H A DPartialPivLU.h369 const Index rows = lu.rows();
370 const Index cols = lu.cols();
390 lu.row(k).swap(lu.row(row_of_biggest_in_col));
396 lu.col(k).tail(rrows) /= lu.coeff(k,k);
406lu.bottomRightCorner(rrows,rcols).noalias() -= lu.col(k).tail(rrows) * lu.row(k).tail(rcols);
429 MatrixType lu(lu1,0,0,rows,cols);
460 BlockType A_0(lu,0,0,rows,k);
462 BlockType A11(lu,k,k,bs,bs);
463 BlockType A12(lu,k,k+bs,bs,tsize);
509 …::blocked_lu(lu.rows(), lu.cols(), &lu.coeffRef(0,0), lu.outerStride(), &row_transpositions.coeffR…
[all …]
/dports/math/R-cran-RcppEigen/RcppEigen/inst/include/Eigen/src/LU/
H A DPartialPivLU.h369 const Index rows = lu.rows();
370 const Index cols = lu.cols();
390 lu.row(k).swap(lu.row(row_of_biggest_in_col));
396 lu.col(k).tail(rrows) /= lu.coeff(k,k);
406lu.bottomRightCorner(rrows,rcols).noalias() -= lu.col(k).tail(rrows) * lu.row(k).tail(rcols);
429 MatrixType lu(lu1,0,0,rows,cols);
460 BlockType A_0(lu,0,0,rows,k);
462 BlockType A11(lu,k,k,bs,bs);
463 BlockType A12(lu,k,k+bs,bs,tsize);
509 …::blocked_lu(lu.rows(), lu.cols(), &lu.coeffRef(0,0), lu.outerStride(), &row_transpositions.coeffR…
[all …]

12345678910>>...1023