Home
last modified time | relevance | path

Searched refs:not_all (Results 1 – 25 of 54) sorted by relevance

123

/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/add_ons/geomview/
H A Dgeomview-graphics.c600 not_all = mesh->parametric->not_all && !ref_deg == 1; in mesh2off_1d()
680 if (!not_all) { in mesh2off_1d()
713 if (not_all) { in mesh2off_1d()
1020 not_all = mesh->parametric->not_all; in mesh2off_2d()
1111 if (!not_all) { in mesh2off_2d()
1140 if (not_all) { in mesh2off_2d()
1189 if (not_all) { in mesh2off_2d()
1731 not_all = mesh->parametric->not_all; in mesh2off_3d()
1870 if (not_all) { in mesh2off_3d()
1904 if (not_all) { in mesh2off_3d()
[all …]
/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/add_ons/reparam_cm/src/Common/
H A Dgeomview-graphics.c603 not_all = mesh->parametric->not_all && !ref_deg == 1; in mesh2off_1d()
632 } else if (not_all) { in mesh2off_1d()
683 if (!not_all) { in mesh2off_1d()
999 not_all = mesh->parametric->not_all; in mesh2off_2d()
1029 } else if (not_all) { in mesh2off_2d()
1090 if (!not_all) { in mesh2off_2d()
1165 if (not_all) { in mesh2off_2d()
1267 if (not_all) { in mesh2off_2d()
1685 not_all = mesh->parametric->not_all; in mesh2off_3d()
1932 if (not_all) { in mesh2off_3d()
[all …]
/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/demo/src/Common/
H A Dgeomview-graphics.c624 not_all = mesh->parametric->not_all && !(ref_deg == 1); in mesh2off_1d()
653 } else if (not_all) { in mesh2off_1d()
704 if (!not_all) { in mesh2off_1d()
1023 not_all = mesh->parametric->not_all; in mesh2off_2d()
1053 } else if (not_all) { in mesh2off_2d()
1114 if (!not_all) { in mesh2off_2d()
1189 if (not_all) { in mesh2off_2d()
1291 if (not_all) { in mesh2off_2d()
1710 not_all = mesh->parametric->not_all; in mesh2off_3d()
1957 if (not_all) { in mesh2off_3d()
[all …]
H A Dellipt-sphere.c383 if (mesh->parametric && !mesh->parametric->not_all) { in build()
404 mesh->parametric == NULL || mesh->parametric->not_all; in build()
/dports/games/frogatto/frogatto-1.3.1/modules/frogatto/data/objects/props-interactive/locks/
H A Dmatch_lock_controller.cfg25 if(not not_all, [
35 …) where not_all = find(filter(self.vars.locks, 'lock', not lock in now_lit), 'lock', lock.type = c…
/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/alberta/src/Common/
H A Dl2scp.c742 return not_all; in _AI_bndry_L2scp_fct_bas()
746 return not_all; in _AI_bndry_L2scp_fct_bas()
751 return not_all; in _AI_bndry_L2scp_fct_bas()
804 not_all = true; in _AI_bndry_L2scp_fct_bas()
911 return not_all; in _AI_bndry_L2scp_fct_bas()
954 return not_all; in _AI_bndry_L2scp_fct_bas_dow()
1021 not_all = true; in _AI_bndry_L2scp_fct_bas_dow()
1141 return not_all; in _AI_bndry_L2scp_fct_bas_dow()
1256 not_all = true; in _AI_bndry_H1scp_fct_bas()
1525 not_all = true; in _AI_bndry_H1scp_fct_bas_dow()
[all …]
H A Dparametric.c619 int not_all; in _AI_use_lagrange_parametric() local
621 not_all = false; in _AI_use_lagrange_parametric()
628 not_all = true; in _AI_use_lagrange_parametric()
632 if (!not_all) { in _AI_use_lagrange_parametric()
738 parametric->not_all = degree == 1 || data->strategy != PARAM_ALL; in _AI_use_lagrange_parametric()
/dports/textproc/libcss/libcss-0.9.1/src/parse/
H A Dmq.c1066 css_mq_query *not_all; in css__mq_parse__create_not_all() local
1068 not_all = calloc(1, sizeof(*not_all)); in css__mq_parse__create_not_all()
1069 if (not_all == NULL) { in css__mq_parse__create_not_all()
1073 not_all->negate_type = 1; in css__mq_parse__create_not_all()
1074 not_all->type = CSS_MEDIA_ALL; in css__mq_parse__create_not_all()
1076 *not_all_out = not_all; in css__mq_parse__create_not_all()
/dports/ftp/filezilla/filezilla-3.55.1/src/commonui/
H A Dfilter.h51 not_all enumerator
H A Dfilter.cpp337 else if (filter.matchType == CFilter::not_all) { in FilenameFilteredByFilter()
343 if (filter.matchType == CFilter::not_all) { in FilenameFilteredByFilter()
/dports/ftp/filezilla/filezilla-3.55.1/src/interface/
H A Dlist_search_panel.cpp93 filter.matchType = m_invertFilter ? CFilter::all : CFilter::not_all; in ApplyFilter()
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/bitvec-0.18.5/src/
H A Dslice.rs926 pub fn not_all(&self) -> bool { in not_all() function
1003 self.any() && self.not_all() in some()
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/bitvec-0.19.5/src/
H A Dslice.rs921 pub fn not_all(&self) -> bool { in not_all() function
998 self.any() && self.not_all() in some()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/bitvec-0.19.5/src/
H A Dslice.rs921 pub fn not_all(&self) -> bool { in not_all() function
998 self.any() && self.not_all() in some()
/dports/sysutils/zoxide/zoxide-0.6.0/cargo-crates/bitvec-0.19.5/src/
H A Dslice.rs921 pub fn not_all(&self) -> bool { in not_all() function
998 self.any() && self.not_all() in some()
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/bitvec-0.19.5/src/
H A Dslice.rs921 pub fn not_all(&self) -> bool { in not_all() function
998 self.any() && self.not_all() in some()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/bitvec-0.19.5/src/
H A Dslice.rs921 pub fn not_all(&self) -> bool { in not_all() function
998 self.any() && self.not_all() in some()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/bitvec-0.19.6/src/
H A Dslice.rs921 pub fn not_all(&self) -> bool { in not_all() function
998 self.any() && self.not_all() in some()
/dports/devel/texlab/texlab-3.3.0/cargo-crates/bitvec-0.19.5/src/
H A Dslice.rs921 pub fn not_all(&self) -> bool { in not_all() function
998 self.any() && self.not_all() in some()
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/bitvec-0.19.4/src/
H A Dslice.rs921 pub fn not_all(&self) -> bool { in not_all() function
998 self.any() && self.not_all() in some()
/dports/x11/sirula/sirula-1.0.0/cargo-crates/bitvec-0.19.5/src/
H A Dslice.rs921 pub fn not_all(&self) -> bool { in not_all() function
998 self.any() && self.not_all() in some()
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/bitvec-0.18.5/src/slice/
H A Dtests.rs87 assert!(bits[32 ..].not_all()); in query()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/bitvec-0.19.5/src/slice/
H A Dtests.rs117 assert!(bits[32 ..].not_all()); in query()
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/bitvec-0.19.5/src/slice/
H A Dtests.rs117 assert!(bits[32 ..].not_all()); in query()
/dports/sysutils/zoxide/zoxide-0.6.0/cargo-crates/bitvec-0.19.5/src/slice/
H A Dtests.rs117 assert!(bits[32 ..].not_all()); in query()

123