Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtScalar.h423 float xhalf = 0.5f*y; in btSqrt() local
427 y = y*(1.5f - xhalf*y*y); in btSqrt()
428 y = y*(1.5f - xhalf*y*y); in btSqrt()
429 y = y*(1.5f - xhalf*y*y); in btSqrt()
/external/skia/bench/
DMathBench.cpp128 float xhalf = 0.5f*x; in SkFastInvSqrt() local
132 x = x*(1.5f-xhalf*x*x); in SkFastInvSqrt()
/external/vulkan-validation-layers/libs/glm/detail/
Dfunc_exponential.inl69 vecType<float, lowp> xhalf(tmp * 0.5f); local
74 tmp = tmp * (1.5f - xhalf * tmp * tmp);
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Common/
Db2Math.h46 float32 xhalf = 0.5f * x; in b2InvSqrt() local
49 x = x * (1.5f - xhalf * x * x); in b2InvSqrt()