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