HomeSort by relevance Sort by last modified time
    Searched defs:x3 (Results 151 - 175 of 1785) sorted by null

1 2 3 4 5 67 8 91011>>

  /development/perftests/panorama/feature_mos/src/mosaic/
Blend.cpp 139 double z, x0, y0, x1, y1, x2, y2, x3, y3; local
167 FrameToMosaic(mb->trs, mb->width-1.0, 0.0, x3, y3);
175 if(x3 > xRightCorners[0] || x2 > xRightCorners[1]) // If either of the right corners is higher
177 xRightCorners[0] = x3;
195 FindQuadCentroid(x0, y0, x1, y1, x2, y2, x3, y3, csite->getVCenter().x, csite->getVCenter().y);
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECFieldElement.java 373 BigInteger x3 = x1.add(x2); local
374 if (x3.compareTo(q) >= 0)
376 x3 = x3.subtract(q);
378 return x3;
464 BigInteger x3 = x1.subtract(x2); local
465 if (x3.signum() < 0)
467 x3 = x3.add(q);
469 return x3;
    [all...]
  /external/clang/test/Sema/
array-init.c 23 int x3[x] = { 1, 2 }; // expected-error{{variable-sized object may not be initialized}} local
  /external/clang/test/SemaCXX/
nested-name-spec.cpp 426 int x3 = ns::an_enumeration::X; // expected-warning{{use of enumeration in a nested name specifier is a C++11 extension}} \ member in namespace:PR16951
  /external/freetype/src/cff/
cf2intrp.c 723 CF2_Fixed x3 = cf2_stack_getReal( opStack, index + 4 ) + x2; local
727 cf2_glyphpath_curveTo( &glyphPath, x1, y1, x2, y2, x3, y3 );
729 curX = x3;
1284 CF2_Fixed x3 = cf2_stack_getReal( opStack, index + 4 ) + x2; local
1315 CF2_Fixed x1, y1, x2, y2, x3, y3; local
1360 CF2_Fixed x1, y1, x2, y2, x3, y3; local
1409 CF2_Fixed x1, x2, x3, y1, y2, y3; local
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
cf2intrp.c 723 CF2_Fixed x3 = cf2_stack_getReal( opStack, index + 4 ) + x2; local
727 cf2_glyphpath_curveTo( &glyphPath, x1, y1, x2, y2, x3, y3 );
729 curX = x3;
1284 CF2_Fixed x3 = cf2_stack_getReal( opStack, index + 4 ) + x2; local
1315 CF2_Fixed x1, y1, x2, y2, x3, y3; local
1360 CF2_Fixed x1, y1, x2, y2, x3, y3; local
1409 CF2_Fixed x1, x2, x3, y1, y2, y3; local
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
PolygonSpriteBatch.java 415 float x3; local
431 x3 = cos * p3x - sin * p3y;
434 x4 = x1 + (x3 - x2);
443 x3 = p3x;
454 x3 += worldOriginX;
490 vertices[idx++] = x3;
893 float x3; local
909 x3 = cos * p3x - sin * p3y;
912 x4 = x1 + (x3 - x2);
921 x3 = p3x;
1024 float x3; local
1145 float x3 = transform.m00 * width + transform.m01 * height + transform.m02; local
    [all...]
SpriteBatch.java 270 float x3; local
286 x3 = cos * p3x - sin * p3y;
289 x4 = x1 + (x3 - x2);
298 x3 = p3x;
309 x3 += worldOriginX;
345 vertices[idx++] = x3;
682 float x3; local
698 x3 = cos * p3x - sin * p3y;
701 x4 = x1 + (x3 - x2);
710 x3 = p3x;
802 float x3; local
913 float x3 = transform.m00 * width + transform.m01 * height + transform.m02; local
    [all...]
