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

/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions_gcc.hpp175 inline jint jint_cast (jfloat x) { return *(jint* )&x; } function
H A DglobalDefinitions_sparcWorks.hpp190 inline jint jint_cast (jfloat x) { return *(jint* )&x; } function
H A DglobalDefinitions_visCPP.hpp123 inline jint jint_cast (jfloat x) { return *(jint* )&x; } function

Completed in 24 milliseconds