HomeSort by relevance Sort by last modified time
    Searched refs:x1 (Results 1126 - 1150 of 4103) sorted by null

<<41424344454647484950>>

  /external/chromium_org/v8/src/
arguments.cc 120 double ClobberDoubleRegisters(double x1, double x2, double x3, double x4) {
124 return x1 * 1.01 + x2 * 2.02 + x3 * 3.03 + x4 * 4.04;
  /external/clang/include/clang/AST/
DeclGroup.h 58 enum Kind { SingleDeclKind=0x0, DeclGroupKind=0x1, Mask=0x1 };
  /external/clang/test/CodeGen/
override-layout.c 24 // CHECK: Type: struct X1
25 struct X1 {
30 void use_X1() { struct X1 x1; x1.x[5] = sizeof(struct X1); }; local
  /external/clang/test/SemaTemplate/
instantiate-method.cpp 80 int *a(A0<int> &x0, A1<int> &x1) {
82 int *y1 = x1; // expected-error{{no viable conversion}}
96 struct X1 : X0<U> {
102 void test_X1(X1<int> x1i) {
158 struct X1
164 template < typename U = X1<int> > struct X2
member-function-template.cpp 66 struct X1 {
72 void test_incomplete_access(X1<int> *x1, X2<int> *x2) {
73 float &fr = x1->get<float>();
  /external/icu4c/common/
servlkf.cpp 73 UBool visible = (_coverage & 0x1) == 0;
93 if ((_coverage & 0x1) == 0) {
  /external/libvpx/libvpx/vp9/common/
vp9_onyx.h 47 USAGE_LOCAL_FILE_PLAYBACK = 0x1,
54 MODE_GOODQUALITY = 0x1,
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_program_constants.h 121 #define GET_BIT(msk, idx) (((msk) >> (idx)) & 0x1)
203 #define RC_SOURCE_RGB 0x1
  /external/mesa3d/src/gallium/drivers/svga/svgadump/
svga_shader.h 117 #define SH_WRITEMASK_0 0x1
124 #define SH_DSTMOD_SATURATE 0x1
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_blorp.cpp 146 x1(0),
191 x1 = depth.width;
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_gldefs.h 228 return 0x1;
246 return 0x1;
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowPath.java 40 public void quadTo(float x1, float y1, float x2, float y2) {
41 quadDescription = "Add a quadratic bezier from last point, approaching (" + x1 + "," + y1 + "), " +
  /external/skia/src/core/
SkScan_Hairline.cpp 74 SkFDot6 x1 = SkScalarToFDot6(pts[1].fX);
79 SkASSERT(canConvertFDot6ToFixed(x1));
90 ptsR.set(x0, y0, x1, y1);
109 SkFDot6 dx = x1 - x0;
113 if (x0 > x1) { // we want to go left-to-right
114 SkTSwap<SkFDot6>(x0, x1);
118 int ix1 = SkFDot6Round(x1);
129 SkTSwap<SkFDot6>(x0, x1);
  /external/stlport/src/
sparc_atomic.s 36 add %o2, 0x1, %o3 ! Increment and store current
58 sub %o2, 0x1, %o3 ! decrement and store current
sparc_atomic64.s 34 addx %o2, 0x1, %o3 ! Increment and store current
54 subx %o2, 0x1, %o3 ! decrement and store current
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
GLCanvas.java 83 // Draws a line using the specified paint from (x1, y1) to (x2, y2).
85 public abstract void drawLine(float x1, float y1, float x2, float y2, GLPaint paint);
87 // Draws a rectangle using the specified paint from (x1, y1) to (x2, y2).
89 public abstract void drawRect(float x1, float y1, float x2, float y2, GLPaint paint);
  /frameworks/compile/mclinker/lib/LD/
ELFDynObjFileFormat.cpp 29 0x1);
34 0x1);
ELFExecFileFormat.cpp 30 0x1);
35 0x1);
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
mp4_utils.h 84 #define VISUAL_OBJECT_TYPE_VIDEO_ID 0x1
90 #define SIMPLE_OBJECT_TYPE 0x1
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
mp4_utils.h 84 #define VISUAL_OBJECT_TYPE_VIDEO_ID 0x1
90 #define SIMPLE_OBJECT_TYPE 0x1
  /ndk/sources/cxx-stl/stlport/src/
sparc_atomic.s 36 add %o2, 0x1, %o3 ! Increment and store current
58 sub %o2, 0x1, %o3 ! decrement and store current
sparc_atomic64.s 34 addx %o2, 0x1, %o3 ! Increment and store current
54 subx %o2, 0x1, %o3 ! decrement and store current
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLCanvas.java 83 // Draws a line using the specified paint from (x1, y1) to (x2, y2).
85 public abstract void drawLine(float x1, float y1, float x2, float y2, GLPaint paint);
87 // Draws a rectangle using the specified paint from (x1, y1) to (x2, y2).
89 public abstract void drawRect(float x1, float y1, float x2, float y2, GLPaint paint);
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
GLCanvas.java 81 // Draws a line using the specified paint from (x1, y1) to (x2, y2).
83 public abstract void drawLine(float x1, float y1, float x2, float y2, GLPaint paint);
85 // Draws a rectangle using the specified paint from (x1, y1) to (x2, y2).
87 public abstract void drawRect(float x1, float y1, float x2, float y2, GLPaint paint);
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_zoom.c 44 * \param x0, x1 returned X bounds of zoomed region [x0, x1)
51 GLint *x0, GLint *x1, GLint *y0, GLint *y1)
94 *x1 = c1;
136 GLint x0, x1, y0, y1; local
140 &x0, &x1, &y0, &y1)) {
151 zoomedWidth = x1 - x0;
366 GLint x0, x1, y0, y1, y; local
370 &x0, &x1, &y0, &y1)) {
374 zoomedWidth = x1 - x0
411 GLint x0, x1, y0, y1, y; local
    [all...]

Completed in 587 milliseconds

<<41424344454647484950>>