Searched defs:is_even (Results 1 – 12 of 12) sorted by relevance
72 bool is_even = (significand & 1) == 0; in BignumDtoa() local149 bool is_even, in GenerateShortestDigits()605 static void FixupMultiply10(int estimated_power, bool is_even, in FixupMultiply10()
124 bool is_even = (significand & 1) == 0; in BignumDtoa() local201 bool is_even, in GenerateShortestDigits()626 static void FixupMultiply10(int estimated_power, bool is_even, in FixupMultiply10()
88 struct is_even struct90 bool operator () (const T &t) const in operator ()()98 struct is_even<stable_test> struct100 bool operator () (const stable_test &t) const in operator ()()
320 EpidStatus BigNumIsEven(BigNum const* a, bool* is_even) { in BigNumIsEven()
1354 bool is_even = false; in FfSqrt() local
15 static inline int is_even(int x) { in is_even() function
43 static inline int is_even(int x) { return !(x & 1); } in is_even() function
42 static inline int is_even(int x) { return !(x & 1); } in is_even() function
1020 #define is_even(n) (((n) & 1) == 0) macro
2399 const Matcher<int> is_even = PolymorphicIsEven(); in TEST() local
3022 const Matcher<int> is_even = PolymorphicIsEven(); in TEST() local