OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:convertFloatToHalf
(Results
1 - 4
of
4
) sorted by null
/external/jmonkeyengine/engine/src/test/jme3test/math/
TestHalfFloat.java
48
short half = FastMath.
convertFloatToHalf
(flt);
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/
HDRLoader.java
125
dataStore.putShort(FastMath.
convertFloatToHalf
(tempF[0]))
126
.putShort(FastMath.
convertFloatToHalf
(tempF[1])).
127
putShort(FastMath.
convertFloatToHalf
(tempF[2]));
/external/jmonkeyengine/engine/src/core/com/jme3/math/
FastMath.java
[
all
...]
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
VertexBuffer.java
608
short half = FastMath.
convertFloatToHalf
(f);
[
all
...]
Completed in 140 milliseconds