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

/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp1052 inline bool is_odd (intx x) { return x & 1; } function
1053 inline bool is_even(intx x) { return !is_odd(x); }

Completed in 239 milliseconds