Searched defs:xxx (Results 1 - 20 of 20) sorted by relevance

/external/clang/test/Parser/
H A Dcheck_cast.c7 struct foo xxx; local
10 xxx = (struct foo)1; // expected-error {{used type 'struct foo' where arithmetic or pointer type is required}}
11 i = (int)xxx; // expected-error {{operand of type 'struct foo' where arithmetic or pointer type is required}}
/external/chromium_org/v8/test/webkit/
H A Dfor-in-avoid-duplicates.js30 this.xxx = "foo";
34 constr.prototype = { xxx: "baz", yyy: "quux" };
/external/clang/test/Sema/
H A Dast-print.c4 func_typedef xxx; variable
H A Dconditional-expr.c31 enum {xxx,yyy,zzz} e, *ee; enumerator in enum:__anon19081
/external/valgrind/main/memcheck/tests/
H A Dclientperm.c9 int xxx, i; local
10 for (i = 0; i < 10; i++) (void) VALGRIND_CHECK_VALUE_IS_DEFINED(xxx);
H A Derrs1.c14 void xxx ( void ) { yyy(); } function
15 void www ( void ) { xxx(); }
/external/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-virtual-inheritance-vtordisps.cpp21 int xxx; member in struct:D
/external/clang/test/CodeGen/
H A Dcompound-literal.c9 void xxx() { function
H A Dpragma-weak.c19 // CHECK-DAG: @xxx = alias weak void ()* @__xxx
133 #pragma weak xxx = __xxx macro
H A Dx86_64-arguments.c299 typedef struct xxx { struct
/external/fdlibm/
H A Dk_tan.c49 static const double xxx[] = { variable
67 #define one xxx[13]
68 #define pio4 xxx[14]
69 #define pio4lo xxx[15]
70 #define T xxx
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DCubicParameterization_TestUtility.cpp41 double xxx = coeffs[xxx_coeff] * point.x * point.x * point.x; local
51 double sum = xxx + xxy + xyy + yyy + xx + xy + yy + x + y + c;
/external/skia/experimental/Intersection/
H A DCubicParameterization_TestUtility.cpp41 double xxx = coeffs[xxx_coeff] * point.x * point.x * point.x; local
51 double sum = xxx + xxy + xyy + yyy + xx + xy + yy + x + y + c;
/external/valgrind/main/helgrind/tests/
H A Dtc17_sembar.c24 an extra semaphore field, xxx. This is not functionally useful,
27 Thrcheck. There is no other purpose for the .xxx field. */
39 sem_t* xxx; member in struct:__anon32861
51 bar->xxx = my_sem_init ("xxx", 0, 0);
67 my_sem_destroy(bar->xxx);
94 my_sem_wait(bar->xxx); // acquire an obvious dependency from
118 my_sem_post(bar->xxx);
/external/clang/test/SemaCXX/
H A Dcrashes.cpp74 enum xxx { enum in struct:PR9007::bar
77 foo *xxx();
/external/eigen/unsupported/test/
H A Dlevenberg_marquardt.cpp415 double x=m_x[i], xx=x*x, xxx=xx*x; local
416 fvec[i] = (b[0]+b[1]*x+b[2]*xx+b[3]*xxx) / (1.+b[4]*x+b[5]*xx+b[6]*xxx) - m_y[i];
427 double x=m_x[i], xx=x*x, xxx=xx*x; local
428 double fact = 1./(1.+b[4]*x+b[5]*xx+b[6]*xxx);
432 fjac(i,3) = xxx*fact;
433 fact = - (b[0]+b[1]*x+b[2]*xx+b[3]*xxx) * fact * fact;
436 fjac(i,6) = xxx*fact;
1165 double x=_x[i], xx=x*x, xxx=xx*x; local
1166 fvec[i] = (b[0]+b[1]*x+b[2]*xx+b[3]*xxx) / (
1176 double x=_x[i], xx=x*x, xxx=xx*x; local
[all...]
H A DNonLinearOptimization.cpp809 double x=m_x[i], xx=x*x, xxx=xx*x; local
810 fvec[i] = (b[0]+b[1]*x+b[2]*xx+b[3]*xxx) / (1.+b[4]*x+b[5]*xx+b[6]*xxx) - m_y[i];
821 double x=m_x[i], xx=x*x, xxx=xx*x; local
822 double fact = 1./(1.+b[4]*x+b[5]*xx+b[6]*xxx);
826 fjac(i,3) = xxx*fact;
827 fact = - (b[0]+b[1]*x+b[2]*xx+b[3]*xxx) * fact * fact;
830 fjac(i,6) = xxx*fact;
1559 double x=_x[i], xx=x*x, xxx=xx*x; local
1560 fvec[i] = (b[0]+b[1]*x+b[2]*xx+b[3]*xxx) / (
1570 double x=_x[i], xx=x*x, xxx=xx*x; local
[all...]
/external/valgrind/main/helgrind/
H A Dhg_errors.c404 static Int xxx = 0; local
405 xxx++;
408 "%d conflicting-event queries\n", xxx);
/external/ppp/pppd/
H A Dauth.c2320 int newline, xxx; local
2405 if (!getword(sf, word, &xxx, atfile)) {
/external/valgrind/main/VEX/priv/
H A Dhost_arm64_defs.c5363 2d | sh in 1..63 -> let xxxxxx = 64-sh in 1xxx:xxx
5364 4s | sh in 1..31 -> let xxxxx = 32-sh in 01xx:xxx
5365 8h | sh in 1..15 -> let xxxx = 16-sh in 001x:xxx
5366 16b | sh in 1..7 -> let xxx = 8-sh in 0001:xxx
5371 2d | sh in 1..63 -> let xxxxxx = sh in 1xxx:xxx
5372 4s | sh in 1..31 -> let xxxxx = sh in 01xx:xxx
5373 8h | sh in 1..15 -> let xxxx = sh in 001x:xxx
5442 UInt xxx = 8-sh; local
5450 UInt xxx = sh; local
[all...]

Completed in 7157 milliseconds