Searched refs:theFloat (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/back/
H A Dstream.h29 jfloat stream_encodeFloat(jfloat theFloat);
H A Dstream.c30 stream_encodeFloat(jfloat theFloat) argument
37 sF.f = theFloat;
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLEFontInstance.h491 * @param theFloat - the floating point value
497 static inline le_int32 floatToFixed(float theFloat);
568 inline le_int32 LEFontInstance::floatToFixed(float theFloat) argument
570 return (le_int32) (theFloat * 65536.0);

Completed in 38 milliseconds