Home
last modified time | relevance | path

Searched refs:same_order (Results 1 – 6 of 6) sorted by relevance

/dports/textproc/p5-CSS-Sass/CSS-Sass-3.6.4/t/sass-spec/spec/core_functions/selector/is_superselector/
H A Dcompound.hrx13 <===> same_order/input.scss
16 <===> same_order/output.css
63 <===> pseudo_element/same_order/input.scss
66 <===> pseudo_element/same_order/output.css
/dports/biology/molden/molden5.8/surf/
H A Dtessel_convex.c18 void gen_convex(comp_verts, p, probe_centers, q, num_p, num_q, same_order, flip, atom_id, full_toru… in gen_convex() argument
22 int same_order;
67 initialize_r(big_p, sph_side, q, num_p, &num_sph_side, num_q, same_order, atom_id, full_torus);
97 initialize_r(big_p, r, q, num_p, num_r, num_q, same_order, atom_id, full_torus) in initialize_r() argument
101 int same_order, full_torus;
109 if (same_order)
/dports/www/py-dj32-django-mptt/django-mptt-0.13.4/mptt/
H A Dmodels.py940 same_order = True
942 same_order = old_parent_id == parent_id
944 if same_order and len(self._mptt_cached_fields) > 1:
950 same_order = False
953 same_order = False
955 if not do_updates and not same_order:
956 same_order = True
958 elif (not do_updates) and not same_order and old_parent_id is None:
969 same_order = True
971 if not same_order:
/dports/www/py-django-mptt/django-mptt-0.13.4/mptt/
H A Dmodels.py940 same_order = True
942 same_order = old_parent_id == parent_id
944 if same_order and len(self._mptt_cached_fields) > 1:
950 same_order = False
953 same_order = False
955 if not do_updates and not same_order:
956 same_order = True
958 elif (not do_updates) and not same_order and old_parent_id is None:
969 same_order = True
971 if not same_order:
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/auto_scheduler/
H A Dcompute_dag.cc179 bool* axis_missing, bool* axis_duplicated, bool* same_order) { in IsSimpleAccess() argument
207 *same_order = true; // The axis order is the same as op->axis in IsSimpleAccess()
217 *same_order = false; in IsSimpleAccess()
323 bool axis_missing, axis_duplicated, same_order; in AccessAnalyzer() local
328 &same_order)) { in AccessAnalyzer()
333 if (!same_order || axis_duplicated) { in AccessAnalyzer()
532 bool is_simple_access, axis_missing, axis_duplicated, same_order; in ElementWiseMatch() local
535 &axis_duplicated, &same_order); in ElementWiseMatch()
536 if (!is_simple_access || axis_missing || axis_duplicated || !same_order) { in ElementWiseMatch()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/
H A Ddesktop-style.cpp1011 bool same_order = true; in objects_query_paintorder() local
1031 same_order = false; in objects_query_paintorder()
1047 if (same_order) in objects_query_paintorder()