HomeSort by relevance Sort by last modified time
    Searched defs:x3 (Results 76 - 100 of 658) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/skia/experimental/Intersection/
CubeRoot.cpp 393 int x3=x*x*x; local
395 x*=(2*n + x3);
396 x/=(2*x3 + n);
  /external/chromium_org/third_party/skia/src/core/
SkBitmapProcState_sample.h 117 SRCTYPE x3 = srcAddr[UNPACK_SECONDARY_SHORT(xx1)]; local
122 *colors++ = RETURNDST(x3);
SkEdge.cpp 337 SkFDot6 x0, y0, x1, y1, x2, y2, x3, y3; local
347 x3 = SkScalarRoundToFDot6(pts[3].fX, shift);
357 x3 = int(pts[3].fX * scale);
365 SkTSwap(x0, x3);
388 SkFDot6 dx = cubic_delta_from_line(x0, x1, x2, x3);
417 SkFixed D = SkFDot6UpShift(x3 + 3 * (x1 - x2) - x0, upShift);
433 fCLastX = SkFDot6ToFixed(x3);
  /external/chromium_org/ui/gfx/geometry/
rect_unittest.cc 88 int x3; // rect 3: the union of rects 1 and 2 member in struct:gfx::__anon551
115 Rect r3(tests[i].x3, tests[i].y3, tests[i].w3, tests[i].h3);
134 int x3; // rect 3: the union of rects 1 and 2 member in struct:gfx::Test
164 Rect r3(tests[i].x3, tests[i].y3, tests[i].w3, tests[i].h3);
192 int x3; // rect 3: results of invoking AdjustToFit member in struct:gfx::Test
216 Rect r3(tests[i].x3, tests[i].y3, tests[i].w3, tests[i].h3);
  /external/clang/test/CodeGen/
