HomeSort by relevance Sort by last modified time
    Searched refs:x2 (Results 476 - 500 of 2906) sorted by null

<<11121314151617181920>>

  /external/clang/test/CodeGenCXX/
constructor-init.cpp 233 void foo(const pair &x, const pair2 &x2) {
235 pair2 y2(x2);
238 y2 = x2;
  /external/clang/test/SemaTemplate/
member-access-expr.cpp 49 struct X2 {
58 void test_convert(X2 x2) {
59 convert<int>(x2);
60 convert<long>(x2); // expected-note{{instantiation}}
75 void test_destruct(X2 *x2p, int *ip) {
  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_itrans8_dspr2.c 473 int x0, x1, x2, x3, x4, x5, x6, x7; local
477 x2 = input[5];
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;
502 x2 = ROUND_POWER_OF_TWO((s2 + s6), DCT_CONST_BITS);
512 s2 = x2;
521 x2 = s0 - s2;
529 s2 = cospi_16_64 * (x2 + x3);
530 s3 = cospi_16_64 * (x2 - x3)
    [all...]
  /external/v8/test/mjsunit/compiler/
regress-gap.js 75 function two_cycles(n, v1, v2, v3, v4, v5, x1, x2, x3, x4, x5) {
84 x1 = x2;
85 x2 = x3;
93 function two_cycles_while(n, v1, v2, v3, v4, v5, x1, x2, x3, x4, x5) {
103 x1 = x2;
104 x2 = x3;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
motion_comp.cpp 1126 ULong x1, x2, x1m, x2m, y1, y2, y1m, y2m; \/* new way *\/ local
    [all...]
  /frameworks/rs/scriptc/
rs_graphics.rsh 239 * @param x2
244 rsgDrawRect(float x1, float y1, float x2, float y2, float z);
253 * @param x2
265 float x2, float y2, float z2,
279 * @param x2
297 float x2, float y2, float z2, float u2, float v2,
410 float x1, y1, z1, x2, y2, z2;
411 rsgMeshComputeBoundingBox(mesh, &x1, &y1, &z1, &x2, &y2, &z2);
415 bBoxMax->x = x2;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_internals.py 60 x1, x2 = X(), X()
61 y.x, y.y = x1, x2
63 x1.a, x2.b = 42, 93
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_internals.py 60 x1, x2 = X(), X()
61 y.x, y.y = x1, x2
63 x1.a, x2.b = 42, 93
  /prebuilts/sdk/renderscript/include/
rs_graphics.rsh 239 * @param x2
244 rsgDrawRect(float x1, float y1, float x2, float y2, float z);
253 * @param x2
265 float x2, float y2, float z2,
279 * @param x2
297 float x2, float y2, float z2, float u2, float v2,
410 float x1, y1, z1, x2, y2, z2;
411 rsgMeshComputeBoundingBox(mesh, &x1, &y1, &z1, &x2, &y2, &z2);
415 bBoxMax->x = x2;
  /external/chromium_org/third_party/openssl/openssl/crypto/ec/
ec2_smpl.c 423 BIGNUM *x0, *y0, *x1, *y1, *x2, *y2, *s, *t; local
450 x2 = BN_CTX_get(ctx);
481 if (!group->meth->field_sqr(group, x2, s, ctx)) goto err;
482 if (!BN_GF2m_add(x2, x2, &group->a)) goto err;
483 if (!BN_GF2m_add(x2, x2, s)) goto err;
484 if (!BN_GF2m_add(x2, x2, t)) goto err;
497 if (!group->meth->field_sqr(group, x2, s, ctx)) goto err
    [all...]
  /external/openssl/crypto/ec/
ec2_smpl.c 423 BIGNUM *x0, *y0, *x1, *y1, *x2, *y2, *s, *t; local
450 x2 = BN_CTX_get(ctx);
481 if (!group->meth->field_sqr(group, x2, s, ctx)) goto err;
482 if (!BN_GF2m_add(x2, x2, &group->a)) goto err;
483 if (!BN_GF2m_add(x2, x2, s)) goto err;
484 if (!BN_GF2m_add(x2, x2, t)) goto err;
497 if (!group->meth->field_sqr(group, x2, s, ctx)) goto err
    [all...]
  /bionic/libc/kernel/arch-mips/asm/dec/
kn02xa.h 44 #define KN02XA_MER_BYTERR_1 (0x2<<8)
  /bionic/libc/kernel/common/linux/
xattr.h 22 #define XATTR_REPLACE 0x2
  /cts/tests/src/android/speech/tts/cts/
StubTextToSpeechService.java 54 byte[] data = { 0x01, 0x2 };
  /development/ndk/platforms/android-9/arch-mips/include/asm/dec/
kn02xa.h 44 #define KN02XA_MER_BYTERR_1 (0x2<<8)
  /external/ceres-solver/internal/ceres/
autodiff_test.cc 399 bool operator()(const T* x0, const T* x1, const T* x2, T* y) const {
400 y[0] = *x0 + pow(*x1, 2) + pow(*x2, 3);
409 const T* x2,
412 y[0] = *x0 + pow(*x1, 2) + pow(*x2, 3) + pow(*x3, 4);
421 const T* x2,
425 y[0] = *x0 + pow(*x1, 2) + pow(*x2, 3) + pow(*x3, 4) + pow(*x4, 5);
434 const T* x2,
439 y[0] = *x0 + pow(*x1, 2) + pow(*x2, 3) + pow(*x3, 4) + pow(*x4, 5) +
449 const T* x2,
455 y[0] = *x0 + pow(*x1, 2) + pow(*x2, 3) + pow(*x3, 4) + pow(*x4, 5)
    [all...]
problem_impl.cc 315 double* x0, double* x1, double* x2) {
319 residual_parameters.push_back(x2);
326 double* x0, double* x1, double* x2, double* x3) {
330 residual_parameters.push_back(x2);
338 double* x0, double* x1, double* x2, double* x3, double* x4) {
342 residual_parameters.push_back(x2);
351 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5) {
355 residual_parameters.push_back(x2);
365 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5,
370 residual_parameters.push_back(x2);
    [all...]
  /external/chromium_org/android_webview/public/browser/
draw_gl.h 58 kStatusMaskInvoke = 0x2,
  /external/chromium_org/net/spdy/
spdy_buffer_unittest.cc 73 size_t x2 = 0; local
77 base::Bind(&IncrementBy, &x2, SpdyBuffer::CONSUME));
84 EXPECT_EQ(5u, x2);
89 EXPECT_EQ(kDataSize, x2);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceLinearGradient.cpp 54 return SVGLengthContext::resolvePoint(static_cast<const SVGElement*>(node()), attributes.gradientUnits(), attributes.x2(), attributes.y2());
  /external/chromium_org/third_party/WebKit/Source/core/svg/
LinearGradientAttributes.h 41 SVGLength x2() const { return m_x2; } function in struct:WebCore::LinearGradientAttributes
SVGPathElement.h 69 PassRefPtr<SVGPathSegCurvetoCubicAbs> createSVGPathSegCurvetoCubicAbs(float x, float y, float x1, float y1, float x2, float y2, SVGPathSegRole role = PathSegUndefinedRole);
70 PassRefPtr<SVGPathSegCurvetoCubicRel> createSVGPathSegCurvetoCubicRel(float x, float y, float x1, float y1, float x2, float y2, SVGPathSegRole role = PathSegUndefinedRole);
79 PassRefPtr<SVGPathSegCurvetoCubicSmoothAbs> createSVGPathSegCurvetoCubicSmoothAbs(float x, float y, float x2, float y2, SVGPathSegRole role = PathSegUndefinedRole);
80 PassRefPtr<SVGPathSegCurvetoCubicSmoothRel> createSVGPathSegCurvetoCubicSmoothRel(float x, float y, float x2, float y2, SVGPathSegRole role = PathSegUndefinedRole);
  /external/chromium_org/third_party/libva/va/
va_fool.h 39 #define VA_FOOL_FLAG_ENCODE 0x2
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_debug.h 42 #define DBG_EMIT 0x2
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_reg.h 29 #define CMD_2D (0x2 << 29)
112 #define TEXCOORDFMT_4D 0x2
129 #define S4_LINE_WIDTH_ONE (0x2<<19)
233 #define PRIM3D_TRISTRIP_RVRSE (0x2<<18)

Completed in 1045 milliseconds

<<11121314151617181920>>