Searched refs:epsilon (Results 1 – 6 of 6) sorted by relevance
75 final float epsilon = 1e-6f; in getTForXValue() local91 double derivative = (getX(t + epsilon) - value) / epsilon; in getTForXValue()92 if (Math.abs(value - x) < epsilon) { in getTForXValue()94 } else if (Math.abs(derivative) < epsilon) { in getTForXValue()108 for (int i = 0; Math.abs(value - x) > epsilon && i < iterations; i++) { in getTForXValue()
42 final float epsilon = Math.min(mI / 2f, (1f - mI) / 2f); in SoftLandingInterpolator() local43 bottom = mI - epsilon; in SoftLandingInterpolator()44 top = mI + epsilon; in SoftLandingInterpolator()
1131 const double epsilon = 1e-5; in ClipBlendRect() local1138 if (dx > epsilon) in ClipBlendRect()1144 else if (dx < -epsilon) in ClipBlendRect()1150 if (dy > epsilon) in ClipBlendRect()1156 else if (dy < -epsilon) in ClipBlendRect()
1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ...