HomeSort by relevance Sort by last modified time
    Searched refs:xhalf (Results 1 - 3 of 3) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btScalar.h 423 float xhalf = 0.5f*y; local
427 y = y*(1.5f - xhalf*y*y);
428 y = y*(1.5f - xhalf*y*y);
429 y = y*(1.5f - xhalf*y*y);
  /external/skia/bench/
MathBench.cpp 128 float xhalf = 0.5f*x; local
132 x = x*(1.5f-xhalf*x*x);
133 // x = x*(1.5f-xhalf*x*x); // this line takes err from 10^-3 to 10^-6
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Common/
b2Math.h 46 float32 xhalf = 0.5f * x; local
49 x = x * (1.5f - xhalf * x * x);

Completed in 85 milliseconds