/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/ |
bignum-dtoa.cc | 68 static void FixupMultiply10(int estimated_power, bool is_even, 76 bool is_even, 96 bool is_even = (significand & 1) == 0; local 130 FixupMultiply10(estimated_power, is_even, decimal_point, 139 is_even, buffer, length); 164 // upper and lower boundaries. d must be strictly between them if !is_even. 173 bool is_even, 196 if (is_even) { 201 if (is_even) { 628 static void FixupMultiply10(int estimated_power, bool is_even, [all...] |
/external/chromium_org/v8/src/ |
bignum-dtoa.cc | 69 static void FixupMultiply10(int estimated_power, bool is_even, 77 bool is_even, 97 bool is_even = (significand & 1) == 0; local 131 FixupMultiply10(estimated_power, is_even, decimal_point, 140 is_even, buffer, length); 165 // upper and lower boundaries. d must be strictly between them if !is_even. 174 bool is_even, 197 if (is_even) { 202 if (is_even) { 629 static void FixupMultiply10(int estimated_power, bool is_even, [all...] |
/external/v8/src/ |
bignum-dtoa.cc | 69 static void FixupMultiply10(int estimated_power, bool is_even, 77 bool is_even, 97 bool is_even = (significand & 1) == 0; local 131 FixupMultiply10(estimated_power, is_even, decimal_point, 140 is_even, buffer, length); 165 // upper and lower boundaries. d must be strictly between them if !is_even. 174 bool is_even, 197 if (is_even) { 202 if (is_even) { 629 static void FixupMultiply10(int estimated_power, bool is_even, [all...] |
/external/chromium_org/third_party/skia/src/effects/ |
SkDashPathEffect.cpp | 14 static inline int is_even(int x) { function 293 if (is_even(index) && dlen > 0 && !skipFirstSegment) { 324 if (meas.isClosed() && is_even(fInitialDashIndex) &&
|
/external/skia/src/effects/ |
SkDashPathEffect.cpp | 14 static inline int is_even(int x) { function 293 if (is_even(index) && dlen > 0 && !skipFirstSegment) { 324 if (meas.isClosed() && is_even(fInitialDashIndex) &&
|
/external/chromium/testing/gmock/test/ |
gmock-matchers_test.cc | 2328 const Matcher<int> is_even = PolymorphicIsEven(); local [all...] |