Searched refs:FloatMath (Results 1 – 7 of 7) sorted by relevance
22 import android.util.FloatMath;30 f += FloatMath.ceil(100.123f); in timeFloatMathCeil()48 f += FloatMath.cos(100.123f); in timeFloatMathCos()57 f += FloatMath.exp(100.123f); in timeFloatMathExp()66 f += FloatMath.floor(100.123f); in timeFloatMathFloor()75 f += FloatMath.hypot(100.123f, 100.123f); in timeFloatMathHypot()84 f += FloatMath.pow(10.123f, 10.123f); in timeFloatMathPow()93 f += FloatMath.sin(100.123f); in timeFloatMathSin()102 f += FloatMath.sqrt(100.123f); in timeFloatMathSqrt()
33 public class FloatMath { class36 private FloatMath() {} in FloatMath() method in FloatMath
215 public deprecated class FloatMath {
34013 public deprecated class FloatMath {
36305 public deprecated class FloatMath {
1251 http://developer.android.com/reference/android/util/FloatMath.html4420 http://developer.android.com/sdk/api_diff/17/changes/android.util.FloatMath.html