HomeSort by relevance Sort by last modified time
    Searched full:normalizeddistance (Results 1 - 2 of 2) sorted by null

  /external/skia/tests/
PathOpsLineParametetersTest.cpp 66 double normalizedDistance[2];
67 normalizedDistance[0] = lineParameters.controlPtDistance(cubic, 1);
68 normalizedDistance[1] = lineParameters.controlPtDistance(cubic, 2);
70 if (AlmostEqualUlps(fabs(normalizedDistance[inner]), answers[index][inner])) {
73 SkDebugf("%s [%d,%d] normalizedDistance:%1.9g != answer:%g\n",
75 normalizedDistance[inner], answers[index][inner]);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
typing_weighting.h 79 const float normalizedDistance = TouchPositionCorrectionUtils::getSweetSpotFactor(
81 const float weightedDistance = ScoringParams::DISTANCE_WEIGHT_LENGTH * normalizedDistance;

Completed in 576 milliseconds