Home
last modified time | relevance | path

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

/dports/textproc/p5-Text-Prefix-XS/Text-Prefix-XS-0.15/t/
H A D00-all.t59 my ($they_match,$stack) = cmp_details(\%xs_seen_hash, \%re_seen_hash);
60 ok($they_match, "Match results are identical");
61 if(!$they_match) {
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/
H A DCN.cpp349 if (they_match) { in SideNumber()
471 bool they_match; in connectivity_match() local
476 they_match = false; in connectivity_match()
479 they_match = true; in connectivity_match()
483 they_match = true; in connectivity_match()
495 they_match = true; in connectivity_match()
510 if(they_match == true) in connectivity_match()
513 return they_match; in connectivity_match()
516 they_match = true; in connectivity_match()
527 if (they_match) in connectivity_match()
[all …]
H A DAEntityFactory.cpp317 bool they_match = true; in entities_equivalent() local
327 they_match = false; in entities_equivalent()
333 they_match = false; in entities_equivalent()
338 if(they_match == true) in entities_equivalent()
341 they_match = true; in entities_equivalent()
351 they_match = false; in entities_equivalent()
355 return they_match; in entities_equivalent()
H A DSkinner.cpp595 bool they_match = true; in connectivity_match() local
605 they_match = false; in connectivity_match()
610 if(they_match == true) in connectivity_match()
617 they_match = true; in connectivity_match()
625 they_match = false; in connectivity_match()
630 if (they_match) in connectivity_match()
634 return they_match; in connectivity_match()
H A DHalfFacetRep.cpp2913 … bool they_match = CN::ConnectivityMatch(&half_faces[idx][0],&fid_verts[0],nvF,direct,offset); in get_down_adjacencies_face_3d() local
2915 if (they_match) in get_down_adjacencies_face_3d()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/io/
H A DReadNCDF.cpp1598 bool they_match = true; in create_sideset_element() local
1601 they_match = false; in create_sideset_element()
1607 if (!they_match) { in create_sideset_element()
1609 they_match = true; in create_sideset_element()
1614 they_match = false; in create_sideset_element()
1621 if (they_match) in create_sideset_element()
1624 match_found = they_match; in create_sideset_element()