SpriteCache.java 530 float x3; local
546 x3 = cos * p3x - sin * p3y;
549 x4 = x1 + (x3 - x2);
558 x3 = p3x;
569 x3 += worldOriginX;
605 tempVertices[10] = x3;
619 tempVertices[15] = x3;
735 float x3; local
751 x3 = cos * p3x - sin * p3y;
754 x4 = x1 + (x3 - x2);
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/glutils/
ShapeRenderer.java 331 public void triangle (float x1, float y1, float x2, float y2, float x3, float y3) {
343 renderer.vertex(x3, y3, 0);
346 renderer.vertex(x3, y3, 0);
355 renderer.vertex(x3, y3, 0);
360 public void triangle (float x1, float y1, float x2, float y2, float x3, float y3, Color col1, Color col2, Color col3) {
371 renderer.vertex(x3, y3, 0);
374 renderer.vertex(x3, y3, 0);
383 renderer.vertex(x3, y3, 0);
514 float x3 = cos * fx2 - sin * fy2 + worldOriginX; local
517 float x4 = x1 + (x3 - x2);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct_ssse3.c 163 const __m128i x3 = _mm_add_epi16(q7, r1); local
165 const __m128i t0 = _mm_unpacklo_epi16(x0, x3);
166 const __m128i t1 = _mm_unpackhi_epi16(x0, x3);
  /external/libvpx/libvpx/vpx_dsp/x86/
highbd_loopfilter_sse2.c 176 filter1 = _mm_srai_epi16(filter1, 0x3);
177 filter2 = _mm_srai_epi16(filter2, 0x3);
956 __m128i p0, p1, p2, p3, p4, p5, p6, p7, x0, x1, x2, x3, x4, x5, x6, x7; local
    [all...]
vpx_subpixel_8t_intrin_ssse3.c 415 const __m128i x3 = _mm_maddubs_epi16(s7s6, f7f6); local
419 __m128i temp = _mm_adds_epi16(x0, x3);
541 const __m128i x3 = _mm_maddubs_epi16(s7s6, f7f6); local
545 __m128i temp = _mm_adds_epi16(x0, x3);
638 const __m128i x3 = _mm_maddubs_epi16(s7s6, f7f6); local
642 __m128i temp = _mm_adds_epi16(x0, x3);
700 const __m128i x3 = _mm_maddubs_epi16(s7s6, f7f6); local
704 __m128i temp = _mm_adds_epi16(x0, x3);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
path.c 365 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
467 x3 = data[4];
471 map_if_relative(ox, oy, relative, &x3, &y3);
472 ox = x3;
480 matrix_map_point(matrix, x3, y3, &x3, &y3);
482 x2, y2, x3, y3);
493 x3 = data[2];
496 map_if_relative(ox, oy, relative, &x3, &y3);
500 x2 = (x3 + 2*x1) / 3.f
1027 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
1058 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
1088 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
1234 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
    [all...]
  /external/opencv/cxcore/src/
cxmathfuncs.cpp 828 double x3 = x[i + 3].f * exp_prescale; local
841 x3 = x[i+3].i < 0 ? -exp_max_val : exp_max_val;
846 val3 = cvRound(x3);
851 x3 = (x3 - val3)*exp_postscale;
876 x3 = buf[3].d * icvExpTab[val3 & EXPTAB_MASK] * EXPPOLY( x3 );
879 y[i + 3] = (float)x3;
933 double x3 = x[i + 3].f * exp_prescale; local
952 x3 = t < 0 ? -exp_max_val : exp_max_val
1396 double x0, x1, x2, x3; local
1496 double x0, x1, x2, x3; local
    [all...]
  /external/opencv/ml/src/
mlann_mlp.cpp 449 double x0 = 1.+data[i], x1 = 1.+data[i+1], x2 = 1.+data[i+2], x3 = 1.+data[i+3]; local
450 double a = x0*x1, b = x2*x3, d = scale2/(a*b), t0, t1;
454 t0 = (2 - x2)*a*x3; t1 = (2 - x3)*a*x2;
529 double x0 = 1.+xf[i], x1 = 1.+xf[i+1], x2 = 1.+xf[i+2], x3 = 1.+xf[i+3]; local
530 double a = x0*x1, b = x2*x3, d = 1./(a*b), t0, t1;
539 t0 = a*x3; t1 = a*x2;
542 t0 *= scale2*(2 - x2); t1 *= scale2*(2 - x3);
    [all...]
  /external/opencv3/modules/imgproc/src/
moments.cpp 224 int operator() (const uchar * ptr, int len, int & x0, int & x1, int & x2, int & x3)
254 x3 = buf[0] + buf[1] + buf[2] + buf[3];
276 int operator() (const uchar * ptr, int len, int & x0, int & x1, int & x2, int & x3)
321 x3 = buf[0] + buf[1] + buf[2] + buf[3];
342 int operator() (const ushort * ptr, int len, int & x0, int & x1, int & x2, int64 & x3)
379 x3 = buf64[0] + buf64[1];
408 MT x3 = 0; local
409 x = vop(ptr, size.width, x0, x1, x2, x3);
420 x3 += xxp * x;
428 mom[6] += x3; // m3
    [all...]
  /external/pdfium/third_party/freetype/src/cff/
cf2intrp.c 723 CF2_Fixed x3 = cf2_stack_getReal( opStack, index + 4 ) + x2; local
727 cf2_glyphpath_curveTo( &glyphPath, x1, y1, x2, y2, x3, y3 );
729 curX = x3;
1284 CF2_Fixed x3 = cf2_stack_getReal( opStack, index + 4 ) + x2; local
1315 CF2_Fixed x1, y1, x2, y2, x3, y3; local
1360 CF2_Fixed x1, y1, x2, y2, x3, y3; local
1409 CF2_Fixed x1, x2, x3, y1, y2, y3; local
    [all...]
  /external/speex/libspeex/
resample.c 307 spx_word16_t x2, x3; local
309 x3 = MULT16_16_P15(x, x2);
310 interp[0] = PSHR32(MULT16_16(QCONST16(-0.16667f, 15),x) + MULT16_16(QCONST16(0.16667f, 15),x3),15);
311 interp[1] = EXTRACT16(EXTEND32(x) + SHR32(SUB32(EXTEND32(x2),EXTEND32(x3)),1));
312 interp[3] = PSHR32(MULT16_16(QCONST16(-0.33333f, 15),x) + MULT16_16(QCONST16(.5f,15),x2) - MULT16_16(QCONST16(0.16667f, 15),x3),15);
571 st->filt_len &= (~0x3);
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/
expand.cc 696 int16_t x1, x2, x3; local
700 x3 = (x1 * x2) >> 14;
705 temp_sum += kCoefficients[3] * x3;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
vp9_loopfilter_intrin_sse2.c 1469 __m128i x0, x1, x2, x3, x4, x5, x6, x7; local
1537 __m128i x0, x1, x2, x3, x4, x5, x6, x7; local
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.cpp 144 double z, x0, y0, x1, y1, x2, y2, x3, y3; local
172 FrameToMosaic(mb->trs, mb->width-1.0, 0.0, x3, y3);
180 if(x3 > xRightCorners[0] || x2 > xRightCorners[1]) // If either of the right corners is higher
182 xRightCorners[0] = x3;
200 FindQuadCentroid(x0, y0, x1, y1, x2, y2, x3, y3, csite->getVCenter().x, csite->getVCenter().y);
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info_state_utils.cpp 531 const int x3 = xCoordinates[end]; local
533 const int beelineDistance = GeometryUtils::getDistanceInt(x2, y2, x3, y3);
    [all...]
  /system/keymaster/
ocb.c 437 EXPAND_ASSIST(x0, x1, x2, x3, 85, aes_const); \
438 x3 = _mm_xor_si128(x3, _mm_slli_si128(x3, 4)); \
439 x3 = _mm_xor_si128(x3, _mm_shuffle_epi32(x0, 255)); \
442 _mm_castps_si128(_mm_shuffle_ps(_mm_castsi128_ps(x0), _mm_castsi128_ps(x3), 78)); \
443 EXPAND_ASSIST(x0, x1, x2, x3, 85, (aes_const * 2)); \
444 x3 = _mm_xor_si128(x3, _mm_slli_si128(x3, 4));
477 __m128i x0, x1, x2, x3, tmp, *kp = (__m128i*)key; local
488 __m128i x0, x1, x2, x3, *kp = (__m128i*)key; local
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-resolver/4.1.0.CR3/
netty-resolver-4.1.0.CR3.jar 

Completed in 1584 milliseconds

1 2 3 4 5 67 8 91011>>