HomeSort by relevance Sort by last modified time
    Searched refs:Combine (Results 51 - 58 of 58) sorted by null

1 23

  /external/v8/src/
hydrogen-instructions.h 352 HType Combine(HType other) {
361 return Combine(other).Equals(other);
    [all...]
hydrogen-instructions.cc     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
box2d.js 55 T}m=Math.min(m,J);if(f>m)return false}b.fraction=f;return true};B.prototype.TestOverlap=function(b){var e=b.lowerBound.y-this.upperBound.y,f=this.lowerBound.y-b.upperBound.y;if(b.lowerBound.x-this.upperBound.x>0||e>0)return false;if(this.lowerBound.x-b.upperBound.x>0||f>0)return false;return true};B.Combine=function(b,e){var f=new B;f.Combine(b,e);return f};B.prototype.Combine=function(b,e){this.lowerBound.x=Math.min(b.lowerBound.x,e.lowerBound.x);this.lowerBound.y=Math.min(b.lowerBound.y,e.lowerBound.y);
84 2-e.y)<Math.abs((f.aabb.lowerBound.x+f.aabb.upperBound.x)/2-e.x)+Math.abs((f.aabb.lowerBound.y+f.aabb.upperBound.y)/2-e.y)?m:f}while(f.IsLeaf()==false)}e=f.parent;m=this.AllocateNode();m.parent=e;m.userData=null;m.aabb.Combine(b.aabb,f.aabb);if(e){if(f.parent.child1==f)e.child1=m;else e.child2=m;m.child1=f;m.child2=b;f.parent=m;b.parent=m;do{if(e.aabb.Contains(m.aabb))break;e.aabb.Combine(e.child1.aabb,e.child2.aabb);m=e;e=e.pa (…)
    [all...]
  /external/chromium_org/v8/src/
hydrogen-instructions.h 361 HType Combine(HType other) {
370 return Combine(other).Equals(other);
    [all...]
hydrogen-instructions.cc     [all...]
jsregexp.cc 128 return Combine(containment, inside ? kLatticeIn : kLatticeOut);
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_common_unittest.cc     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 161 /// combine - call the node-specific routine that knows how to fold each
164 SDValue combine(SDNode *N);
639 "Cannot combine value to value of different type!"));
1182 SDValue DAGCombiner::combine(SDNode *N) { function in class:DAGCombiner
    [all...]

Completed in 1212 milliseconds

1 23