Searched defs:x3 (Results 1 - 25 of 152) sorted by relevance

1234567

/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.string/
H A Dp1.cpp10 char x3[] = { "hello" }; variable
11 extern char x3[6];
/external/clang/test/SemaCXX/
H A Dattr-visibility.cpp18 struct x3 { struct
H A Ddependent-types.cpp8 T& x3; // expected-error{{declaration of reference variable 'x3' requires an initializer}} local
H A Dattr-selectany.cpp10 extern const __declspec(selectany) int x3 = 3; variable
/external/clang/test/CXX/temp/temp.param/
H A Dp15.cpp9 >> *x3; // expected-error{{a space is required between consecutive right angle brackets (use '> >')}} variable
/external/compiler-rt/lib/
H A Dpopcountti2.c24 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 >>
[all...]
/external/clang/test/Sema/
H A Darray-size.c7 int x3[(unsigned)1073741824 + 1]; // expected-error{{array is too large}} local
/external/valgrind/main/massif/tests/
H A Dlong-time.c10 int i, *x1, *x2, *x3, *x4; local
15 x3 = malloc(1200 * 1000);
17 free(x3);
/external/chromium_org/v8/test/mjsunit/
H A Dobj-construct.js43 var x3 = [ ]; variable
/external/clang/test/CXX/temp/temp.names/
H A Dp3-0x.cpp7 Y<X<1>> x3; // OK, same as Y<X<1> > x3; variable
/external/clang/test/Index/
H A Dcxx-operator-overload.cpp9 Cls x1, x2, x3; local
10 Cls x4 = x1 + x2 + x3;
/external/eigen/test/eigen2/
H A Deigen2_smallvectors.cpp19 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/
H A Dobj-construct.js43 var x3 = [ ]; variable
/external/ceres-solver/examples/
H A Dpowell.cc36 // 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.
69 template <typename T> bool operator()(const T* const x3, argument
72 // f2 = sqrt(5) (x3 - x4)
73 residual[0] = T(sqrt(5.0)) * (x3[0] - x4[0]);
82 // f3 = (x2 - 2 x3)^2
107 double x3 = 0.0; local
119 &x3,
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dbezier.h36 float x3, y3; member in struct:bezier
53 float x3, float y3,
/external/clang/test/CXX/dcl.decl/dcl.init/
H A Dp6.cpp15 const int x3; // expected-error{{default initialization of an object of const type 'const int'}} local
/external/clang/test/CXX/except/except.spec/
H A Dp14-ir.cpp28 void test(X2 x2, X3 x3, X5 x5) { argument
38 X3 x3a(x3);
/external/clang/test/CXX/expr/expr.post/expr.call/
H A Dp7-0x.cpp25 void f(X1 x1, X2 x2, X3 x3, X4 x4) { argument
28 vararg(x3); // OK
/external/clang/test/CXX/over/over.match/over.match.funcs/over.match.copy/
H A Dp1.cpp13 X x3 = y; // expected-error{{no viable conversion from 'const ExplicitConv::Y' to 'ExplicitConv::X'}} local
/external/clang/test/CXX/temp/temp.arg/temp.arg.type/
H A Dp2-cxx0x.cpp17 X<B> x3; local
/external/eigen/test/
H A Dsmallvectors.cpp21 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());
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dbezier.h36 float x3, y3; member in struct:bezier
53 float x3, float y3,
/external/ceres-solver/include/ceres/
H A Dnumeric_diff_functor.h159 const double* x3,
161 return functor_(x0, x1, x2, x3, residuals);
167 const double* x3,
170 return functor_(x0, x1, x2, x3, x4, residuals);
176 const double* x3,
180 return functor_(x0, x1, x2, x3, x4, x5, residuals);
186 const double* x3,
191 return functor_(x0, x1, x2, x3, x4, x5, x6, residuals);
197 const double* x3,
203 return functor_(x0, x1, x2, x3, x
156 operator ()(const double* x0, const double* x1, const double* x2, const double* x3, double* residuals) const argument
164 operator ()(const double* x0, const double* x1, const double* x2, const double* x3, const double* x4, double* residuals) const argument
173 operator ()(const double* x0, const double* x1, const double* x2, const double* x3, const double* x4, const double* x5, double* residuals) const argument
183 operator ()(const double* x0, const double* x1, const double* x2, const double* x3, const double* x4, const double* x5, const double* x6, double* residuals) const argument
194 operator ()(const double* x0, const double* x1, const double* x2, const double* x3, const double* x4, const double* x5, const double* x6, const double* x7, double* residuals) const argument
206 operator ()(const double* x0, const double* x1, const double* x2, const double* x3, const double* x4, const double* x5, const double* x6, const double* x7, const double* x8, double* residuals) const argument
219 operator ()(const double* x0, const double* x1, const double* x2, const double* x3, const double* x4, const double* x5, const double* x6, const double* x7, const double* x8, const double* x9, double* residuals) const argument
254 operator ()(const T* x0, const T* x1, const T* x2, const T* x3, T* residuals) const argument
263 operator ()(const T* x0, const T* x1, const T* x2, const T* x3, const T* x4, T* residuals) const argument
273 operator ()(const T* x0, const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, T* residuals) const argument
284 operator ()(const T* x0, const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, const T* x6, T* residuals) const argument
296 operator ()(const T* x0, const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, const T* x6, const T* x7, T* residuals) const argument
309 operator ()(const T* x0, const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, const T* x6, const T* x7, const T* x8, T* residuals) const argument
323 operator ()(const T* x0, const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, const T* x6, const T* x7, const T* x8, const T* x9, T* residuals) const argument
[all...]
/external/chromium_org/v8/src/
H A Darguments.cc120 double ClobberDoubleRegisters(double x1, double x2, double x3, double x4) { argument
124 return x1 * 1.01 + x2 * 2.02 + x3 * 3.03 + x4 * 4.04;
/external/bluetooth/bluedroid/embdrv/sbc/encoder/srce/
H A Dsbc_dct.c87 register SINT32 x0, x1, x2, x3, x4, x5, x6, x7,temp; local
95 x3 = (pInVect[1] + pInVect[7]) >>1;
123 /* rearrangement of x1,x3,x5,x7 as in (15) */
126 x3 = ( x3 <<1 ) - x5 ;
127 x1 -= x3 >>1 ;
135 /* rearrangement of x3 and x7 as in (15) */
136 x3 -= x7;
140 /* 2-point IDCT of x3 and x7 and post-multiplication as in (15) */
141 temp = x3 ;
[all...]

Completed in 1045 milliseconds

1234567