HomeSort by relevance Sort by last modified time
    Searched refs:x1 (Results 601 - 625 of 1509) sorted by null

<<21222324252627282930>>

  /external/webkit/Source/WebCore/platform/graphics/wince/
FontWinCE.cpp 329 float x1 = cursorToX(this, components, w, run.rtl(), from); local
331 if (x2 < x1)
332 std::swap(x1, x2);
334 return FloatRect(pt.x() + x1, pt.y(), x2 - x1, h);
  /frameworks/base/services/sensorservice/
Fusion.cpp 171 x1 = 0;
192 x1 = 0;
351 return x1;
369 const vec3_t b = x1;
430 x1 += db;
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/inc/
OMX_Mp3Dec_Utils.h 86 #define MP3DEC_MAJOR_VER 0x1/* Major number of the component */
87 #define MP3DEC_MINOR_VER 0x1 /* Mnor number of the component */
255 (_s_)->nVersion.s.nVersionMajor = 0x1; \
256 (_s_)->nVersion.s.nVersionMinor = 0x1; \
257 (_s_)->nVersion.s.nRevision = 0x1; \
    [all...]
  /libcore/luni/src/main/java/java/lang/
Math.java     [all...]
  /external/opencv/cv/src/
cvmotempl.cpp 472 int x1, y1; local
486 for( x1 = 0; x1 < comp.rect.width; x1++ )
488 if( mask8u_row1[x1] > 1 )
490 mask8u_row1[x1] = 1;
491 mask_row1[x1] = comp_idx.i;
cvpyrsegmentation.cpp 52 ushort x1, y1, x2, y2; member in struct:_CvRect16u
    [all...]
cvmoments.cpp 269 temptype x1 = 0; \
292 x1 += a; \
306 x1 += xp; \
315 mom[8] += ((momtype)x1) * sy; /* m12 */ \
319 mom[4] += x1 * y; /* m11 */ \
322 mom[1] += x1; /* m10 */ \
  /external/srec/srec/cfront/
spec_anl.c 422 float x1, y1, b, c, wscale; local
430 x1 = freqobj->piecewise_start;
437 if (x1 > 1.0 || x1 < 0.5)
442 y1 = x1 < wscale ? (float)x1 / wscale : (float)1.0;
444 b = y1 < 1.0 ? (float)((1.0 - x1) / (1.0 - y1)) : (float)0.0;
  /external/v8/test/cctest/
test-bignum.cc 182 bignum.AddUInt64(0x1);
192 bignum.AddUInt64(0x1);
196 bignum.AssignUInt16(0x1);
202 bignum.AssignUInt16(0x1);
229 bignum.AddUInt64(V8_2PART_UINT64_C(0x1, 00000000));
239 bignum.AddUInt64(V8_2PART_UINT64_C(0x1, 00000000));
243 bignum.AssignUInt16(0x1);
245 bignum.AddUInt64(V8_2PART_UINT64_C(0x1, 00000000));
249 bignum.AssignUInt16(0x1);
310 bignum.AssignUInt16(0x1);
    [all...]
  /external/v8/src/arm/
