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

/openjdk7/hotspot/src/share/vm/opto/
H A Ddivnode.cpp360 } else if ( is_power_of_2_long(d) ) {
378 if( andconl < 0 && is_power_of_2_long(-andconl) && (-andconl) >= d ) {
1033 if( con >= 0 && con < max_jlong && is_power_of_2_long(con+1) ) {
1097 if( is_power_of_2_long(pos_con) ) {
H A Dmulnode.cpp308 } else if (is_power_of_2_long(con+1)) {
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp984 inline bool is_power_of_2_long(jlong x) { function
1027 if (!is_power_of_2_long(x)) basic_fatal("x must be a power of 2");

Completed in 46 milliseconds