OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xhalf
(Results
1 - 2
of
2
) sorted by null
/external/skia/bench/
MathBench.cpp
129
float
xhalf
= 0.5f*x;
local
133
x = x*(1.5f-
xhalf
*x*x);
134
// x = x*(1.5f-
xhalf
*x*x); // this line takes err from 10^-3 to 10^-6
/external/jmonkeyengine/engine/src/core/com/jme3/math/
FastMath.java
589
float
xhalf
= 0.5f * x;
local
593
x = x * (1.5f -
xhalf
* x * x); // Newton step, repeating increases accuracy
[
all
...]
Completed in 51 milliseconds