simulator-arm.cc     [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9-swt.jar 
  /prebuilt/common/http-client/
commons-logging-1.1.1.jar 
  /external/openssl/crypto/ec/
ec2_smpl.c 748 BIGNUM *x0, *y0, *x1, *y1, *x2, *y2, *s, *t; local
773 x1 = BN_CTX_get(ctx);
792 if (!BN_copy(x1, &b->X)) goto err;
797 if (!EC_POINT_get_affine_coordinates_GF2m(group, b, x1, y1, ctx)) goto err;
801 if (BN_GF2m_cmp(x0, x1))
803 if (!BN_GF2m_add(t, x0, x1)) goto err;
813 if (BN_GF2m_cmp(y0, y1) || BN_is_zero(x1))
819 if (!group->meth->field_div(group, s, y1, x1, ctx)) goto err;
820 if (!BN_GF2m_add(s, s, x1)) goto err;
827 if (!BN_GF2m_add(y2, x1, x2)) goto err
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/gem/
SDL_gemvideo.c 878 int x1,x2; local
880 x1 = rects[i].x & ~15;
888 source += x1;
892 destination += x1;
896 x2-x1, rects[i].h,
1235 /* Calculate icon(x1,y1,x2,y2) relative to screen */
1274 int x1,x2; local
1276 x1 = (rect[0]-wind_pxy[0]) & ~15;
1284 src += x1;
1288 dest += x1;
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
GradientDrawable.java 529 float x0, x1, y0, y1;
536 x1 = x0; y1 = level * r.bottom;
540 x1 = level * r.left; y1 = level * r.bottom;
544 x1 = level * r.left; y1 = y0;
548 x1 = level * r.left; y1 = level * r.top;
552 x1 = x0; y1 = level * r.top;
556 x1 = level * r.right; y1 = level * r.top;
560 x1 = level * r.right; y1 = y0;
564 x1 = level * r.right; y1 = level * r.bottom;
568 mFillPaint.setShader(new LinearGradient(x0, y0, x1, y1
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceScript.java 415 float x1 = pt1xStart; local
431 .setEventTime(eventTime).addPointer(0, x1, y1, 1, 5));
435 .addPointer(0, x1, y1).addPointer(1, x2, y2).setIntermediateNote(true));
438 x1 += pt1xStep;
445 .setEventTime(eventTime).addPointer(0, x1, y1, 1, 5).addPointer(1, x2,
450 .setDownTime(downTime).setEventTime(eventTime).addPointer(0, x1, y1)
  /external/libffi/src/s390/
sysv.S 160 .byte 0x1 # CIE Version
162 .uleb128 0x1 # CIE Code Alignment Factor
165 .uleb128 0x1 # Augmentation size
359 .byte 0x1 # CIE Version
361 .uleb128 0x1 # CIE Code Alignment Factor
364 .uleb128 0x1 # Augmentation size
  /external/libpng/
pngconf.h     [all...]
  /external/mesa3d/src/pixelflinger2/
texture.cpp 158 const unsigned x1 = MIN2(width - 1, x0 + 1), y1 = MIN2(height - 1, y0 + 1); local
162 PointSample<format>((unsigned *)(samples + 1), data, y0 * width + x1);
164 PointSample<format>((unsigned *)(samples + 2), data, y1 * width + x1);
267 const unsigned x1 = MIN2(width - 1, x0 + 1), y1 = MIN2(height - 1, y0 + 1); local
271 PointSample<format>((unsigned *)(samples + 1), data, face * width * height + y0 * width + x1);
273 PointSample<format>((unsigned *)(samples + 2), data, face * width * height + y1 * width + x1);
  /external/qemu/distrib/libpng-1.2.19/
pngconf.h     [all...]
  /external/v8/test/mjsunit/regress/
regress-969.js 56 x1 = 0;
57 function test1() { return first((y += 1, typeof x1), 2); }
59 delete x1;
  /external/valgrind/main/memcheck/tests/
unit_libcbase.c 66 CHECK( ! VG_IS_2_ALIGNED(0x1) );
83 CHECK( ! VG_IS_4_ALIGNED(0x1) );
100 CHECK( ! VG_IS_8_ALIGNED(0x1) );
117 CHECK( ! VG_IS_16_ALIGNED(0x1) );
134 CHECK( ! VG_IS_WORD_ALIGNED(0x1) );
160 CHECK( ! VG_IS_PAGE_ALIGNED(0x1) );
  /external/webrtc/src/common_audio/signal_processing_library/main/interface/
signal_processing_library.h 53 ((((WebRtc_Word16 *)a)[nr >> 1]) >> (((nr + 1) & 0x1) * 8) & 0x00ff)
57 & (0x00ff << (8 * ((index) & 0x1)))) | (val << (8 * ((index + 1) & 0x1)))
60 ((((WebRtc_Word16 *)(a))[(nr) >> 1]) >> (((nr) & 0x1) * 8) & 0x00ff)
64 & (0x00ff << (8 * (((index) + 1) & 0x1)))) | \
65 ((val) << (8 * ((index) & 0x1)))
    [all...]
  /frameworks/base/core/jni/android/graphics/
Path.cpp 119 static void quadTo__FFFF(JNIEnv* env, jobject clazz, SkPath* obj, jfloat x1, jfloat y1, jfloat x2, jfloat y2) {
120 SkScalar x1_ = SkFloatToScalar(x1);
135 static void cubicTo__FFFFFF(JNIEnv* env, jobject clazz, SkPath* obj, jfloat x1, jfloat y1, jfloat x2, jfloat y2, jfloat x3, jfloat y3) {
136 SkScalar x1_ = SkFloatToScalar(x1);
145 static void rCubicTo(JNIEnv* env, jobject clazz, SkPath* obj, jfloat x1, jfloat y1, jfloat x2, jfloat y2, jfloat x3, jfloat y3) {
146 SkScalar x1_ = SkFloatToScalar(x1);
  /frameworks/base/libs/rs/driver/
rsdRuntimeStubs.cpp 177 static void SC_DrawQuadTexCoords(float x1, float y1, float z1, float u1, float v1,
183 x1, y1, z1, u1, v1,
189 static void SC_DrawQuad(float x1, float y1, float z1,
194 rsrDrawQuad(rsc, sc, x1, y1, z1, x2, y2, z2, x3, y3, z3, x4, y4, z4);
202 static void SC_DrawRect(float x1, float y1, float x2, float y2, float z) {
204 rsrDrawRect(rsc, sc, x1, y1, x2, y2, z);

Completed in 523 milliseconds

<<21222324252627282930>>