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

/frameworks/rs/script_api/
H A Drs_vector_math.spec124 Computes the approximate distance between two points.
142 Computes the approximate length of a vector.
207 Computes the approximate distance between two points.
233 Compute the approximate length of a vector.
H A Drs_math.spec1141 Returns the approximate reciprocal of a value.
1157 Returns the approximate value of <code>(1.f / sqrt(value))</code>.
1173 Returns the approximate square root of a value.
1808 Returns the approximate inverse cosine, in radians.
1837 Returns the approximate inverse hyperbolic cosine, in radians.
1862 Returns the approximate inverse cosine in radians, divided by pi.
1893 Returns the approximate inverse sine, in radians.
1922 Returns the approximate inverse hyperbolic sine, in radians.
1947 Returns the approximate inverse sine in radians, divided by pi.
1978 Returns the approximate invers
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
H A DFreePathInterpolator.java57 float[] pointComponents = path.approximate(PRECISION);
/frameworks/base/core/java/android/animation/
H A DPathKeyframes.java57 mKeyframeData = path.approximate(error);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DPathInterpolatorBuilder.java58 float[] pointComponents = path.approximate(PRECISION);
/frameworks/base/core/java/android/view/animation/
H A DPathInterpolator.java162 float[] pointComponents = path.approximate(PRECISION);
/frameworks/base/graphics/java/android/graphics/
H A DPath.java812 public float[] approximate(@FloatRange(from = 0) float acceptableError) { method in class:Path
/frameworks/base/core/jni/android/graphics/
H A DPath.cpp412 static jfloatArray approximate(JNIEnv* env, jclass clazz, jlong pathHandle, function in class:android::SkPathGlue
541 {"nApproximate", "(JF)[F", (void*) SkPathGlue::approximate},
/frameworks/native/libs/hwc2on1adapter/
H A DHWC2On1Adapter.cpp1394 bool approximate = (static_cast<float>(truncated) != f * 10); local
1398 "%s%.1f", approximate ? "~" : "", f);

Completed in 189 milliseconds