Home
last modified time | relevance | path

Searched refs:relation2 (Results 1 – 25 of 46) sorted by path

12

/dports/audio/festival/festival/src/include/
H A Dmodule_support.h78 EST_String &relation2_name, EST_Relation *&relation2, RelArgType type2
83 EST_String &relation2_name, EST_Relation *&relation2, RelArgType type2,
89 EST_String &relation2_name, EST_Relation *&relation2, RelArgType type2,
96 EST_String &relation2_name, EST_Relation *&relation2, RelArgType type2,
/dports/audio/festival/festival/src/modules/base/
H A Dmodule_support.cc136 EST_String &relation2_name, EST_Relation *&relation2, RelArgType type2 in unpack_module_args() argument
142 unpack_relation_arg(utt, CDR_to2(args)?CAR3(args):NIL, relation2_name, relation2, type2); in unpack_module_args()
148 EST_String &relation2_name, EST_Relation *&relation2, RelArgType type2, in unpack_module_args() argument
155 unpack_relation_arg(utt, CDR_to2(args)?CAR3(args):NIL, relation2_name, relation2, type2); in unpack_module_args()
162 EST_String &relation2_name, EST_Relation *&relation2, RelArgType type2, in unpack_module_args() argument
170 unpack_relation_arg(utt, CDR_to2(args)?CAR3(args):NIL, relation2_name, relation2, type2); in unpack_module_args()
178 EST_String &relation2_name, EST_Relation *&relation2, RelArgType type2, in unpack_module_args() argument
187 unpack_relation_arg(utt, CDR_to2(args)?CAR3(args):NIL, relation2_name, relation2, type2); in unpack_module_args()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/router/src/harness/tests/
H A Dtest_designator.cc66 Designator::Relation relation2, long major_version2, in check_desig() argument
79 EXPECT_EQ(relation2, elem2.first); in check_desig()
/dports/devel/intel-graphics-compiler/SPIRV-Tools/test/fuzz/
H A Dequivalence_relation_test.cpp128 EquivalenceRelation<uint32_t, UInt32Hash, UInt32Equals> relation2; in TEST() local
132 relation2.Register(i); in TEST()
138 relation2.MakeEquivalent(i, i - 10); in TEST()
146 ToUIntVector(relation2.GetEquivalenceClassRepresentatives())); in TEST()
149 ToUIntVector(relation2.GetEquivalenceClass(*representative))); in TEST()
/dports/devel/libgdata/libgdata-0.17.13/gdata/tests/
H A Dgeneral.c4645 GDataGContactRelation *relation, *relation2; in test_gcontact_relation() local
4661 relation2 = gdata_gcontact_relation_new ("Brian", GDATA_GCONTACT_RELATION_RELATIVE, NULL); in test_gcontact_relation()
4662 g_assert (GDATA_IS_GCONTACT_RELATION (relation2)); in test_gcontact_relation()
4663 g_object_unref (relation2); in test_gcontact_relation()
/dports/devel/ppl/ppl-1.2/interfaces/Prolog/
H A Dppl_prolog_common.cc1295 Prolog_atom relation2 = a_modulo; in congruence_term() local
1305 relation2, in congruence_term()
/dports/devel/ppl/ppl-1.2/src/
H A DPartially_Reduced_Product_templates.hh169 Poly_Con_Relation relation2 = d2.relation_with(c); in relation_with() local
176 else if (relation2.implies(Poly_Con_Relation::is_included())) { in relation_with()
182 else if (relation2.implies(Poly_Con_Relation::saturates())) { in relation_with()
188 else if (relation2.implies(Poly_Con_Relation::is_disjoint())) { in relation_with()
201 Poly_Con_Relation relation2 = d2.relation_with(cg); in relation_with() local
208 else if (relation2.implies(Poly_Con_Relation::is_included())) { in relation_with()
214 else if (relation2.implies(Poly_Con_Relation::saturates())) { in relation_with()
220 else if (relation2.implies(Poly_Con_Relation::is_disjoint())) { in relation_with()
H A Dppl.hh.dist99601 Poly_Con_Relation relation2 = d2.relation_with(c);
99608 else if (relation2.implies(Poly_Con_Relation::is_included())) {
99614 else if (relation2.implies(Poly_Con_Relation::saturates())) {
99620 else if (relation2.implies(Poly_Con_Relation::is_disjoint())) {
99633 Poly_Con_Relation relation2 = d2.relation_with(cg);
99640 else if (relation2.implies(Poly_Con_Relation::is_included())) {
99646 else if (relation2.implies(Poly_Con_Relation::saturates())) {
99652 else if (relation2.implies(Poly_Con_Relation::is_disjoint())) {
/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/test/
H A Drelation_relation.csv_expected_111 x,relation2
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/analysis/
H A Dtestqgsprocessingalgs.cpp1012 QgsRelation relation2( relationContext ); in flattenRelations() local
1013 relation2.setId( QStringLiteral( "rel2" ) ); in flattenRelations()
1014 relation2.setName( QStringLiteral( "my relation2" ) ); in flattenRelations()
1015 relation2.setReferencedLayer( parent->id() ); in flattenRelations()
1016 relation2.setReferencingLayer( child->id() ); in flattenRelations()
1017 relation2.addFieldPair( QStringLiteral( "class" ), QStringLiteral( "class" ) ); in flattenRelations()
1018 QVERIFY( relation2.isValid() ); in flattenRelations()
1019 p.relationManager()->addRelation( relation2 ); in flattenRelations()
/dports/graphics/qgis/qgis-3.22.3/tests/src/analysis/
H A Dtestqgsprocessingalgs.cpp1387 QgsRelation relation2( relationContext ); in flattenRelations() local
1388 relation2.setId( QStringLiteral( "rel2" ) ); in flattenRelations()
1389 relation2.setName( QStringLiteral( "my relation2" ) ); in flattenRelations()
1390 relation2.setReferencedLayer( parent->id() ); in flattenRelations()
1391 relation2.setReferencingLayer( child->id() ); in flattenRelations()
1392 relation2.addFieldPair( QStringLiteral( "class" ), QStringLiteral( "class" ) ); in flattenRelations()
1393 QVERIFY( relation2.isValid() ); in flattenRelations()
1394 p.relationManager()->addRelation( relation2 ); in flattenRelations()
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/test/fuzz/
H A Dequivalence_relation_test.cpp128 EquivalenceRelation<uint32_t, UInt32Hash, UInt32Equals> relation2; in TEST() local
132 relation2.Register(i); in TEST()
138 relation2.MakeEquivalent(i, i - 10); in TEST()
146 ToUIntVector(relation2.GetEquivalenceClassRepresentatives())); in TEST()
149 ToUIntVector(relation2.GetEquivalenceClass(*representative))); in TEST()
/dports/lang/cython-devel/cython-2b1e743/Cython/Compiler/
H A DNodes.py7423 if loopvar_type.is_int and not loopvar_type.signed and self.relation2[0] == '>':
7429 loopvar_name, self.relation2, self.bound2.result(), step,
7435 loopvar_name, self.relation2, self.bound2.result(),
H A DOptimize.py363 relation1, relation2 = '>', '>='
366 relation1, relation2 = '<=', '<'
405 relation2=relation2, bound2=end_node,
514 relation1, relation2 = '>', '>='
517 relation1, relation2 = '<=', '<'
546 relation2=relation2, bound2=end_node,
723 relation1, relation2 = self._find_for_from_node_relations(neg_step, reversed)
729 relation2=relation2, bound2=stop_ptr_node,
850 relation1, relation2 = self._find_for_from_node_relations(step_value < 0, reversed)
895 relation2=relation2, bound2=bound2,
H A DParsing.py1958 relation2 = rel2,
/dports/lang/cython/Cython-0.29.24/Cython/Compiler/
H A DNodes.py6917 if loopvar_type.is_int and not loopvar_type.signed and self.relation2[0] == '>':
6923 loopvar_name, self.relation2, self.bound2.result(), step,
6929 loopvar_name, self.relation2, self.bound2.result(),
H A DOptimize.py422 relation1, relation2 = '>', '>='
425 relation1, relation2 = '<=', '<'
454 relation2=relation2, bound2=end_node,
631 relation1, relation2 = self._find_for_from_node_relations(neg_step, reversed)
637 relation2=relation2, bound2=stop_ptr_node,
758 relation1, relation2 = self._find_for_from_node_relations(step_value < 0, reversed)
803 relation2=relation2, bound2=bound2,
H A DParsing.py1924 relation2 = rel2,
/dports/lang/cython/Cython-0.29.24/build/lib.dragonfly-6.3-DEVELOPMENT-x86_64-3.8/Cython/Compiler/
H A DNodes.py6917 if loopvar_type.is_int and not loopvar_type.signed and self.relation2[0] == '>':
6923 loopvar_name, self.relation2, self.bound2.result(), step,
6929 loopvar_name, self.relation2, self.bound2.result(),
H A DOptimize.py422 relation1, relation2 = '>', '>='
425 relation1, relation2 = '<=', '<'
454 relation2=relation2, bound2=end_node,
631 relation1, relation2 = self._find_for_from_node_relations(neg_step, reversed)
637 relation2=relation2, bound2=stop_ptr_node,
758 relation1, relation2 = self._find_for_from_node_relations(step_value < 0, reversed)
803 relation2=relation2, bound2=bound2,
H A DParsing.py1924 relation2 = rel2,
/dports/lang/cython/stage/usr/local/lib/python3.8/site-packages/Cython/Compiler/
H A DNodes.py6917 if loopvar_type.is_int and not loopvar_type.signed and self.relation2[0] == '>':
6923 loopvar_name, self.relation2, self.bound2.result(), step,
6929 loopvar_name, self.relation2, self.bound2.result(),
H A DOptimize.py422 relation1, relation2 = '>', '>='
425 relation1, relation2 = '<=', '<'
454 relation2=relation2, bound2=end_node,
631 relation1, relation2 = self._find_for_from_node_relations(neg_step, reversed)
637 relation2=relation2, bound2=stop_ptr_node,
758 relation1, relation2 = self._find_for_from_node_relations(step_value < 0, reversed)
803 relation2=relation2, bound2=bound2,
H A DParsing.py1924 relation2 = rel2,
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dgimple-range-fold.cc1389 relation_kind relation2 = handler2->op1_op2_relation (bool_one); in relation_fold_and_or() local
1390 if (relation1 == VREL_NONE || relation2 == VREL_NONE) in relation_fold_and_or()
1394 relation2 = relation_negate (relation2); in relation_fold_and_or()
1397 if (is_and && relation_intersect (relation1, relation2) == VREL_EMPTY) in relation_fold_and_or()
1401 else if (!is_and && relation_union (relation1, relation2) == VREL_NONE) in relation_fold_and_or()

12