HomeSort by relevance Sort by last modified time
    Searched refs:x3 (Results 26 - 50 of 990) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/eigen/test/eigen2/
eigen2_smallvectors.cpp 19 x3 = ei_random<Scalar>(), local
22 V3 v3(x1, x2, x3);
23 V4 v4(x1, x2, x3, x4);
30 VERIFY_IS_APPROX(x3, v3.z());
31 VERIFY_IS_APPROX(x3, v4.z());
  /external/libgsm/src/
gsm_print.c 25 LARc[0] |= (*c >> 6) & 0x3;
29 LARc[3] |= (*c >> 6) & 0x3;
31 LARc[5] = (*c++ & 0x3) << 2;
32 LARc[5] |= (*c >> 6) & 0x3;
40 Mc[0] = (*c >> 5) & 0x3;
46 xmc[2] |= (*c >> 6) & 0x3;
51 xmc[7] = (*c++ & 0x3) << 1; /* 10 */
56 xmc[10] |= (*c >> 6) & 0x3;
63 Mc[1] = (*c >> 5) & 0x3;
69 xmc[15] |= (*c >> 6) & 0x3;
    [all...]
  /external/clang/test/CXX/except/except.spec/
p14-ir.cpp 18 struct X3 : X0, X1 {
19 X3();
28 void test(X2 x2, X3 x3, X5 x5) {
34 // CHECK: define linkonce_odr void @_ZN2X3C1ERKS_(%struct.X3* %this, %struct.X3*) unnamed_addr
38 X3 x3a(x3);
  /external/clang/test/Sema/
attr-regparm.c 6 __attribute((regparm(5))) int x3(void); // expected-error{{'regparm' parameter must be between 0 and 3 inclusive}}
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
idct_vca.cpp 160 int32 x0, x1, x3, x5, x7;//, x8; local
169 x3 = x7;
176 blk[24] = (x0 + x3) >> 8;
180 blk[32] = (x0 - x3) >> 8;
187 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
221 x3 = x7;
234 res = (x2 + x3) >> 14;
240 res = (x2 - x3) >> 14;
259 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
277 x3 = x7
296 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
373 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
507 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local
580 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local
    [all...]
  /development/ndk/sources/android/libportable/common/include/
fenv_portable.h 35 #define FE_TOWARDZERO_PORTABLE 0x3
  /external/clang/test/ASTMerge/Inputs/
enum1.c 20 } x3; variable in typeref:enum:E3
enum2.c 20 } x3; variable in typeref:enum:E3
  /external/clang/test/CXX/dcl.decl/dcl.init/
p6.cpp 15 const int x3; // expected-error{{default initialization of an object of const type 'const int'}} local
  /external/clang/test/CXX/special/class.copy/
p15-inclass.cpp 20 X x3(static_cast<X&&>(x));
  /external/clang/test/CXX/temp/temp.arg/temp.arg.type/
p2-cxx0x.cpp 17 X<B> x3; local
  /external/clang/test/CXX/temp/temp.names/
p3-0x.cpp 7 Y<X<1>> x3; // OK, same as Y<X<1> > x3; variable
  /external/clang/test/PCH/
designated-init.c.h 3 [0x3] = (void *[256]) { // 1
  /external/clang/test/SemaCXX/
dependent-types.cpp 8 T& x3; // expected-error{{declaration of reference variable 'x3' requires an initializer}} local
  /external/kernel-headers/original/asm-generic/bitops/
__ffs.h 34 if ((word & 0x3) == 0) {
  /external/llvm/test/MC/AArch64/
elf-reloc-movw.s 7 movz x3, #:abs_g1:some_label
10 movz x3, #:abs_g2:some_label
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
TextAlignment.java 30 DEFAULT(0x3);
  /ndk/sources/cxx-stl/llvm-libc++/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op=/
lv_value.pass.cpp 26 typename C::value_type x3, const C& c2)
31 q = x3;
39 typename C::value_type x3)
43 c.insert(++i, x3);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
dlfcn.h 27 #define RTLD_BINDING_MASK 0x3 /* Mask of binding time value. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
dlfcn.h 27 #define RTLD_BINDING_MASK 0x3 /* Mask of binding time value. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
dlfcn.h 27 #define RTLD_BINDING_MASK 0x3 /* Mask of binding time value. */
  /external/ceres-solver/include/ceres/
problem.h 111 // double x3[] = { 1.0, 2.0, 3.0, 6.0, 7.0 };
116 // problem.AddResidualBlock(new MyBinaryCostFunction(...), x2, x3);
176 // double x3[] = {3.0, 6.0, 2.0, 5.0, 1.0};
202 double* x3);
206 double* x3, double* x4);
210 double* x3, double* x4, double* x5);
214 double* x3, double* x4, double* x5,
219 double* x3, double* x4, double* x5,
224 double* x3, double* x4, double* x5,
229 double* x3, double* x4, double* x5
    [all...]
  /external/ceres-solver/internal/ceres/
problem_impl.h 87 double* x3);
91 double* x3, double* x4);
95 double* x3, double* x4, double* x5);
99 double* x3, double* x4, double* x5,
104 double* x3, double* x4, double* x5,
109 double* x3, double* x4, double* x5,
114 double* x3, double* x4, double* x5,
  /external/eigen/test/
smallvectors.cpp 21 x3 = internal::random<Scalar>(), local
24 V3 v3(x1, x2, x3);
25 V4 v4(x1, x2, x3, x4);
32 VERIFY_IS_APPROX(x3, v3.z());
33 VERIFY_IS_APPROX(x3, v4.z());
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_InterpolateLuma_Copy_unsafe_s.s 42 x3 RN 9 label
67 M_LDR x3, [pSrc], srcStep
69 M_STR x3, [pDst], dstStep
75 LDR x3, [pSrc, #4]
81 ORR x2, x2, x3, LSL #24
85 LDR x3, [pSrc, #4]
91 ORR x2, x2, x3, LSL #24
98 LDR x3, [pSrc, #4]
104 ORR x2, x2, x3, LSL #16
109 LDR x3, [pSrc, #4
    [all...]

Completed in 2577 milliseconds

12 3 4 5 6 7 8 91011>>