Home
last modified time | relevance | path

Searched refs:prestrict (Results 1 – 11 of 11) sorted by relevance

/dports/math/eclib/eclib-20210318/libsrc/eclib/
H A Dvec.h34 mat prestrict(const mat& m, const subspace& s, scalar pr, int cr=0);
86 friend mat prestrict(const mat& m, const subspace& s, scalar pr, int cr);
87 friend mat_m prestrict(const mat_m& m, const msubspace& s, const bigint& pr);
H A Dmethod.h80 #define RESTRICT(a,b) prestrict(a,b,MODULUS)
H A Dsub.h55 friend mat prestrict(const mat& m, const subspace& s, scalar pr, int cr);
H A Dmsubspace.h56 friend mat_m prestrict(const mat_m& m, const msubspace& s, const bigint& pr);
H A Dmvector.h73 friend mat_m prestrict(const mat_m& m, const msubspace& s, const bigint& pr);
H A Dmmatrix.h96 friend mat_m prestrict(const mat_m& m, const msubspace& s, const bigint& pr);
H A Dmat.h118 friend mat prestrict(const mat& m, const subspace& s, scalar pr, int cr);
/dports/shells/zsh/zsh-5.8.1/Src/Zle/
H A Dcompmatch.c1389 while (p && wp && wsclen && prestrict) { in pattern_match_restrict()
1399 if (prestrict->tp == CPAT_CHAR) { in pattern_match_restrict()
1404 c = prestrict->u.chr; in pattern_match_restrict()
1434 if (!pattern_match1(prestrict, c, &mt)) in pattern_match_restrict()
1472 prestrict = prestrict->next; in pattern_match_restrict()
1479 while (p && prestrict) { in pattern_match_restrict()
1485 if (prestrict->tp == CPAT_CHAR) { in pattern_match_restrict()
1486 c = prestrict->u.chr; in pattern_match_restrict()
1502 if (!pattern_match1(prestrict, c, &mt)) in pattern_match_restrict()
1509 prestrict = prestrict->next; in pattern_match_restrict()
[all …]
/dports/math/eclib/eclib-20210318/libsrc/
H A Dmsubspace.cc135 mat_m prestrict(const mat_m& m, const msubspace& s, const bigint& pr) in prestrict() function
205 mat_m m = prestrict(mat,s,pr); in psubeigenspace()
H A Dsub.cc168 mat prestrict(const mat& m, const subspace& s, scalar pr, int cr) in prestrict() function
271 const mat& m = prestrict(m1,s,pr); in psubeigenspace()
/dports/math/eclib/eclib-20210318/tests/
H A Dhecketest.cc257 int ok = liftmat(prestrict(m,ker,MODULUS),MODULUS,MTR,denker);