Searched defs:IsOdd (Results 1 – 12 of 12) sorted by relevance
167 def IsOdd(x): function
156 # define IsOdd(a) (((a) & 1) != 0) macro
58 static class IsOdd implements Predicate<Integer>, Serializable { class in PredicatesTest
67 bool IsOdd(int x) { return x % 2 != 0; } in IsOdd() function