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

  /libcore/luni/src/main/java/java/util/
TreeMap.java 399 int rightHeight = 0;
402 rightHeight = right.height;
407 adjacent.height = Math.max(leftHeight, rightHeight) + 1;
464 int rightHeight = right != null ? right.height : 0;
466 int delta = leftHeight - rightHeight;
504 node.height = leftHeight + 1; // leftHeight == rightHeight
511 node.height = Math.max(leftHeight, rightHeight) + 1;
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/code/gson/gson/2.3/
gson-2.3.jar 
  /prebuilts/devtools/tools/lib/
gson-2.2.4.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/gson/gson/2.2.4/
gson-2.2.4.jar 
  /prebuilts/tools/common/offline-m2/com/google/code/gson/gson/2.2.4/
gson-2.2.4.jar 
  /external/deqp/modules/gles3/performance/
es3pBufferDataUploadTests.cpp 985 const float rightHeight = de::abs(lineAMax - lineBMax);
990 return (0.5f * leftHeight * (leftHeight / approachCoeffient)) + (0.5f * rightHeight * (rightHeight / approachCoeffient));
    [all...]

Completed in 52 milliseconds