HomeSort by relevance Sort by last modified time
    Searched defs:c2 (Results 176 - 200 of 900) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/freetype/src/psnames/
pstables.h 4098 int c2; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
scale_mips.cc 583 const int c2 = 0x2AAA; local
608 "mul $t6, $t6, %[c2] \n" // t6 * 0x2AAA
    [all...]
  /external/chromium_org/third_party/libyuv/source/
scale_mips.cc 583 const int c2 = 0x2AAA; local
608 "mul $t6, $t6, %[c2] \n" // t6 * 0x2AAA
    [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
CubicIntersection.cpp 82 Cubic c1, c2; local
84 sub_divide(cubic2, t2s, t2e, c2);
86 // OPTIMIZE: if c1 == c2, call once (happens when detecting self-intersection)
89 cubic_to_quadratics(c2, calcPrecision(c2) * precisionScale, ts2);
408 bool intersect3(const Cubic& c1, const Cubic& c2, Intersections& i) {
409 bool result = intersect3(c1, 0, 1, c2, 0, 1, 1, i);
413 c2Bounds.setBounds(c2);
414 result |= intersectEnd(c1, false, c2, c2Bounds, i);
415 result |= intersectEnd(c1, true, c2, c2Bounds, i)
    [all...]
  /external/chromium_org/third_party/skia/src/pathops/
SkDCubicIntersection.cpp 80 SkDCubic c2 = cubic2.subDivide(t2s, t2e); local
82 // OPTIMIZE: if c1 == c2, call once (happens when detecting self-intersection)
85 c2.toQuadraticTs(c2.calcPrecision() * precisionScale, &ts2);
257 bool SkIntersections::cubicCheckCoincidence(const SkDCubic& c1, const SkDCubic& c2) {
268 SkDPoint testPt2 = c2.ptAtT(testT2);
432 static bool only_end_pts_in_common(const SkDCubic& c1, const SkDCubic& c2) {
460 double test = (c2[n].fY - origY) * adj - (c2[n].fX - origX) * opp;
473 int SkIntersections::intersect(const SkDCubic& c1, const SkDCubic& c2) {
    [all...]
  /external/chromium_org/third_party/skia/tests/
ColorFilterTest.cpp 85 SkColor c2 = ~color; local
87 REPORTER_ASSERT(reporter, cf2->asColorMode(&c2, &m2));
88 REPORTER_ASSERT(reporter, c2 == expectedColor);
  /external/chromium_org/third_party/webrtc/base/
stringutils.cc 55 wchar_t c1, c2; local
62 c2 = transformation(*s2);
63 if (c1 != c2) return (c1 < c2) ? -1 : 1;
  /external/chromium_org/v8/test/mjsunit/compiler/
inline-construct.js 94 function c2(val, deopt, counter) { function
101 TestInAllContexts(c2);
  /external/chromium_org/v8/test/mjsunit/
string-slices.js 230 var c2 = s1 + c1 + s2; variable
234 assertEquals("234567890123456789", c2.substring(1, 19));
235 assertEquals("bcdefghijklmno", c2.substring(41, 55));
236 assertEquals("2345678901234567890abcdefghijklmno", c2.substring(21, 55));
  /external/clang/test/CodeGen/
atomics-inlining.c 7 unsigned char c1, c2; variable
23 (void)__atomic_load(&c1, &c2, memory_order_seq_cst);
24 (void)__atomic_store(&c1, &c2, memory_order_seq_cst);
  /external/clang/test/CodeGenCXX/
array-operator-delete-call.cpp 58 COST c2; variable
  /external/clang/test/Misc/
diag-aka-types.cpp 10 char c2 = ref; // expected-error{{'const foo_t' (aka 'const X')}} variable
  /external/clang/test/SemaCXX/
constexpr-value-init.cpp 27 constexpr C c2 = C(); // ok variable
vtable-instantiation.cc 10 template<class T2> struct C2 {
11 void c2() { function in struct:PR8640::C2
17 C2<int*> c2; local
18 c2.c2(); // expected-note {{in instantiation of member function}}
  /external/clang/test/SemaTemplate/
attributes.cpp 18 check_alignment<2>::t c2; member in namespace:attribute_aligned
  /external/freetype/src/psnames/
pstables.h 4098 int c2; local
    [all...]
  /external/guava/guava/src/com/google/common/hash/
Murmur3_32HashFunction.java 47 int c2 = 0x1b873593; field in class:Murmur3_32HashFunction.Murmur3_32Hasher
61 k1 *= c2;
84 k1 *= c2;
  /external/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/
copyfmt.pass.cpp 124 char c1, c2, c3; local
126 ios1.pword(1) = &c2;
  /external/libnfc-nxp/src/
phFriNfc_NdefReg.c 51 int8_t c1, c2; local
59 c2 = *s2;
61 if (c2 >=97)
62 c2 = (c2 - 32);
65 while ( (c1 == c2) && (c1 != '\0') && (c2 != '\0') && (count > 0) );
67 if ( (count == 0) || (c1 == c2) )
70 else if ( (c1 > c2) )
  /external/openssl/crypto/bn/asm/
s390x.S 330 #define c2 %r5 define
333 #define mul_add_c(ai,bi,c1,c2,c3) \
337 alcgr c2,%r6; \
348 lghi c2,0
352 mul_add_c(0,0,c1,c2,c3);
356 mul_add_c(0,1,c2,c3,c1);
357 mul_add_c(1,0,c2,c3,c1);
358 stg c2,1*8(%r2)
359 lghi c2,0
361 mul_add_c(2,0,c3,c1,c2);
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psnames/
pstables.h 4112 int c2; local
    [all...]
  /external/skia/experimental/Intersection/
CubicIntersection.cpp 82 Cubic c1, c2; local
84 sub_divide(cubic2, t2s, t2e, c2);
86 // OPTIMIZE: if c1 == c2, call once (happens when detecting self-intersection)
89 cubic_to_quadratics(c2, calcPrecision(c2) * precisionScale, ts2);
408 bool intersect3(const Cubic& c1, const Cubic& c2, Intersections& i) {
409 bool result = intersect3(c1, 0, 1, c2, 0, 1, 1, i);
413 c2Bounds.setBounds(c2);
414 result |= intersectEnd(c1, false, c2, c2Bounds, i);
415 result |= intersectEnd(c1, true, c2, c2Bounds, i)
    [all...]
  /external/skia/src/pathops/
SkDCubicIntersection.cpp 80 SkDCubic c2 = cubic2.subDivide(t2s, t2e); local
82 // OPTIMIZE: if c1 == c2, call once (happens when detecting self-intersection)
85 c2.toQuadraticTs(c2.calcPrecision() * precisionScale, &ts2);
257 bool SkIntersections::cubicCheckCoincidence(const SkDCubic& c1, const SkDCubic& c2) {
268 SkDPoint testPt2 = c2.ptAtT(testT2);
432 static bool only_end_pts_in_common(const SkDCubic& c1, const SkDCubic& c2) {
460 double test = (c2[n].fY - origY) * adj - (c2[n].fX - origX) * opp;
473 int SkIntersections::intersect(const SkDCubic& c1, const SkDCubic& c2) {
    [all...]
  /external/skia/tests/
ColorFilterTest.cpp 85 SkColor c2 = ~color; local
87 REPORTER_ASSERT(reporter, cf2->asColorMode(&c2, &m2));
88 REPORTER_ASSERT(reporter, c2 == expectedColor);
  /external/valgrind/main/massif/tests/
alloc-fns.c 15 void c2(int n) { c3(n); } function
16 void c1(int n) { c2(n); }

Completed in 660 milliseconds

1 2 3 4 5 6 78 91011>>