Searched refs:distance2 (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp321 inline float distance2(float x, float y, float z) { function in namespace:android
326 return sqrtf(distance2(x, y, z));
/frameworks/native/libs/math/include/math/
H A DTVecHelpers.h434 friend inline constexpr T PURE distance2(const VECTOR<T>& lv, const VECTOR<RT>& rv) {

Completed in 98 milliseconds