HomeSort by relevance Sort by last modified time
    Searched defs:x3 (Results 1 - 25 of 178) sorted by null

1 2 3 4 5 6 7 8

  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.string/
p1.cpp 10 char x3[] = { "hello" }; variable
11 extern char x3[6];
  /external/clang/test/SemaCXX/
attr-visibility.cpp 18 struct x3 { struct
dependent-types.cpp 8 T& x3; // expected-error{{declaration of reference variable 'x3' requires an initializer}} local
switch.cpp 39 void x3(C &c) { function
  /external/compiler-rt/lib/
popcountti2.c 24 tu_int x3 = (tu_int)a; local
25 x3 = x3 - ((x3 >> 1) & (((tu_int)0x5555555555555555uLL << 64) |
28 x3 = ((x3 >> 2) & (((tu_int)0x3333333333333333uLL << 64) | 0x3333333333333333uLL))
29 + (x3 & (((tu_int)0x3333333333333333uLL << 64) | 0x3333333333333333uLL));
31 x3 = (x3 + (x3 >> 4)
    [all...]
  /external/clang/test/CXX/temp/temp.param/
p15.cpp 9 >> *x3; // expected-error{{a space is required between consecutive right angle brackets (use '> >')}} variable
  /external/clang/test/Index/
cxx-operator-overload.cpp 9 Cls x1, x2, x3; local
10 Cls x4 = x1 + x2 + x3;
  /external/clang/test/Sema/
array-size.c 7 int x3[(unsigned)1073741824 + 1]; // expected-error{{array is too large}} local
  /external/valgrind/main/massif/tests/
long-time.c 10 int i, *x1, *x2, *x3, *x4; local
15 x3 = malloc(1200 * 1000);
17 free(x3);
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
median5.cpp 120 int16 x1, x2, x3, x4, x5; local
125 x3 = x[0];
137 if (x3 < x1)
140 x1 = x3;
141 x3 = tmp;
153 if (x3 < x2)
156 x2 = x3;
157 x3 = tmp;
169 if (x4 < x3)
171 x3 = x4
    [all...]
  /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/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/v8/test/mjsunit/
obj-construct.js 43 var x3 = [ ]; variable
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
armVCM4P2_Clip8_s.s 37 x3 RN 6 label
50 LDMIA pSrc!,{x2, x3}
61 USAT16 x3, #8, x3 ;// clip two samples to [0,255]
65 STRB x3, [pDst,#6]
66 MOV x3, x3, LSR #16
67 STRB x3, [pDst,#7]
  /external/ceres-solver/examples/
powell.cc 36 // f2 = sqrt(5) * (x3 - x4)
37 // f3 = (x2 - 2*x3)^2
40 // The starting values are x1 = 3, x2 = -1, x3 = 0, x4 = 1.
41 // The minimum is 0 at (x1, x2, x3, x4) = 0.
71 template <typename T> bool operator()(const T* const x3,
74 // f2 = sqrt(5) (x3 - x4)
75 residual[0] = T(sqrt(5.0)) * (x3[0] - x4[0]);
85 // f3 = (x2 - 2 x3)^2
108 double x3 = 0.0; local
120 &x3, &x4)
    [all...]
  /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/over/over.match/over.match.funcs/over.match.copy/
p1.cpp 13 X x3 = y; // expected-error{{no viable conversion from 'const ExplicitConv::Y' to 'ExplicitConv::X'}} local
  /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...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/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...]
  /external/clang/test/SemaTemplate/
instantiate-member-pointers.cpp 29 struct X3 {
30 X3<T, Class, Ptr> &operator=(const T& value) {
35 X3<int, Y, &Y::x> x3; variable
41 X3<int, Y, Member> member;
  /external/openssl/crypto/rc2/
rc2_cbc.c 140 register RC2_INT x0,x1,x2,x3,t; local
148 x3=(RC2_INT)(l>>16L);
156 t=(x0+(x1& ~x3)+(x2&x3)+ *(p0++))&0xffff;
158 t=(x1+(x2& ~x0)+(x3&x0)+ *(p0++))&0xffff;
160 t=(x2+(x3& ~x1)+(x0&x1)+ *(p0++))&0xffff;
162 t=(x3+(x0& ~x2)+(x1&x2)+ *(p0++))&0xffff;
163 x3=(t<<5)|(t>>11);
170 x0+=p1[x3&0x3f];
173 x3+=p1[x2&0x3f]
185 register RC2_INT x0,x1,x2,x3,t; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
hp_wsp.c 87 Word16 x0, x1, x2, x3; local
103 x3 = x2;
121 L_tmp += (x3 * b[3])<<1;
  /frameworks/av/media/libstagefright/foundation/
base64.cpp 108 uint8_t x3 = data[i + 2]; local
112 out->append(encode6Bit((x2 << 2 | x3 >> 6) & 0x3f));
113 out->append(encode6Bit(x3 & 0x3f));

Completed in 568 milliseconds

1 2 3 4 5 6 7 8