HomeSort by relevance Sort by last modified time
    Searched refs:Intersection (Results 1 - 13 of 13) sorted by null

  /external/llvm/unittests/Support/
IntegersSubsetTest.cpp 209 Mapping LExclude, Intersection;
211 LHSMapping.diff(&LExclude, &Intersection, 0, RHSMapping);
224 EXPECT_EQ(Intersection.size(), IntersectResSize);
227 for (Mapping::RangeIterator ii = Intersection.begin(),
228 e = Intersection.end(); ii != e; ++ii, ++i)
231 EXPECT_TRUE(Intersection.empty());
234 Intersection.clear();
235 RHSMapping.diff(0, &Intersection, &LExclude, LHSMapping);
  /external/llvm/include/llvm/Support/
IntegersSubsetMapping.h 131 MappingTy *Intersection,
135 IntersectionMapping(Intersection),
428 /// THIS intersect RHS is placed into Intersection.
429 void diff(self *LExclude, self *Intersection, self *RExclude,
432 DiffStateMachine Machine(LExclude, Intersection, RExclude);
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp     [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/bounding/
Intersection.java 42 * This class includes some utility methods for computing intersection
46 public class Intersection {
BoundingBox.java 638 * intersection has occurred, true is returned, otherwise false is returned.
782 return Intersection.intersect(this, v1, v2, v3);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
dsa_old.cpp 646 sourceRect.Intersection(targetRect); //so source always smaller or equal than target
647 updateRect.Intersection(targetRect);
dsa_new.cpp 969 sourceRect.Intersection(targetRect); //so source always smaller or equal than target
970 //updateRect.Intersection(targetRect);
1017 sourceRect.Intersection(targetRect); //so source always smaller or equal than target
1018 updateRect.Intersection(targetRect);
dsa.cpp 1084 sourceRect.Intersection(targetRect); //so source always smaller or equal than target
1085 //updateRect.Intersection(targetRect);
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 407 // Updates X with the intersection
457 // the result of an intersection.
561 llvm_unreachable("shouldn't reach the end of Constraint intersection");
    [all...]
  /external/v8/benchmarks/
raytrace.js 436 if(D > 0){ // intersection!
482 if(Vd == 0) return info; // no intersection
536 return 'Intersection [' + this.position + ']';
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-raytrace.js 462 if(D > 0){ // intersection!
508 if(Vd == 0) return info; // no intersection
562 return 'Intersection [' + this.position + ']';
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-raytrace.js 462 if(D > 0){ // intersection!
508 if(Vd == 0) return info; // no intersection
562 return 'Intersection [' + this.position + ']';
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-raytrace.js 431 if(D > 0){ // intersection!
477 if(Vd == 0) return info; // no intersection
531 return 'Intersection [' + this.position + ']';

Completed in 321 milliseconds