HomeSort by relevance Sort by last modified time
    Searched defs:Combine (Results 1 - 11 of 11) sorted by null

  /external/chromium/testing/gtest/include/gtest/
gtest-param-test.h 93 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product
    [all...]
  /external/gtest/include/gtest/
gtest-param-test.h 93 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-param-test.h 93 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product
    [all...]
  /external/protobuf/gtest/include/gtest/
gtest-param-test.h 89 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product
    [all...]
  /external/webrtc/src/system_wrappers/source/
data_log_no_op.cc 24 std::string DataLog::Combine(const std::string& table_name, int table_id) {
data_log.cc 284 std::string DataLog::Combine(const std::string& table_name, int table_id) {
  /external/v8/src/
type-info.h 97 static TypeInfo Combine(TypeInfo a, TypeInfo b) {
hydrogen-instructions.h 352 HType Combine(HType other) {
361 return Combine(other).Equals(other);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 160 /// combine - call the node-specific routine that knows how to fold each
163 SDValue combine(SDNode *N);
621 "Cannot combine value to value of different type!"));
1164 SDValue DAGCombiner::combine(SDNode *N) { function in class:DAGCombiner
    [all...]
  /cts/suite/pts/hostTests/browser/browserlauncher/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/mesa3d/src/mesa/main/
mtypes.h     [all...]

Completed in 657 milliseconds