HomeSort by relevance Sort by last modified time
    Searched refs:x3 (Results 226 - 250 of 1461) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/FixIt/
fixit.cpp 75 int x3 += 0; // expected-error {{invalid '+=' at end of declaration; did you mean '='?}} member in namespace:rdar8488464
95 int x3 += 0; // expected-error {{invalid '+=' at end of declaration; did you mean '='?}} local
96 (void)x3;
122 if (int x3 += 0) { (void)x3; } // expected-error {{invalid '+=' at end of declaration; did you mean '='?}}
  /external/freetype/src/cff/
cf2intrp.c 716 CF2_Fixed x3 = cf2_stack_getReal( opStack, index + 4 ) + x2; local
720 cf2_glyphpath_curveTo( &glyphPath, x1, y1, x2, y2, x3, y3 );
722 curX = x3;
1270 CF2_Fixed x3 = cf2_stack_getReal( opStack, index + 4 ) + x2; local
1295 CF2_Fixed x1, y1, x2, y2, x3, y3; local
1334 CF2_Fixed x1, y1, x2, y2, x3, y3; local
1376 CF2_Fixed x1, x2, x3, y1, y2, y3; local
    [all...]
  /external/opencv/cvaux/src/
decomppoly.cpp 152 int x1, y1, x2, y2, x3, y3;
189 x3 = contour[ index3 ].x;
196 dx2 = x3 - x2;
201 ix1 = x3 - x1;
245 x2 = x3;
255 x3 = contour[ index3 ].x;
270 x2 = x3;
284 x3 = contour[ index3 ].x;
299 x2 = x3;
313 x3 = contour[ index3 ].x
    [all...]
  /external/tcpdump/
ieee802_11.h 55 #define T_RESV 0x3 /* reserved */
60 #define ST_REASSOC_RESPONSE 0x3
85 #define DATA_DATA_CF_ACK_POLL 0x3
112 #define FC_VERSION(fc) ((fc) & 0x3)
113 #define FC_TYPE(fc) (((fc) >> 2) & 0x3)
  /external/chromium_org/base/
bind_internal.h 1375 typename Bound3UnwrapTraits::ForwardType x3 = local
1519 typename Bound3UnwrapTraits::ForwardType x3 = local
1556 typename Bound3UnwrapTraits::ForwardType x3 = local
1715 typename Bound3UnwrapTraits::ForwardType x3 = local
1755 typename Bound3UnwrapTraits::ForwardType x3 = local
1796 typename Bound3UnwrapTraits::ForwardType x3 = local
1972 typename Bound3UnwrapTraits::ForwardType x3 = local
2016 typename Bound3UnwrapTraits::ForwardType x3 = local
2061 typename Bound3UnwrapTraits::ForwardType x3 = local
2107 typename Bound3UnwrapTraits::ForwardType x3 = local
2298 typename Bound3UnwrapTraits::ForwardType x3 = local
2345 typename Bound3UnwrapTraits::ForwardType x3 = local
2393 typename Bound3UnwrapTraits::ForwardType x3 = local
2442 typename Bound3UnwrapTraits::ForwardType x3 = local
2492 typename Bound3UnwrapTraits::ForwardType x3 = local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_target_nv50.cpp 85 { OP_ADD, 0x3, 0x0, 0x0, 0x8, 0x2, 0x1, 0x1, 0x2 },
86 { OP_SUB, 0x3, 0x0, 0x0, 0x0, 0x2, 0x1, 0x1, 0x2 },
87 { OP_MUL, 0x3, 0x0, 0x0, 0x0, 0x2, 0x1, 0x1, 0x2 },
88 { OP_MAX, 0x3, 0x3, 0x0, 0x0, 0x2, 0x1, 0x1, 0x0 },
89 { OP_MIN, 0x3, 0x3, 0x0, 0x0, 0x2, 0x1, 0x1, 0x0 },
94 { OP_AND, 0x0, 0x0, 0x3, 0x0, 0x0, 0x0, 0x0, 0x2 },
95 { OP_OR, 0x0, 0x0, 0x3, 0x0, 0x0, 0x0, 0x0, 0x2 },
96 { OP_XOR, 0x0, 0x0, 0x3, 0x0, 0x0, 0x0, 0x0, 0x2 }
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nv04_state_raster.c 43 return 0x3;
68 return 0x3;
93 return 0x3;
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProgramDesc.h 90 return 0 == memcmp(this->asKey(), other.asKey(), this->keyLength() & ~0x3);
98 return memcmp(a.asKey(), b.asKey(), a.keyLength() & ~0x3) < 0;
203 GR_STATIC_ASSERT(!(sizeof(EffectKey) & 0x3));
  /external/llvm/test/MC/ELF/
cfi.s 5 .cfi_lsda 0x3, bar
12 .cfi_lsda 0x3, bar
18 .cfi_lsda 0x3, bar
366 // CHECK-NEXT: 0xB0 R_X86_64_PC32 .text 0x3
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_target_nv50.cpp 85 { OP_ADD, 0x3, 0x0, 0x0, 0x8, 0x2, 0x1, 0x1, 0x2 },
86 { OP_SUB, 0x3, 0x0, 0x0, 0x0, 0x2, 0x1, 0x1, 0x2 },
87 { OP_MUL, 0x3, 0x0, 0x0, 0x0, 0x2, 0x1, 0x1, 0x2 },
88 { OP_MAX, 0x3, 0x3, 0x0, 0x0, 0x2, 0x1, 0x1, 0x0 },
89 { OP_MIN, 0x3, 0x3, 0x0, 0x0, 0x2, 0x1, 0x1, 0x0 },
94 { OP_AND, 0x0, 0x0, 0x3, 0x0, 0x0, 0x0, 0x0, 0x2 },
95 { OP_OR, 0x0, 0x0, 0x3, 0x0, 0x0, 0x0, 0x0, 0x2 },
96 { OP_XOR, 0x0, 0x0, 0x3, 0x0, 0x0, 0x0, 0x0, 0x2 }
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_state_raster.c 43 return 0x3;
68 return 0x3;
93 return 0x3;
  /external/skia/src/gpu/gl/
