Home
last modified time | relevance | path

Searched defs:sqrt (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/util/
DFloatMath.java93 public static float sqrt(float value) { in sqrt() method in FloatMath
DMathUtils.java66 public static float sqrt(float a) { in sqrt() method in MathUtils
/frameworks/native/libs/math/include/math/
DTVecHelpers.h494 friend inline CONSTEXPR VECTOR<T> PURE sqrt(VECTOR<T> v) { in sqrt() function
/frameworks/rs/driver/runtime/
Drs_cl.c731 float __attribute__((overloadable)) sqrt(float v) { in sqrt() function