HomeSort by relevance Sort by last modified time
    Searched defs:c3 (Results 101 - 125 of 251) sorted by null

1 2 3 45 6 7 8 91011

  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
FrameBufferTest.java 124 float c3 = Color.toFloatBits(0, 0, 255, 255); local
126 mesh.setVertices(new float[] {-0.5f, -0.5f, 0, c1, 0, 0, 0.5f, -0.5f, 0, c2, 1, 0, 0, 0.5f, 0, c3, 0.5f, 1});
130 stencilMesh.setVertices(new float[] {-0.5f, 0.5f, 0, c1, 0, 0, 0.5f, 0.5f, 0, c2, 1, 0, 0, -0.5f, 0, c3, 0.5f, 1});
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_rast_tri.c 80 int c3 = c2 + dcdy; local
94 mask |= ((c3 + 0 * dcdx) >> 31) & (1 << 12);
95 mask |= ((c3 + 1 * dcdx) >> 31) & (1 << 13);
96 mask |= ((c3 + 2 * dcdx) >> 31) & (1 << 14);
97 mask |= ((c3 + 3 * dcdx) >> 31) & (1 << 15);
  /external/opencv3/3rdparty/openexr/Imath/
ImathQuat.h 616 Quat<T> c3 = (T) (-0.25) * (c2.log() + c1.log()); local
617 Quat<T> qa = q1 * c3.exp();
  /external/opencv3/modules/videostab/src/
inpainting.cpp 179 int c3 = pixels[nh].color.z; local
184 c3 = (c3 + pixels[nh].color.z) / 2;
189 static_cast<uchar>(c3));
426 float c1 = 0, c2 = 0, c3 = 0; local
439 c3 += frame.at<uchar>(qy,3*qx+2);
448 static_cast<uchar>(c3*wSumInv));
  /external/skia/src/core/
SkColorMatrixFilterRowMajor255.cpp 88 // c0-c3 are already in [0,1].
92 const Sk4f c3 = Sk4f::Load(array + 12); local
117 Sk4f dst4 = c0 * r4 + c1 * g4 + c2 * b4 + c3 * a4 + c4;
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
fft.c 280 REAL c1, c2, c3, cd, aa, aj, ak, ajm, ajp, akm, akp; local
299 k3 = c2 = c3 = s2 = s3 = 0.0;
530 Re [k3] = akm * c3 - bkm * s3;
533 Im [k3] = akm * s3 + bkm * c3;
543 /* values of c2, c3, s2, s3 that will get used next time */
546 c3 = c2 * c1 - s2 * s1;
  /external/ceres-solver/include/ceres/
rotation.h 456 const T c3 = cos(pitch); local
460 R(0, 1) = -s1*c3 + c1*s2*s3;
461 R(0, 2) = s1*s3 + c1*s2*c3;
464 R(1, 1) = c1*c3 + s1*s2*s3;
465 R(1, 2) = -c1*s3 + s1*s2*c3;
469 R(2, 2) = c2*c3;
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p7-0x.cpp 12 char c3{y}; // expected-error {{ cannot be narrowed }} expected-note {{silence}} expected-warning {{changes value}}
156 Agg<char> c3 = {300}; // expected-error {{ cannot be narrowed }} expected-note {{silence}} expected-warning {{changes value}} local
  /external/guava/guava-tests/test/com/google/common/io/
CharSourceTest.java 208 CharSource c3 = CharSource.wrap("de"); local
213 CharSource.concat(ImmutableList.of(c1, c2, c3)).read());
215 CharSource.concat(c1, c2, c3).read());
217 CharSource.concat(ImmutableList.of(c1, c2, c3).iterator()).read());
218 assertFalse(CharSource.concat(c1, c2, c3).isEmpty());
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationIteratorTest.java 362 RuleBasedCollator c3 = null; local
364 c3 = new RuleBasedCollator("&a < b < c/aba < d < z < ch");
371 iter = c3.getCollationElementIterator(source);
  /external/icu/icu4c/source/test/cintltst/
citertst.c 422 UCollator *c1, *c2, *c3; local
491 c3 = ucol_openRules(rule, u_strlen(rule), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH,NULL, &status);
494 if (c3 == NULL || U_FAILURE(status))
501 iter=ucol_openElements(c3, source, u_strlen(source), &status);
509 ucol_close(c3);
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationIteratorTest.java 358 RuleBasedCollator c3 = null; local
360 c3 = new RuleBasedCollator("&a < b < c/aba < d < z < ch");
367 iter = c3.getCollationElementIterator(source);
  /external/mesa3d/src/mesa/program/
