HomeSort by relevance Sort by last modified time
    Searched defs:x2 (Results 326 - 350 of 2524) sorted by null

<<11121314151617181920>>

  /prebuilts/tools/common/m2/repository/io/grpc/grpc-auth/0.13.2/
grpc-auth-0.13.2.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ResizeGesture.java 173 int x2 = b.x + b.w; local
175 if (nx1 <= x2) {
177 w = x2 - x;
180 x = x2;
  /development/perftests/panorama/feature_stab/src/dbreg/
dbreg.h 554 double x0,x1,x2,mult; local
559 x2=H[6]*x[0]+H[7]*x[1]+H[8];
560 mult=1.0/((x2!=0.0)?x2:1.0);
  /device/google/dragon/audio/hal/dsp/
drc_kernel.c 132 float x2 = x * 1.001; local
135 float x2Db = linear_to_decibels(x2);
138 float y2Db = linear_to_decibels(knee_curve(dk, x2, k));
373 float x2 = x * x; local
374 float x3 = x2 * x;
375 float x4 = x2 * x2;
376 float release_frames = kA + kB * x + kC * x2 + kD * x3 +
572 float32x4_t x, x2, x4, left, right, tmp1, tmp2; local
583 "vmul.f32 %q[x2], %q[x], %q[x] \n
631 float32x4_t x2, x4, left, right, tmp1, tmp2; local
711 __m128 x, x2, x4, left, right, tmp1, tmp2; local
784 __m128 x2, x4, left, right, tmp1, tmp2; local
    [all...]
  /external/aac/libAACenc/src/
aacenc_tns.cpp 702 FIXP_DBL x2 = scaleValue(fMult(FDKaacEnc_CalcAutoCorrValue(pSpectrum, idx1, idx2, lag, nsc2), fac2),sc_fac2) + local
706 _rxx2[lag] = fMult(x2, acfWindow[HIFILT][lag]);
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
TwofishEngine.java 453 int x2 = BytesTo32Bits(src, srcIndex + 8) ^ gSubKeys[INPUT_WHITEN + 2]; local
462 x2 ^= t0 + t1 + gSubKeys[k++];
463 x2 = x2 >>>1 | x2 << 31;
466 t0 = Fe32_0(x2);
473 Bits32ToBytes(x2 ^ gSubKeys[OUTPUT_WHITEN], dst, dstIndex);
490 int x2 = BytesTo32Bits(src, srcIndex) ^ gSubKeys[OUTPUT_WHITEN]; local
499 t0 = Fe32_0(x2);
508 x2 = (x2 << 1 | x2 >>> 31) ^ (t0 + t1 + gSubKeys[k--])
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/
Nat192.java 550 long x2 = x[xOff + 2] & M; local
551 c += wVal * x2 + x1 + (y[yOff + 2] & M);
555 c += wVal * x3 + x2 + (y[yOff + 3] & M);
Nat224.java 569 long x2 = x[xOff + 2] & M; local
570 c += wVal * x2 + x1 + (y[yOff + 2] & M);
574 c += wVal * x3 + x2 + (y[yOff + 3] & M);
Nat256.java 689 long x2 = x[xOff + 2] & M; local
690 c += wVal * x2 + x1 + (y[yOff + 2] & M);
694 c += wVal * x3 + x2 + (y[yOff + 3] & M);
    [all...]
  /external/clang/test/Analysis/
dead-stores.c 555 int x2 = (getInt(), getInt(), getInt()); //expected-warning{{Value stored to 'x2' during its initialization is never read}} // expected-warning{{unused variable 'x2'}} local
  /external/clang/test/FixIt/
fixit.cpp 76 int x2 *= 0; // expected-error {{invalid '*=' at end of declaration; did you mean '='?}} member in namespace:rdar8488464
95 int x2 *= 0; // expected-error {{invalid '*=' at end of declaration; did you mean '='?}}
96 (void)x2;
123 if (int x2 *= 0) { (void)x2; } // expected-error {{invalid '*=' at end of declaration; did you mean '='?}}
  /external/clang/test/Index/
print-type-size.cpp 92 struct x2{ struct in union:Incomplete::named
  /external/clang/test/Sema/
conversion.c 344 unsigned char x2 = u64 >> 56; local
348 return x1 + x2 + x3;
  /external/clang/test/SemaCXX/
enum-scoped.cpp 31 int x2 = Val2; member in struct:E1::E2
68 X<bool> X2; // expected-note{{in instantiation of template}}
154 enum class E x2 = E::a; // expected-error {{reference to scoped enumeration must use 'enum' not 'enum class'}} member in namespace:E1::E2::Redeclare5::N2764
new-delete.cpp 125 struct X2 {
130 void test_delete_conv(X0 x0, X1 x1, X2 x2) {
133 delete x2; // expected-error{{ambiguous conversion of delete expression of type 'X2' to a pointer}}
489 Foo2<Bar2> x2; member in namespace:PR12061
  /external/clang/test/SemaTemplate/
instantiate-local-class.cpp 235 void g2(enum x2); // expected-error{{ISO C++ forbids forward references to 'enum' types}}
236 enum x2 { nothing }; enum
  /external/deqp/modules/egl/
teglBufferAgeTests.cpp 171 // (x1,y1) lie in the lower-left quadrant while (x2,y2) lie in the upper-right.
181 const int x2 = rnd.getInt((dst->width-1)/8, (dst->width-1)/4) * 4; local
186 const ColoredRect coloredRect (IVec2(x1, y1), IVec2(x2, y2), Color(r, g, b));
267 float x2 = windowToDeviceCoordinates(coloredRect.topRight.x(), width); local
274 x2, y2, 0.0f, 1.0f,
276 x2, y2, 0.0f, 1.0f,
277 x2, y1, 0.0f, 1.0f,
teglGLES2SharingTests.cpp 443 int x2 = deRoundFloatToInt32(((float)width * fx2 / 2.0f) + (float)ox); local
446 for (int x = x1; x < x2; x++)
450 float xf = ((float)(x-x1) + 0.5f) / (float)(x2 - x1);
745 int x2 = (int)(((float)width/2.0f) * 0.9f + ((float)width/2.0f)); local
749 for (int x = x1; x <= x2; x++)
753 float t = ((float)(x-x1) / (float)(x2-x1));
1034 int x2 = (int)(((float)width/2.0f) * 0.9f + ((float)width/2.0f)); local
1038 for (int x = x1; x <= x2; x++)
1042 float t = ((float)(x-x1) / (float)(x2-x1));
    [all...]
teglPartialUpdateTests.cpp 158 // (x1,y1) lie in the lower-left quadrant while (x2,y2) lie in the upper-right.
168 const int x2 = rnd.getInt((dst.width-1)/8, (dst.width-1)/4) * 4; local
173 const ColoredRect coloredRect (IVec2(x1, y1), IVec2(x2, y2), Color(r, g, b));
256 const float x2 = windowToDeviceCoordinates(coloredRect.topRight.x(), width); local
263 x2, y2,
265 x2, y2,
266 x2, y1,
teglSwapBuffersWithDamageTests.cpp 198 const float x2 = windowToDeviceCoordinates(coloredRect.topRight.x(), width); local
205 x2, y2,
207 x2, y2,
208 x2, y1,
  /external/deqp/modules/gles3/functional/
es3fPixelBufferObjectTests.cpp 460 float x2 = 2.0f * m_random.getFloat() - 1.0f; local
468 renderTriangle(tcu::Vec3(x1, y1, z1), tcu::Vec3(x2, y2, z2), tcu::Vec3(x3, y3, z3));
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
CollectionUtilities.java 622 Collection<T> x2 = SortedSet.class.isInstance(o2) ? o2 : new TreeSet<T>(o2); local
623 return compare(x1, x2);
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
CollectionUtilities.java 621 Collection<T> x2 = SortedSet.class.isInstance(o2) ? o2 : new TreeSet<T>(o2); local
622 return compare(x1, x2);
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/src/com/badlogic/gdx/physics/box2d/
Box2DDebugRenderer.java 276 Vector2 x2 = xf2.getPosition(); local
294 drawSegment(x2, p2, JOINT_COLOR);
298 private void drawSegment (Vector2 x1, Vector2 x2, Color color) {
300 renderer.line(x1.x, x1.y, x2.x, x2.y);
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
BitmapFontCache.java 400 final float x2 = x + width, y2 = y + height; local
421 vertices[idx++] = x2;
427 vertices[idx++] = x2;

Completed in 2779 milliseconds

<<11121314151617181920>>