Home
last modified time | relevance | path

Searched refs:lu (Results 176 – 200 of 24415) sorted by relevance

12345678910>>...977

/dports/sysutils/exa/exa-0.10.1/cargo-crates/openssl-src-111.15.0+1.1.1k/openssl/ssl/
H A Dt1_lib.c816 if (lu == NULL) in tls1_lookup_md()
902 return lu; in tls1_get_legacy_sigalg()
1053 if (lu == NULL in tls12_check_peer_sigalg()
1085 if (lu->curve != NID_undef && curve != lu->curve) { in tls12_check_peer_sigalg()
1895 *psign = lu != NULL ? lu->sig : NID_undef; in SSL_get_sigalgs()
1897 *phash = lu != NULL ? lu->hash : NID_undef; in SSL_get_sigalgs()
1899 *psignhash = lu != NULL ? lu->sigandhash : NID_undef; in SSL_get_sigalgs()
2281 if (lu != NULL && lu->hash == NID_sha1 && lu->sig == rsign) in tls1_check_chain()
2623 if (mdnid == lu->hash && pknid == lu->sig) in check_cert_usable()
2709 if (lu->curve != NID_undef && curve != lu->curve) in find_sig_alg()
[all …]
/dports/www/node10/node-v10.24.1/deps/openssl/openssl/ssl/
H A Dt1_lib.c816 if (lu == NULL) in tls1_lookup_md()
902 return lu; in tls1_get_legacy_sigalg()
1053 if (lu == NULL in tls12_check_peer_sigalg()
1085 if (lu->curve != NID_undef && curve != lu->curve) { in tls12_check_peer_sigalg()
1895 *psign = lu != NULL ? lu->sig : NID_undef; in SSL_get_sigalgs()
1897 *phash = lu != NULL ? lu->hash : NID_undef; in SSL_get_sigalgs()
1899 *psignhash = lu != NULL ? lu->sigandhash : NID_undef; in SSL_get_sigalgs()
2281 if (lu != NULL && lu->hash == NID_sha1 && lu->sig == rsign) in tls1_check_chain()
2623 if (mdnid == lu->hash && pknid == lu->sig) in check_cert_usable()
2709 if (lu->curve != NID_undef && curve != lu->curve) in find_sig_alg()
[all …]
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/external/pelib/src/
H A Dpelib_potential_derivatives.F90198 rewind(lu)
200 close(lu)
226 rewind(lu)
228 close(lu)
273 close(lu)
319 close(lu)
395 integer(ip) :: lu local
415 close(lu)
469 close(lu)
493 integer(ip) :: lu local
[all …]
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/include/Eigen/src/LU/
H A DPartialPivLU.h241 const Index rows = lu.rows(); in unblocked_lu()
242 const Index cols = lu.cols(); in unblocked_lu()
262 lu.row(k).swap(lu.row(row_of_biggest_in_col)); in unblocked_lu()
268 lu.col(k).tail(rrows) /= lu.coeff(k,k); in unblocked_lu()
278lu.bottomRightCorner(rrows,rcols).noalias() -= lu.col(k).tail(rrows) * lu.row(k).tail(rcols); in unblocked_lu()
301 MatrixType lu(lu1,0,0,rows,cols);
332 BlockType A_0(lu,0,0,rows,k);
334 BlockType A11(lu,k,k,bs,bs);
335 BlockType A12(lu,k,k+bs,bs,tsize);
381 …::blocked_lu(lu.rows(), lu.cols(), &lu.coeffRef(0,0), lu.outerStride(), &row_transpositions.coeffR… in partial_lu_inplace()
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/Eigen/src/LU/
H A DPartialPivLU.h247 const Index rows = lu.rows(); in unblocked_lu()
248 const Index cols = lu.cols(); in unblocked_lu()
268 lu.row(k).swap(lu.row(row_of_biggest_in_col)); in unblocked_lu()
274 lu.col(k).tail(rrows) /= lu.coeff(k,k); in unblocked_lu()
284lu.bottomRightCorner(rrows,rcols).noalias() -= lu.col(k).tail(rrows) * lu.row(k).tail(rcols); in unblocked_lu()
307 MatrixType lu(lu1,0,0,rows,cols);
338 BlockType A_0(lu,0,0,rows,k);
340 BlockType A11(lu,k,k,bs,bs);
341 BlockType A12(lu,k,k+bs,bs,tsize);
387 …::blocked_lu(lu.rows(), lu.cols(), &lu.coeffRef(0,0), lu.outerStride(), &row_transpositions.coeffR… in partial_lu_inplace()
[all …]
/dports/graphics/wdune/wdune-1.926/vcglib/eigenlib/Eigen/src/LU/
H A DPartialPivLU.h247 const Index rows = lu.rows(); in unblocked_lu()
248 const Index cols = lu.cols(); in unblocked_lu()
268 lu.row(k).swap(lu.row(row_of_biggest_in_col)); in unblocked_lu()
274 lu.col(k).tail(rrows) /= lu.coeff(k,k); in unblocked_lu()
284lu.bottomRightCorner(rrows,rcols).noalias() -= lu.col(k).tail(rrows) * lu.row(k).tail(rcols); in unblocked_lu()
307 MatrixType lu(lu1,0,0,rows,cols);
338 BlockType A_0(lu,0,0,rows,k);
340 BlockType A11(lu,k,k,bs,bs);
341 BlockType A12(lu,k,k+bs,bs,tsize);
387 …::blocked_lu(lu.rows(), lu.cols(), &lu.coeffRef(0,0), lu.outerStride(), &row_transpositions.coeffR… in partial_lu_inplace()
[all …]
/dports/science/smoldyn/smoldyn-2.67/source/NextSubVolume/Eigen/src/LU/
H A DPartialPivLU.h241 const Index rows = lu.rows(); in unblocked_lu()
242 const Index cols = lu.cols(); in unblocked_lu()
262 lu.row(k).swap(lu.row(row_of_biggest_in_col)); in unblocked_lu()
268 lu.col(k).tail(rrows) /= lu.coeff(k,k); in unblocked_lu()
278lu.bottomRightCorner(rrows,rcols).noalias() -= lu.col(k).tail(rrows) * lu.row(k).tail(rcols); in unblocked_lu()
301 MatrixType lu(lu1,0,0,rows,cols);
332 BlockType A_0(lu,0,0,rows,k);
334 BlockType A11(lu,k,k,bs,bs);
335 BlockType A12(lu,k,k+bs,bs,tsize);
381 …::blocked_lu(lu.rows(), lu.cols(), &lu.coeffRef(0,0), lu.outerStride(), &row_transpositions.coeffR… in partial_lu_inplace()
[all …]
/dports/databases/db18/db-18.1.40/src/txn/
H A Dtxn.src33 ARG opcode u_int32_t lu
39 ARG opcode u_int32_t lu
41 ARG envid u_int32_t lu
75 ARG envid u_int32_t lu
76 ARG spare u_int32_t lu
97 ARG opcode u_int32_t lu
100 ARG gtrid u_int32_t lu
101 ARG bqual u_int32_t lu
107 ARG opcode u_int32_t lu
117 ARG min u_int32_t lu
[all …]
/dports/databases/db5/db-5.3.28/src/txn/
H A Dtxn.src33 ARG opcode u_int32_t lu
39 ARG opcode u_int32_t lu
41 ARG envid u_int32_t lu
75 ARG envid u_int32_t lu
76 ARG spare u_int32_t lu
98 ARG opcode u_int32_t lu
101 ARG gtrid u_int32_t lu
102 ARG bqual u_int32_t lu
108 ARG opcode u_int32_t lu
118 ARG min u_int32_t lu
[all …]
/dports/math/highs/HiGHS-cfe064e/src/ipm/basiclu/src/
H A Dlu_internal.h20 struct lu struct
147 struct lu *this, lu_int *istore, double *xstore, lu_int *Li, double *Lx, argument
151 const struct lu *this, lu_int *istore, double *xstore, lu_int status);
153 void lu_reset(struct lu *this);
157 lu_int lu_factorize_bump (struct lu *this);
159 lu_int lu_build_factors(struct lu *this);
161 void lu_garbage_perm(struct lu *this);
163 lu_int lu_markowitz(struct lu *this);
165 lu_int lu_pivot(struct lu *this);
176 struct lu *this, const double *rhs, double *lhs, char trans);
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/_highs/src/ipm/basiclu/src/
H A Dlu_internal.h20 struct lu struct
147 struct lu *this, lu_int *istore, double *xstore, lu_int *Li, double *Lx, argument
151 const struct lu *this, lu_int *istore, double *xstore, lu_int status);
153 void lu_reset(struct lu *this);
157 lu_int lu_factorize_bump (struct lu *this);
159 lu_int lu_build_factors(struct lu *this);
161 void lu_garbage_perm(struct lu *this);
163 lu_int lu_markowitz(struct lu *this);
165 lu_int lu_pivot(struct lu *this);
176 struct lu *this, const double *rhs, double *lhs, char trans);
[all …]
/dports/biology/mummer/mummer-4.0.0beta2-2-g277dac5/src/kurtz/streesrc/
H A Dconstruct.gen60 DEBUG1(3,"#artifical large node %lu\n",
95 DEBUG1(2,"#integers for branchnodes %lu\n",
97 DEBUG4(2,"#small %lu large %lu textlen %lu all %lu ",
103 DEBUG1(2,"#splitleafedge = %lu\n",(Showuint) stree->splitleafedge);
104 DEBUG1(2,"#splitinternaledge = %lu\n",(Showuint) stree->splitinternaledge);
105 DEBUG1(2,"#insertleafcalls = %lu\n",(Showuint) stree->insertleafcalls);
106 DEBUG1(2,"#artificial = %lu\n",(Showuint) stree->artificial);
107 DEBUG1(2,"#multiplications = %lu\n",(Showuint) stree->multiplications);
112 DEBUG3(2,"#largelinks %lu largelinklinkwork %lu largelinkwork %lu ",
121 DEBUG2(2,"#%6lu %6lu\n",(Showuint) stree->smallnode,
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/ext/LAPACKBLAS/SRC/VARIANTS/
H A DMakefile26 LUCR = lu/CR/cgetrf.o lu/CR/dgetrf.o lu/CR/sgetrf.o lu/CR/zgetrf.o
28 LULL = lu/LL/cgetrf.o lu/LL/dgetrf.o lu/LL/sgetrf.o lu/LL/zgetrf.o
30 LUREC = lu/REC/cgetrf.o lu/REC/dgetrf.o lu/REC/sgetrf.o lu/REC/zgetrf.o
/dports/lang/micropython/micropython-1.17/ports/stm32/
H A Dusbd_msc_interface.c120 const void *lu = usbd_msc_lu_data[lun]; in lu_ioctl() local
122 if (lu == &pyb_flash_type) { in lu_ioctl()
141 } else if (lu == &pyb_sdcard_type in lu_ioctl()
143 || lu == &pyb_mmcard_type in lu_ioctl()
220 if (lu == &pyb_sdcard_type) { in usbd_msc_Inquiry()
288 if (lu == &pyb_flash_type) { in usbd_msc_Read()
292 } else if (lu == &pyb_sdcard_type in usbd_msc_Read()
294 || lu == &pyb_mmcard_type in usbd_msc_Read()
312 if (lu == &pyb_flash_type) { in usbd_msc_Write()
316 } else if (lu == &pyb_sdcard_type in usbd_msc_Write()
[all …]
/dports/devel/gettext-tools/gettext-0.21/gettext-tools/tests/
H A Dformat-lua-26 cat <<\EOF > f-lu-2.data
90 cat <<EOF > f-lu-2-$n.po
97 if ${MSGFMT} --check-format -o f-lu-2-$n.mo f-lu-2-$n.po; then
103 ${MSGFMT} --check-format -o f-lu-2-$n.mo f-lu-2-$n.po 2> /dev/null
112 cat f-lu-2-$n.po 1>&2
115 rm -f f-lu-2-$n.po f-lu-2-$n.mo
116 done < f-lu-2.data
/dports/devel/gettext-runtime/gettext-0.21/gettext-tools/tests/
H A Dformat-lua-26 cat <<\EOF > f-lu-2.data
90 cat <<EOF > f-lu-2-$n.po
97 if ${MSGFMT} --check-format -o f-lu-2-$n.mo f-lu-2-$n.po; then
103 ${MSGFMT} --check-format -o f-lu-2-$n.mo f-lu-2-$n.po 2> /dev/null
112 cat f-lu-2-$n.po 1>&2
115 rm -f f-lu-2-$n.po f-lu-2-$n.mo
116 done < f-lu-2.data
/dports/devel/gettext-po-mode/gettext-0.21/gettext-tools/tests/
H A Dformat-lua-26 cat <<\EOF > f-lu-2.data
90 cat <<EOF > f-lu-2-$n.po
97 if ${MSGFMT} --check-format -o f-lu-2-$n.mo f-lu-2-$n.po; then
103 ${MSGFMT} --check-format -o f-lu-2-$n.mo f-lu-2-$n.po 2> /dev/null
112 cat f-lu-2-$n.po 1>&2
115 rm -f f-lu-2-$n.po f-lu-2-$n.mo
116 done < f-lu-2.data
/dports/devel/libtextstyle/gettext-0.21/gettext-tools/tests/
H A Dformat-lua-26 cat <<\EOF > f-lu-2.data
90 cat <<EOF > f-lu-2-$n.po
97 if ${MSGFMT} --check-format -o f-lu-2-$n.mo f-lu-2-$n.po; then
103 ${MSGFMT} --check-format -o f-lu-2-$n.mo f-lu-2-$n.po 2> /dev/null
112 cat f-lu-2-$n.po 1>&2
115 rm -f f-lu-2-$n.po f-lu-2-$n.mo
116 done < f-lu-2.data
/dports/sysutils/dar/dar-2.5.14-bis/src/libdar/
H A Dtuyau.cpp266 U_I lu = 0; in inherited_read() local
290 ++lu; in inherited_read()
297 U_I to_read = size - lu > SSIZE_MAX ? SSIZE_MAX : size - lu; in inherited_read()
322 return lu; in inherited_read()
432 S_I lu; in read_and_drop() local
459 if(lu < 0) in read_and_drop()
461 if((U_I)lu < step) in read_and_drop()
463 u_step -= lu; in read_and_drop()
464 position += lu; in read_and_drop()
483 S_I lu = 0; in read_to_eof() local
[all …]
/dports/sysutils/dar/dar-2.5.14-bis/src/testing/
H A Dtest_escape.cpp87 S_I lu = 0; in f2() local
91 lu = tested.read((char *)buffer, buf_size); in f2()
92 buffer[lu] = '\0'; in f2()
95 lu = tested.read((char *)buffer, buf_size); in f2()
96 buffer[lu] = '\0'; in f2()
101 lu = tested.read((char *)buffer, buf_size); in f2()
102 buffer[lu] = '\0'; in f2()
108 lu = tested.read((char *)buffer, buf_size); in f2()
109 buffer[lu] = '\0'; in f2()
112 lu = tested.read((char *)buffer, buf_size); in f2()
[all …]
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/CryptoPkg/Library/OpensslLib/openssl/ssl/
H A Dt1_lib.c815 if (lu == NULL) in tls1_lookup_md()
896 return lu; in tls1_get_legacy_sigalg()
1019 if (lu == NULL in tls12_check_peer_sigalg()
1051 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()
2250 if (lu != NULL && lu->hash == NID_sha1 && lu->sig == rsign) in tls1_check_chain()
2590 if (mdnid == lu->hash && pknid == lu->sig) in check_cert_usable()
2676 if (lu->curve != NID_undef && curve != lu->curve) in find_sig_alg()
[all …]
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/nalgebra-0.18.1/src/linalg/
H A Dlu.rs38 lu: MatrixMN<N, R, C>, field
121 LU { lu: matrix, p: p } in new()
126 &self.lu in lu_internal()
233 self.lu.nrows(), in solve_mut()
238 self.lu.is_square(), in solve_mut()
252 self.lu.is_square(), in try_inverse()
271 self.lu.is_square(), in try_inverse_to()
285 let dim = self.lu.nrows(); in determinant()
287 self.lu.is_square(), in determinant()
302 self.lu.is_square(), in is_invertible()
[all …]
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/nalgebra-0.18.1/src/linalg/
H A Dlu.rs38 lu: MatrixMN<N, R, C>,
121 LU { lu: matrix, p: p }
126 &self.lu
233 self.lu.nrows(),
238 self.lu.is_square(),
252 self.lu.is_square(),
271 self.lu.is_square(),
285 let dim = self.lu.nrows();
287 self.lu.is_square(),
302 self.lu.is_square(),
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/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/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/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 …]

12345678910>>...977