Searched refs:jdouble_cast (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A DcompressedStream.cpp71 return jdouble_cast(jlong_from(h, l));
242 bytes.write_double(jdouble_cast(x)); ++step;
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions_gcc.hpp179 inline jdouble jdouble_cast(jlong x) { return *(jdouble*)&x; } function
H A DglobalDefinitions_sparcWorks.hpp194 inline jdouble jdouble_cast(jlong x) { return *(jdouble*)&x; } function
H A DglobalDefinitions_visCPP.hpp127 inline jdouble jdouble_cast(jlong x) { return *(jdouble*)&x; } function
/openjdk7/hotspot/src/share/vm/interpreter/
H A DabstractInterpreter.hpp286 case T_DOUBLE: value->d = jdouble_cast(long_in_slot(slot_addr)); break;
/openjdk7/hotspot/src/share/vm/opto/
H A Ddivnode.cpp1263 return TypeD::make(jdouble_cast(xr));

Completed in 847 milliseconds