Searched defs:Intersection (Results 1 - 4 of 4) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/bounding/
H A DIntersection.java46 public class Intersection { class
/external/llvm/unittests/Support/
H A DIntegersSubsetTest.cpp211 Mapping LExclude, Intersection; local
213 LHSMapping.diff(&LExclude, &Intersection, 0, RHSMapping);
226 EXPECT_EQ(Intersection.size(), IntersectResSize);
229 for (Mapping::RangeIterator ii = Intersection.begin(),
230 e = Intersection.end(); ii != e; ++ii, ++i)
233 EXPECT_TRUE(Intersection.empty());
236 Intersection.clear();
237 RHSMapping.diff(0, &Intersection, &LExclude, LHSMapping);
/external/llvm/include/llvm/Support/
H A DIntegersSubsetMapping.h131 MappingTy *Intersection,
135 IntersectionMapping(Intersection),
428 /// THIS intersect RHS is placed into Intersection.
429 void diff(self *LExclude, self *Intersection, self *RExclude, argument
432 DiffStateMachine Machine(LExclude, Intersection, RExclude);
130 DiffStateMachine(MappingTy *L, MappingTy *Intersection, MappingTy *R) argument
/external/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp1499 std::set<unsigned> Intersection; local
1504 std::inserter(Intersection, Intersection.begin()));
1505 if (Intersection.empty())
1583 CodeGenRegister::Set Intersection; local
1586 std::inserter(Intersection, Intersection.begin()),
1590 if (Intersection.empty())
1600 getOrCreateSubClass(RC1, &Intersection,

Completed in 550 milliseconds