GrGLProgramDesc.h 90 return 0 == memcmp(this->asKey(), other.asKey(), this->keyLength() & ~0x3);
98 return memcmp(a.asKey(), b.asKey(), a.keyLength() & ~0x3) < 0;
203 GR_STATIC_ASSERT(!(sizeof(EffectKey) & 0x3));
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/
fenv.h 60 #define FE_TOWARDZERO 0x3
155 return ((_fpscr >> _FPSCR_RMODE_SHIFT) & 0x3);
161 _fpscr &= ~(0x3 << _FPSCR_RMODE_SHIFT);
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/
fenv.h 60 #define FE_TOWARDZERO 0x3
155 return ((_fpscr >> _FPSCR_RMODE_SHIFT) & 0x3);
161 _fpscr &= ~(0x3 << _FPSCR_RMODE_SHIFT);
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/
fenv.h 60 #define FE_TOWARDZERO 0x3
155 return ((_fpscr >> _FPSCR_RMODE_SHIFT) & 0x3);
161 _fpscr &= ~(0x3 << _FPSCR_RMODE_SHIFT);
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
fenv.h 60 #define FE_TOWARDZERO 0x3
155 return ((_fpscr >> _FPSCR_RMODE_SHIFT) & 0x3);
161 _fpscr &= ~(0x3 << _FPSCR_RMODE_SHIFT);
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
fenv.h 60 #define FE_TOWARDZERO 0x3
155 return ((_fpscr >> _FPSCR_RMODE_SHIFT) & 0x3);
161 _fpscr &= ~(0x3 << _FPSCR_RMODE_SHIFT);
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
fenv.h 60 #define FE_TOWARDZERO 0x3
155 return ((_fpscr >> _FPSCR_RMODE_SHIFT) & 0x3);
161 _fpscr &= ~(0x3 << _FPSCR_RMODE_SHIFT);
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
fenv.h 60 #define FE_TOWARDZERO 0x3
155 return ((_fpscr >> _FPSCR_RMODE_SHIFT) & 0x3);
161 _fpscr &= ~(0x3 << _FPSCR_RMODE_SHIFT);
  /external/libvpx/libvpx/vp9/common/
vp9_idct.c 247 int x3 = input[3]; local
249 if (!(x0 | x1 | x2 | x3)) {
259 s5 = sinpi_2_9 * x3;
260 s6 = sinpi_4_9 * x3;
261 s7 = x0 - x2 + x3;
266 x3 = s2;
268 s0 = x0 + x3;
269 s1 = x1 + x3;
271 s3 = x0 + x1 - x3;
320 int x3 = input[2] local
644 int x3 = input[2]; local
    [all...]
  /external/llvm/test/MC/AArch64/
tls-relocs.s 8 movz x3, #:dtprel_g2:var
14 // CHECK: movz x3, #:dtprel_g2:var // encoding: [0x03'A',A,0xc0'A',0x92'A']
203 movz x3, #:tprel_g2:var
205 // CHECK: movz x3, #:tprel_g2:var // encoding: [0x03'A',A,0xc0'A',0x92'A']
354 blr x3
364 // CHECK: blr x3 // encoding: [0x60,0x00,0x3f,0xd6]
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_image_homography.cpp 80 double x1[3],double x2[3],double x3[3],double x4[3],
88 db_SProjImagePointPointConstraints(c+36,c+45,xp3,x3);
95 double x1[3],double x2[3],double x3[3],
103 db_SAffineImagePointPointConstraints(c+28,c+35,xp3,x3);
177 int db_StitchRotationCommonFocalLength_3Points(double H[9],double x1[3],double x2[3],double x3[3],double xp1[3],double xp2[3],double xp3[3],double *f,int signed_disambiguation)
214 cost=db_SquaredReprojectionErrorHomography(y,hyp_point,x3);
  /packages/apps/Camera2/jni/feature_stab/db_vlvm/
db_image_homography.cpp 80 double x1[3],double x2[3],double x3[3],double x4[3],
88 db_SProjImagePointPointConstraints(c+36,c+45,xp3,x3);
95 double x1[3],double x2[3],double x3[3],
103 db_SAffineImagePointPointConstraints(c+28,c+35,xp3,x3);
177 int db_StitchRotationCommonFocalLength_3Points(double H[9],double x1[3],double x2[3],double x3[3],double xp1[3],double xp2[3],double xp3[3],double *f,int signed_disambiguation)
214 cost=db_SquaredReprojectionErrorHomography(y,hyp_point,x3);
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_image_homography.cpp 80 double x1[3],double x2[3],double x3[3],double x4[3],
88 db_SProjImagePointPointConstraints(c+36,c+45,xp3,x3);
95 double x1[3],double x2[3],double x3[3],
103 db_SAffineImagePointPointConstraints(c+28,c+35,xp3,x3);
177 int db_StitchRotationCommonFocalLength_3Points(double H[9],double x1[3],double x2[3],double x3[3],double xp1[3],double xp2[3],double xp3[3],double *f,int signed_disambiguation)
214 cost=db_SquaredReprojectionErrorHomography(y,hyp_point,x3);
  /external/chromium_org/net/base/
big_endian_unittest.cc 25 EXPECT_EQ(0x3, buf[1]);
65 char buf[] = { 0x2, 0x3 };

Completed in 505 milliseconds

1 2 3 4 5 6 7 8 91011>>