Searched defs:jfloat_cast (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions_gcc.hpp178 inline jfloat jfloat_cast (jint x) { return *(jfloat* )&x; } function
H A DglobalDefinitions_sparcWorks.hpp193 inline jfloat jfloat_cast (jint x) { return *(jfloat* )&x; } function
H A DglobalDefinitions_visCPP.hpp126 inline jfloat jfloat_cast (jint x) { return *(jfloat* )&x; } function

Completed in 37 milliseconds