override-layout.c 40 // CHECK: Type: struct X3
41 struct X3 {
46 void use_X3() { struct X3 x3; x3.y = sizeof(struct X3); }; local
  /external/clang/test/Sema/
expr-address-of.c 25 int *x3 = &y[10]; local
61 register int x3[10][10][10]; local
62 int (*_dummy3)[10] = &x3[0][0]; // expected-error {{address of register variable requested}}
flexible-array-init.c 10 struct one x3 = {5, {1, 2, 3}}; // expected-error{{initialization of flexible array member is not allowed}} local
  /external/clang/test/SemaTemplate/
default-arguments.cpp 7 X<> *x3; // expected-error{{too few template arguments for class template 'X'}} variable
98 template<template<typename T> class X = X2> struct X3 { };
99 int array3[is_same<X3<>, X3<X2> >::value? 1 : -1];
  /external/freetype/src/cff/
cffdrivr.c 599 FT_Int x3 = darken_params[4]; local
605 if ( x1 < 0 || x2 < 0 || x3 < 0 || x4 < 0 ||
607 x1 > x2 || x2 > x3 || x3 > x4 ||
615 driver->darken_params[4] = x3;
  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_itrans4_dspr2.c 324 int x0, x1, x2, x3; local
329 x3 = input[3];
331 if (!(x0 | x1 | x2 | x3)) {
341 s5 = sinpi_2_9 * x3;
342 s6 = sinpi_4_9 * x3;
343 s7 = x0 - x2 + x3;
348 x3 = s2;
350 s0 = x0 + x3;
351 s1 = x1 + x3;
353 s3 = x0 + x1 - x3;
    [all...]
vp9_itrans8_dspr2.c 473 int x0, x1, x2, x3, x4, x5, x6, x7; local
478 x3 = input[2];
484 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7)) {
493 s2 = cospi_10_64 * x2 + cospi_22_64 * x3;
494 s3 = cospi_22_64 * x2 - cospi_10_64 * x3;
503 x3 = ROUND_POWER_OF_TWO((s3 + s7), DCT_CONST_BITS);
513 s3 = x3;
522 x3 = s1 - s3;
529 s2 = cospi_16_64 * (x2 + x3);
530 s3 = cospi_16_64 * (x2 - x3);
    [all...]
  /external/skia/experimental/Intersection/
CubeRoot.cpp 393 int x3=x*x*x; local
395 x*=(2*n + x3);
396 x/=(2*x3 + n);
  /external/skia/src/core/
SkBitmapProcState_sample.h 117 SRCTYPE x3 = srcAddr[UNPACK_SECONDARY_SHORT(xx1)]; local
122 *colors++ = RETURNDST(x3);
SkEdge.cpp 321 SkFDot6 x0, y0, x1, y1, x2, y2, x3, y3; local
331 x3 = int(pts[3].fX * scale);
338 SkTSwap(x0, x3);
361 SkFDot6 dx = cubic_delta_from_line(x0, x1, x2, x3);
390 SkFixed D = SkFDot6UpShift(x3 + 3 * (x1 - x2) - x0, upShift);
406 fCLastX = SkFDot6ToFixed(x3);
  /external/skia/src/effects/
SkBicubicImageFilter.cpp 133 int x3 = SkClampMax(sx + 2, src.width() - 1); local
141 SkPMColor s30 = *src.getAddr32(x3, y0);
146 SkPMColor s31 = *src.getAddr32(x3, y1);
151 SkPMColor s32 = *src.getAddr32(x3, y2);
156 SkPMColor s33 = *src.getAddr32(x3, y3);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
block_idct.cpp 516 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
543 x3 = blk[10];
567 x1 = W6 * (x3 + x2) + 4;
569 x3 = (x1 + (W2 - W6) * x3) >> 3;
576 x7 = x8 + x3;
577 x8 -= x3;
578 x3 = x0 + x2;
588 res2 = (x3 + x2) >> 14;
606 res = (x3 - x2) >> 14
627 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local
837 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicConvolve5x5.cpp 96 uint32_t x3 = rsMin((int32_t)x+1, (int32_t)(p->dimX-1)); local
102 convert_float4(py0[x3]) * coeff[3] +
108 convert_float4(py1[x3]) * coeff[8] +
114 convert_float4(py2[x3]) * coeff[13] +
120 convert_float4(py3[x3]) * coeff[18] +
126 convert_float4(py4[x3]) * coeff[23] +
139 uint32_t x3 = rsMin((int32_t)x+1, (int32_t)(p->dimX-1)); local
145 convert_float2(py0[x3]) * coeff[3] +
151 convert_float2(py1[x3]) * coeff[8] +
157 convert_float2(py2[x3]) * coeff[13]
182 uint32_t x3 = rsMin((int32_t)x+1, (int32_t)(p->dimX-1)); local
225 uint32_t x3 = rsMin((int32_t)x+1, (int32_t)(p->dimX-1)); local
267 uint32_t x3 = rsMin((int32_t)x+1, (int32_t)(p->dimX-1)); local
309 uint32_t x3 = rsMin((int32_t)x+1, (int32_t)(p->dimX-1)); local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
vp9_itrans4_dspr2.c 324 int x0, x1, x2, x3; local
329 x3 = input[3];
331 if (!(x0 | x1 | x2 | x3)) {
341 s5 = sinpi_2_9 * x3;
342 s6 = sinpi_4_9 * x3;
343 s7 = x0 - x2 + x3;
348 x3 = s2;
350 s0 = x0 + x3;
351 s1 = x1 + x3;
353 s3 = x0 + x1 - x3;
    [all...]
vp9_itrans8_dspr2.c 473 int x0, x1, x2, x3, x4, x5, x6, x7; local
478 x3 = input[2];
484 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7)) {
493 s2 = cospi_10_64 * x2 + cospi_22_64 * x3;
494 s3 = cospi_22_64 * x2 - cospi_10_64 * x3;
503 x3 = ROUND_POWER_OF_TWO((s3 + s7), DCT_CONST_BITS);
513 s3 = x3;
522 x3 = s1 - s3;
529 s2 = cospi_16_64 * (x2 + x3);
530 s3 = cospi_16_64 * (x2 - x3);
    [all...]
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities_camera.h 50 \return K(3x3) intrinsic calibration matrix
63 Make a 3x3 identity matrix
72 Invert intrinsic calibration matrix K(3x3)
158 double x3,m; local
160 x3=H[6]*x[0]+H[7]*x[1]+H[8];
161 if(x3!=0.0)
163 m=1.0/x3;
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_camera.h 50 \return K(3x3) intrinsic calibration matrix
63 Make a 3x3 identity matrix
72 Invert intrinsic calibration matrix K(3x3)
158 double x3,m; local
160 x3=H[6]*x[0]+H[7]*x[1]+H[8];
161 if(x3!=0.0)
163 m=1.0/x3;
  /system/core/libmincrypt/
p256.c 341 p256_int y2, x3; local
350 p256_modmul(&SECP256r1_p, x, 0, x, &x3); // x^2
351 p256_modmul(&SECP256r1_p, x, 0, &x3, &x3); // x^3
352 if (p256_sub(&x3, x, &x3)) p256_add(&x3, &SECP256r1_p, &x3); // x^3 - x
353 if (p256_sub(&x3, x, &x3)) p256_add(&x3, &SECP256r1_p, &x3); // x^3 - 2
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECFieldElement.java 163 BigInteger x3 = x.subtract(x2); local
164 if (x3.signum() < 0)
166 x3 = x3.add(q);
168 return new Fp(q, r, x3);
390 BigInteger x3 = x1.add(x2); local
391 if (x3.compareTo(q) >= 0)
393 x3 = x3.subtract(q);
395 return x3;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
DynamicsCompressorKernel.cpp 331 float x3 = x2 * x; local
333 float releaseFrames = kA + kB * x + kC * x2 + kD * x3 + kE * x4;
  /external/chromium_org/third_party/boringssl/src/crypto/chacha/
chacha_vec.c 191 register unsigned x0, x1, x2, x3, x4, x5, x6, x7, x8, local
214 x2 = chacha_const[2]; x3 = chacha_const[3];
234 QROUND_WORDS( x3, x7,x11,x15)
238 QROUND_WORDS( x3, x4, x9,x14)
260 op[3] = REVW_BE(REVW_BE(ip[3]) ^ (x3 + chacha_const[3]));

Completed in 1628 milliseconds

1 2 34 5 6 7 8 91011>>