Searched defs:is_even (Results 1 – 4 of 4) 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()
12 static inline int is_even(int x) { in is_even() function
2399 const Matcher<int> is_even = PolymorphicIsEven(); in TEST() local
2508 const Matcher<int> is_even = PolymorphicIsEven(); in TEST() local