Home
last modified time | relevance | path

Searched refs:approximation (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/jni/android/graphics/
DPath.cpp448 float* approximation = new float[approximationArraySize]; in approximate() local
453 approximation[approximationIndex++] = lengths[i] / totalLength; in approximate()
454 approximation[approximationIndex++] = point.x(); in approximate()
455 approximation[approximationIndex++] = point.y(); in approximate()
459 env->SetFloatArrayRegion(result, 0, approximationArraySize, approximation); in approximate()
460 delete[] approximation; in approximate()
/frameworks/base/core/proto/android/os/
Dbatterystats.proto113 // after charging (lower bound approximation).
115 // Upper bound approximation.
/frameworks/ml/nn/tools/api/
Dtypes.spec2315 * The rank of the SVD approximation.