HomeSort by relevance Sort by last modified time
    Searched defs:x2 (Results 226 - 250 of 3441) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/upstream-openbsd/lib/libc/crypt/
chacha_private.h 91 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; local
125 x2 = j2;
142 QUARTERROUND( x2, x6,x10,x14)
146 QUARTERROUND( x2, x7, x8,x13)
151 x2 = PLUS(x2,j2);
169 x2 = XOR(x2,U8TO32_LITTLE(m + 8));
193 U32TO8_LITTLE(c + 8,x2);
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityMagnificationTest.java 215 final float x2 = 500; local
232 controller.setCenter(x2, y2, true);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
IntrinsicColorMatrix.java 58 int x1 = 0, y1 = 0, x2 = w, y2 = h; local
62 x2 = w - 11;
69 mSi.forEach(mAllocSrc, mAllocDst, makeClipper(x1, y1, x2, y2));
73 mSr.invoke_reference(mat, add, mAllocSrc, mAllocRef, x1, y1, x2, y2);
  /external/ImageMagick/MagickCore/
paint.c 130 s->x2=(double) (right); \
165 x2,
235 x2=(ssize_t) s->x2;
297 if (x > (x2+1))
298 PushSegmentStack(y,x2+1,x-1,-offset);
302 if (x <= x2)
304 p=GetCacheViewVirtualPixels(image_view,x,y,(size_t) (x2-x+1),1,
306 q=GetCacheViewAuthenticPixels(floodplane_view,x,y,(size_t) (x2-x+1),1,
310 for ( ; x <= x2; x++
163 x2, local
    [all...]
  /external/adhd/cras/src/dsp/
crossover2.c 36 float32x4_t x2 = {lp->x2L, hp->x2L, lp->x2R, hp->x2R}; local
56 "vmla.f32 q1, %q[b2], %q[x2] \n"
57 "vmov.f32 %q[x2], %q[x1] \n"
81 [x2]"+w"(x2),
102 lp->x2L = x2[0]; lp->x2R = x2[2];
109 hp->x2L = x2[1]; hp->x2R = x2[3];
122 __m128 x2 = {lp->x2L, hp->x2L, lp->x2R, hp->x2R} local
320 float32x4_t x2 = {lp->x2L, hp->x2L, lp->x2R, hp->x2R}; local
400 __m128 x2 = {lp->x2L, hp->x2L, lp->x2R, hp->x2R}; local
    [all...]
eq2.c 59 float x2L = qL->x2;
69 float x2R = qR->x2;
104 qL->x2 = x2L;
108 qR->x2 = x2R;
124 float32x2_t x2 = {qL->x2, qR->x2}; local
150 "vmla.f32 d1, %P[qb2], %P[x2] \n"
151 "vmov.f32 %P[x2], %P[x1] \n"
171 [x2]"+w"(x2)
217 __m128 x2 = {qL->x2, qR->x2}; local
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
BicubicSplineInterpolatingFunction.java 398 final double x2 = x * x; local
399 final double x3 = x2 * x;
400 final double[] pX = {1, x, x2, x3};
502 final double x2 = x * x;
503 final double[] pX = {0, 1, x, x2};
514 final double x2 = x * x;
515 final double x3 = x2 * x;
516 final double[] pX = {1, x, x2, x3};
537 final double x2 = x * x;
538 final double x3 = x2 * x
    [all...]
TricubicSplineInterpolatingFunction.java 460 final double x2 = x * x; local
461 final double x3 = x2 * x;
462 final double[] pX = { 1, x, x2, x3 };
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/direct/
PowellOptimizer.java 141 final double[] x2 = new double[n]; local
144 x2[i] = 2 * x[i] - x1[i];
148 fX2 = computeObjectiveValue(x2);
  /external/boringssl/src/crypto/cipher_extra/
e_rc2.c 145 uint16_t x0, x1, x2, x3, t; local
152 x2 = (uint16_t)l & 0xffff;
160 t = (x0 + (x1 & ~x3) + (x2 & x3) + *(p0++)) & 0xffff;
162 t = (x1 + (x2 & ~x0) + (x3 & x0) + *(p0++)) & 0xffff;
164 t = (x2 + (x3 & ~x1) + (x0 & x1) + *(p0++)) & 0xffff;
165 x2 = (t << 3) | (t >> 13);
166 t = (x3 + (x0 & ~x2) + (x1 & x2) + *(p0++)) & 0xffff;
177 x2 += p1[x1 & 0x3f];
178 x3 += p1[x2 & 0x3f]
189 uint16_t x0, x1, x2, x3, t; local
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
SecP192K1FieldElement.java 147 int[] x2 = Nat192.create(); local
148 SecP192K1Field.square(x1, x2);
149 SecP192K1Field.multiply(x2, x1, x2);
151 SecP192K1Field.square(x2, x3);
158 SecP192K1Field.multiply(x8, x2, x8);
159 int[] x16 = x2;
SecP224K1FieldElement.java 154 int[] x2 = Nat224.create(); local
155 SecP224K1Field.square(x1, x2);
156 SecP224K1Field.multiply(x2, x1, x2);
157 int[] x3 = x2;
158 SecP224K1Field.square(x2, x3);
SecP256K1FieldElement.java 148 int[] x2 = Nat256.create(); local
149 SecP256K1Field.square(x1, x2);
150 SecP256K1Field.multiply(x2, x1, x2);
152 SecP256K1Field.square(x2, x3);
162 SecP256K1Field.multiply(x11, x2, x11);
186 SecP256K1Field.multiply(t1, x2, t1);
189 int[] t2 = x2;
  /external/clang/test/Analysis/
padding_c.c 150 int x2; member in struct:CorrectOverlyAlignedChar
stack-addr-ps.cpp 38 const int &x2 = x1; // expected-note {{binding reference variable 'x2' here}} local
39 return x2; // expected-warning{{Address of stack memory associated with temporary object of type 'int' returned}} expected-warning {{returning reference to local temporary}}
50 int &x2 = x1; // expected-note {{binding reference variable 'x2' here}} local
51 return &x2; // expected-warning{{Address of stack memory associated with local variable 'x1' returned}} expected-warning {{address of stack memory associated with local variable 'x1' returned}}
56 int *const &x2 = &x1; // expected-note {{binding reference variable 'x2' here}} local
57 return x2; // expected-warning {{address of stack memory associated with local variable 'x1' returned}} expected-warning {{Address of stack memory associated with local variable 'x1' returned to caller}}
62 const int &x2 = x1; // expected-note {{binding reference variable 'x2' here} local
    [all...]
  /external/clang/test/CXX/temp/temp.param/
p15-cxx0x.cpp 10 X<X<X<X<X<int>>>>> *x2; variable
63 template<place...X1, place...X2>
64 struct append_places<places<X1...>, places<X2...>> {
65 typedef places<X1...,X2...> type;
  /external/clang/test/CodeGen/
override-layout.c 31 // CHECK: Type: struct X2
32 struct PACKED X2 {
37 void use_X2() { struct X2 x2; x2.y = sizeof(struct X2); }; local
  /external/clang/test/CodeGenCXX/
value-init.cpp 160 struct X2 : X0 {
161 int x2; member in struct:zeroinit::X2
166 struct X3 : X2<int> {
167 X3() : X2<int>() { }
  /external/clang/test/Layout/
ms-vtordisp-local.cpp 63 int x2[sizeof(HasVtorDisp1)]; local
  /external/clang/test/Sema/
expr-address-of.c 24 int *x2 = &y; // expected-error {{address of register variable requested}} local
58 register int *x2; local
59 int *_dummy2 = &(*(x2 + 1));
exprs.c 191 int x2 = *(volatile int*)0; // Ok. local
flexible-array-init.c 7 struct one x2 = { 5, 1, 2, 3 }; // expected-warning{{flexible array initialization is a GNU extension}} variable in typeref:struct:one
  /external/clang/test/SemaCXX/
anonymous-union.cpp 113 protected: float x2; // expected-error{{anonymous union cannot contain a protected data member}} member in union:BadMembers::__anon16686
dcl_init_aggr.cpp 44 int x2[] = { }; // expected-warning{{zero size arrays are an extension}} variable
linkage2.cpp 29 extern int x2;
34 int x2; member in namespace:test3::__anon16827

Completed in 596 milliseconds

1 2 3 4 5 6 7 8 91011>>