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

  /developers/build/prebuilts/gradle/XYZTouristAttractions/Shared/src/main/java/com/example/android/xyztouristattractions/common/
Utils.java 209 double chord = Math.sqrt(Math.pow(radius, 2) - Math.pow(apothem, 2)) * 2; local
210 int leftRightInset = (int) ((width - chord) / 2);
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Shared/src/main/java/com/example/android/xyztouristattractions/common/
Utils.java 209 double chord = Math.sqrt(Math.pow(radius, 2) - Math.pow(apothem, 2)) * 2; local
210 int leftRightInset = (int) ((width - chord) / 2);
  /development/samples/browseable/XYZTouristAttractions/Shared/src/com.example.android.xyztouristattractions.common/
Utils.java 209 double chord = Math.sqrt(Math.pow(radius, 2) - Math.pow(apothem, 2)) * 2; local
210 int leftRightInset = (int) ((width - chord) / 2);
  /external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
PathProfiling.cpp 33 // Chord - An edge not in the spanning tree.
252 // Depth first algorithm for determining the chord increments.f
543 BLInstrumentationEdge* chord; local
546 chord = (BLInstrumentationEdge*) *chordEdge;
547 chord->setIncrement(chord->getIncrement() + chord->getWeight());
851 // Depth first algorithm for determining the chord increments.
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
bezier.c 138 VGfloat chord; /* chord length */ local
144 chord = line_length(bez->x1, bez->y1, bez->x4, bez->y4);
146 if ((len-chord) > error) {
  /prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-api/2.42.2/
selenium-api-2.42.2.jar 

Completed in 197 milliseconds