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

12345678

/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/builtins/
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/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/clang/test/Frontend/
H A Dbackend-diagnostic.c27 void inlineAsmError(int x0, int x1, int x2, int x3, int x4, argument
29 __asm__("hello world": : "r" (x0),"r" (x1),"r" (x2),"r" (x3), // expected-error + {{inline assembly requires more registers than available}}
/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/libcxx/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op=/
H A Dlv_value.pass.cpp27 typename C::value_type x3, const C& c2)
32 q = x3;
40 typename C::value_type x3)
44 c.insert(++i, x3);
25 test(C c1, typename C::difference_type j, typename C::value_type x1, typename C::value_type x2, typename C::value_type x3, const C& c2) argument
38 insert3at(C& c, typename C::iterator i, typename C::value_type x1, typename C::value_type x2, typename C::value_type x3) argument
/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.h164 const double* x3,
166 return functor_(x0, x1, x2, x3, residuals);
172 const double* x3,
175 return functor_(x0, x1, x2, x3, x4, residuals);
181 const double* x3,
185 return functor_(x0, x1, x2, x3, x4, x5, residuals);
191 const double* x3,
196 return functor_(x0, x1, x2, x3, x4, x5, x6, residuals);
202 const double* x3,
208 return functor_(x0, x1, x2, x3, x
161 operator ()(const double* x0, const double* x1, const double* x2, const double* x3, double* residuals) const argument
169 operator ()(const double* x0, const double* x1, const double* x2, const double* x3, const double* x4, double* residuals) const argument
178 operator ()(const double* x0, const double* x1, const double* x2, const double* x3, const double* x4, const double* x5, double* residuals) const argument
188 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
199 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
211 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
224 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
259 operator ()(const T* x0, const T* x1, const T* x2, const T* x3, T* residuals) const argument
268 operator ()(const T* x0, const T* x1, const T* x2, const T* x3, const T* x4, T* residuals) const argument
278 operator ()(const T* x0, const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, T* residuals) const argument
289 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
301 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
314 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
328 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.cc97 double ClobberDoubleRegisters(double x1, double x2, double x3, double x4) { argument
101 return x1 * 1.01 + x2 * 2.02 + x3 * 3.03 + x4 * 4.04;

Completed in 1039 milliseconds

12345678