prog_noise.c 519 int c3 = (y0 > z0) ? 8 : 0; local
523 int c = c1 + c2 + c3 + c4 + c5 + c6;
  /external/opencv/cv/src/
cvpyrsegmentation.cpp 1042 float c0, c1, c2, c3, c4; local
1225 float c1, c2, c3, c4; local
    [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmsintrp.c 601 cmsFloat32Number c0, c1=0, c2=0, c3=0; local
635 c3 = DENS(X1, Y1, Z1) - DENS(X1, Y1, Z0);
643 c3 = DENS(X1, Y0, Z1) - DENS(X1, Y0, Z0);
651 c3 = DENS(X0, Y0, Z1) - c0;
659 c3 = DENS(X1, Y1, Z1) - DENS(X1, Y1, Z0);
667 c3 = DENS(X0, Y1, Z1) - DENS(X0, Y1, Z0);
675 c3 = DENS(X0, Y0, Z1) - c0;
679 c1 = c2 = c3 = 0;
682 Output[OutChan] = c0 + c1 * rx + c2 * ry + c3 * rz;
701 cmsS15Fixed16Number c0, c1, c2, c3, Rest local
840 cmsS15Fixed16Number c0, c1, c2, c3, Rest; local
    [all...]
  /external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
EASLib.c 1490 EAS_U8 c1, c2,c3,c4; local
    [all...]
EASLibVst.c 1185 EAS_U8 c1, c2,c3,c4; local
1192 if ((result = EAS_HWGetByte(hwInstData, file, &c3)) != EAS_SUCCESS
    [all...]
  /frameworks/native/opengl/tests/hwc/
hwcTestLib.cpp 165 << this->c3() << ']';
309 float c1, c2, c3; local
334 in >> c3; local
336 if ((c3 < 0.0) || (c3 > 1.0)) { return color; }
347 || (c3 < 0.0) || (c3 > 1.0)) { return color; }
352 return ColorFract(c1, c2, c3);
585 pixel |= htonl((uint32_t) round((((1 << attrib->c3Size) - 1) * color.c3()))
711 startColor.c3() + (endColor.c3() - startColor.c3()
    [all...]
  /packages/apps/Messaging/jni/
GifTranscoder.cpp 429 ColorARGB c3 = *getPixel(renderBuffer, gifIn->SWidth, x * 2, y * 2 + 1); local
431 ColorARGB avgColor = computeAverage(c1, c2, c3, c4);
437 ColorARGB GifTranscoder::computeAverage(ColorARGB c1, ColorARGB c2, ColorARGB c3, ColorARGB c4) {
439 (int) ALPHA(c3) + (int) ALPHA(c4)) / 4);
441 (int) RED(c3) + (int) RED(c4)) / 4);
443 (int) GREEN(c3) + (int) GREEN(c4)) / 4);
445 (int) BLUE(c3) + (int) BLUE(c4)) / 4);
  /external/okhttp/okhttp-urlconnection/src/test/java/com/squareup/okhttp/
UrlConnectionCacheTest.java 1153 URLConnection c3 = client.open(url); local
    [all...]
  /libcore/luni/src/test/java/libcore/java/security/cert/
X509CertificateTest.java 366 X509Certificate c3 = getCertificate(f, CERT_DSA); local
367 assertFalse(c1.equals(c3));
368 assertFalse(c3.equals(c1));
381 X509Certificate c3 = getCertificate(f, CERT_DSA); local
382 assertFalse(c3.toString().equals(c1.toString()));
391 X509Certificate c3 = getCertificate(f, CERT_DSA); local
392 assertFalse(c3.hashCode() == c1.hashCode());
    [all...]
  /libcore/luni/src/test/java/libcore/javax/crypto/
CipherTest.java 1288 Cipher c3 = Cipher.getInstance(algorithm, provider.getName()); local
3912 Cipher c3 = Cipher.getInstance("AES\/GCM\/NoPadding"); local
    [all...]
  /external/clang/test/Misc/
diag-template-diffing.cpp 948 C<int, other> c3; local
995 C<char, char> c3; local
    [all...]
  /external/clang/test/Sema/
array-init.c 166 char c3[5] = { "Hello" }; local
  /external/clang/test/SemaCXX/
MicrosoftExtensions.cpp 305 SP9<SP10> c3; local
306 c3.f(); // Overloaded binary op operand
307 c3.g(); // Overloaded incdec op operand
308 c3.h(); // Overloaded unary op operand

Completed in 2516 milliseconds

1 2 3 45 6 7 8 91011