Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp302 inline float distance2(float x, float y, float z) { in distance2() function
307 return sqrtf(distance2(x, y, z)); in distance()