Searched refs:approximate (Results 1 - 5 of 5) sorted by relevance

/frameworks/rs/api/
H A Drs_core_math.spec1332 Return the approximate reciprocal of a value.
1343 Return the approximate square root of a value.
1354 Return the approximate value of (1.f / sqrt(value)).
1365 Compute the approximate length of a vector.
1378 Compute the approximate distance between two points.
1402 Fast approximate exp
1416 Fast approximate exp2
1430 Fast approximate exp10
1444 Fast approximate log
1457 Fast approximate log
[all...]
/frameworks/base/core/java/android/animation/
H A DPathKeyframes.java56 mKeyframeData = path.approximate(error);
/frameworks/base/core/java/android/view/animation/
H A DPathInterpolator.java158 float[] pointComponents = path.approximate(PRECISION);
/frameworks/base/graphics/java/android/graphics/
H A DPath.java776 public float[] approximate(float acceptableError) { method in class:Path
/frameworks/base/core/jni/android/graphics/
H A DPath.cpp427 static jfloatArray approximate(JNIEnv* env, jclass, jlong pathHandle, float acceptableError) function in class:android::SkPathGlue
519 {"native_approximate", "(JF)[F", (void*) SkPathGlue::approximate},

Completed in 103 milliseconds