Home
last modified time | relevance | path

Searched defs:in2x2 (Results 1 – 23 of 23) sorted by relevance

/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/include/elemental/blas-like/level2/QuasiTrsv/
H A DUN.hpp44 const bool in2x2 = ( k>0 && UBuf[k+(k-1)*ldu] != F(0) ); in QuasiTrsvUNUnb() local
124 const bool in2x2 = ( k>0 && U.Get(k,k-1) != F(0) ); in QuasiTrsvUN() local
194 const bool in2x2 = ( k>0 && U.Get(k,k-1) != F(0) ); in QuasiTrsvUN() local
242 const bool in2x2 = ( k>0 && U.Get(k,k-1) != F(0) ); in QuasiTrsvUN() local
H A DLN.hpp43 const bool in2x2 = ( k+1<m && LBuf[k+(k+1)*ldl] != F(0) ); in QuasiTrsvLNUnb() local
130 const bool in2x2 = ( k+nbProp<m && L.Get(k+nbProp-1,k+nbProp) != F(0) ); in QuasiTrsvLN() local
196 const bool in2x2 = in QuasiTrsvLN() local
242 const bool in2x2 = in QuasiTrsvLN() local
H A DUT.hpp50 const bool in2x2 = ( k+1<m && UBuf[(k+1)+k*ldu] != F(0) ); in QuasiTrsvUTUnb() local
148 const bool in2x2 = ( k+nbProp<m && U.Get(k+nbProp,k+nbProp-1) != F(0) ); in QuasiTrsvUT() local
222 const bool in2x2 = in QuasiTrsvUT() local
268 const bool in2x2 = in QuasiTrsvUT() local
H A DLT.hpp51 const bool in2x2 = ( k>0 && LBuf[(k-1)+k*ldl] != F(0) ); in QuasiTrsvLTUnb() local
139 const bool in2x2 = ( k>0 && L.Get(k-1,k) != F(0) ); in QuasiTrsvLT() local
217 const bool in2x2 = ( k>0 && L.Get(k-1,k) != F(0) ); in QuasiTrsvLT() local
265 const bool in2x2 = ( k>0 && L.Get(k-1,k) != F(0) ); in QuasiTrsvLT() local
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/include/elemental/blas-like/level3/QuasiTrsm/
H A DLLN.hpp39 const bool in2x2 = ( k+1<m && LBuf[k+(k+1)*ldl] != F(0) ); in LLNUnb() local
123 const bool in2x2 = ( k+nbProp<m && L.Get(k+nbProp-1,k+nbProp) != F(0) ); in LLN() local
156 const bool in2x2 = ( k+nbProp<m && L.Get(k+nbProp-1,k+nbProp) != F(0) ); in LLNLarge() local
202 const bool in2x2 = ( k+nbProp<m && L.Get(k+nbProp-1,k+nbProp) != F(0) ); in LLNMedium() local
253 const bool in2x2 = ( k+nbProp<m && L.Get(k+nbProp-1,k+nbProp) != F(0) ); in LLNSmall() local
H A DLUT.hpp43 const bool in2x2 = ( k+1<m && UBuf[(k+1)+k*ldu] != F(0) ); in LUTUnb() local
137 const bool in2x2 = ( k+nbProp<m && U.Get(k+nbProp,k+nbProp-1) != F(0) ); in LUT() local
176 const bool in2x2 = ( k+nbProp<m && U.Get(k+nbProp,k+nbProp-1) != F(0) ); in LUTLarge() local
230 const bool in2x2 = ( k+nbProp<m && U.Get(k+nbProp,k+nbProp-1) != F(0) ); in LUTMedium() local
294 const bool in2x2 = ( k+nbProp<m && U.Get(k+nbProp,k+nbProp-1) != F(0) ); in LUTSmall() local
H A DLUN.hpp39 const bool in2x2 = ( k>0 && UBuf[k+(k-1)*ldu] != F(0) ); in LUNUnb() local
118 const bool in2x2 = ( k>0 && U.Get(k,k-1) != F(0) ); in LUN() local
159 const bool in2x2 = ( k>0 && U.Get(k,k-1) != F(0) ); in LUNLarge() local
213 const bool in2x2 = ( k>0 && U.Get(k,k-1) != F(0) ); in LUNMedium() local
278 const bool in2x2 = ( k>0 && U.Get(k,k-1) != F(0) ); in LUNSmall() local
H A DLLT.hpp45 const bool in2x2 = ( k>0 && LBuf[(k-1)+k*ldl] != F(0) ); in LLTUnb() local
133 const bool in2x2 = ( k>0 && L.Get(k-1,k) != F(0) ); in LLT() local
180 const bool in2x2 = ( k>0 && L.Get(k-1,k) != F(0) ); in LLTLarge() local
242 const bool in2x2 = ( k>0 && L.Get(k-1,k) != F(0) ); in LLTMedium() local
317 const bool in2x2 = ( k>0 && L.Get(k-1,k) != F(0) ); in LLTSmall() local
379 const bool in2x2 = ( k>0 && L.Get(k-1,k) != F(0) ); in LLTSmall() local
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/include/elemental/blas-like/level3/MultiShiftQuasiTrsm/
H A DLUN.hpp43 const bool in2x2 = ( k>0 && UBuf[k+(k-1)*ldu] != F(0) ); in LUNUnb() local
132 const bool in2x2 = ( k>0 && UBuf[k+(k-1)*ldu] != Real(0) ); in LUNUnb() local
221 const bool in2x2 = ( k>0 && U.Get(k,k-1) != F(0) ); in LUN() local
257 const bool in2x2 = ( k>0 && U.Get(k,k-1) != Real(0) ); in LUN() local
302 const bool in2x2 = ( k>0 && U.Get(k,k-1) != F(0) ); in LUNLarge() local
360 const bool in2x2 = ( k>0 && U.Get(k,k-1) != Real(0) ); in LUNLarge() local
432 const bool in2x2 = ( k>0 && U.Get(k,k-1) != F(0) ); in LUNMedium() local
497 const bool in2x2 = ( k>0 && U.Get(k,k-1) != Real(0) ); in LUNMedium() local
576 const bool in2x2 = ( k>0 && U.Get(k,k-1) != F(0) ); in LUNSmall() local
644 const bool in2x2 = ( k>0 && U.Get(k,k-1) != Real(0) ); in LUNSmall() local
H A DLLN.hpp40 const bool in2x2 = ( k+1<m && LBuf[k+(k+1)*ldl] != F(0) ); in LLNUnb() local
113 const bool in2x2 = ( k+nbProp<m && L.Get(k+nbProp-1,k+nbProp) != F(0) ); in LLN() local
148 const bool in2x2 = ( k+nbProp<m && L.Get(k+nbProp-1,k+nbProp) != F(0) ); in LLNLarge() local
200 const bool in2x2 = ( k+nbProp<m && L.Get(k+nbProp-1,k+nbProp) != F(0) ); in LLNMedium() local
255 const bool in2x2 = ( k+nbProp<m && L.Get(k+nbProp-1,k+nbProp) != F(0) ); in LLNSmall() local
H A DLLT.hpp40 const bool in2x2 = ( k>0 && LBuf[(k-1)+k*ldl] != F(0) ); in LLTUnb() local
122 const bool in2x2 = ( k>0 && L.Get(k-1,k) != F(0) ); in LLT() local
173 const bool in2x2 = ( k>0 && L.Get(k-1,k) != F(0) ); in LLTLarge() local
238 const bool in2x2 = ( k>0 && L.Get(k-1,k) != F(0) ); in LLTMedium() local
316 const bool in2x2 = ( k>0 && L.Get(k-1,k) != F(0) ); in LLTSmall() local
380 const bool in2x2 = ( k>0 && L.Get(k-1,k) != F(0) ); in LLTSmall() local
H A DLUT.hpp39 const bool in2x2 = ( k+1<m && UBuf[(k+1)+k*ldU] != F(0) ); in LUTUnb() local
128 const bool in2x2 = ( k+1<m && UBuf[(k+1)+k*ldU] != Real(0) ); in LUTUnb() local
232 const bool in2x2 = ( k+nbProp<m && U.Get(k+nbProp,k+nbProp-1) != F(0) ); in LUT() local
273 const bool in2x2 = in LUT() local
320 const bool in2x2 = ( k+nbProp<m && U.Get(k+nbProp,k+nbProp-1) != F(0) ); in LUTLarge() local
377 const bool in2x2 = in LUTLarge() local
449 const bool in2x2 = ( k+nbProp<m && U.Get(k+nbProp,k+nbProp-1) != F(0) ); in LUTMedium() local
512 const bool in2x2 = in LUTMedium() local
593 const bool in2x2 = ( k+nbProp<m && U.Get(k+nbProp,k+nbProp-1) != F(0) ); in LUTSmall() local
654 const bool in2x2 = in LUTSmall() local
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/include/elemental/blas-like/level3/Trdtrmm/
H A DLVar1.hpp68 const bool in2x2 = ( k+nbProp<n && dSub.Get(k+nbProp-1,0) != F(0) ); in TrdtrmmLVar1() local
170 const bool in2x2 = ( k+nbProp<n && dSub.Get(k+nbProp-1,0) != F(0) ); in TrdtrmmLVar1() local
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/ec/
H A Decp_nistp521.c490 felem in2x2; in felem_mul_ref() local
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/ec/
H A Decp_nistp521.c490 felem in2x2; in felem_mul_ref() local
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/openssl/crypto/ec/
H A Decp_nistp521.c501 felem in2x2; in felem_mul() local
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/openssl/crypto/ec/
H A Decp_nistp521.c501 felem in2x2; in felem_mul() local
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/ec/
H A Decp_nistp521.c490 felem in2x2; in felem_mul_ref() local
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/ec/
H A Decp_nistp521.c490 felem in2x2; in felem_mul_ref() local
/dports/security/openssl-legacy-static/openssl-1.0.2u/crypto/ec/
H A Decp_nistp521.c488 felem in2x2; in felem_mul() local
/dports/security/openssl-unsafe/openssl-c9ba19c/crypto/ec/
H A Decp_nistp521.c497 felem in2x2; in felem_mul() local
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/crypto/ec/
H A Decp_nistp521.c490 felem in2x2; in felem_mul_ref() local
/dports/security/openssl-devel/openssl-3.0.2/crypto/ec/
H A Decp_nistp521.c490 felem in2x2; in felem_mul_ref() local