Searched defs:_q (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/SemaCXX/
H A Dcxx11-user-defined-literals.cpp151 ""_q<'a'>; local
153 T::template operator""_q<'a'>(); // expected-error {{non-namespace scope 'T::' cannot have a literal operator member}} expected-error +{{}}
154 T::template operator""_q<'a'>::X; // expected-error {{non-namespace scope 'T::' cannot have a literal operator member}} expected-error +{{}}
155 T::operator""_q<'a'>(); // expected-error {{non-namespace scope 'T::' cannot have a literal operator member}} expected-error +{{}}
156 typename T::template operator""_q<'a'> a; // expected-error {{non-namespace scope 'T::' cannot have a literal operator member}} expected-error +{{}}
157 typename T::operator""_q(""); // expected-error +{{}} expected-note {{to match}}
158 T::operator""_q(""); // expected-error {{non-namespace scope 'T::' cannot have a literal operator member}}
165 S::operator""_q(); // expected-error {{non-namespace scope 'S::' cannot have a literal operator member}}
/external/ltp/testcases/open_posix_testsuite/stress/threads/fork/
H A Ds-c1.c397 * -- Note: We will call _q = sum((X - Xavg) * (Y - Yavg));
432 long double _q[3]; local
453 _q[0] = 0.0;
454 _q[1] = 0.0;
455 _q[2] = 0.0;
539 * -> "a" factor for linear (0), power (1) and exponential (2) approximations -- with using the _d and _q vars.
548 _q[0] += Table[r]._y * Table[r]._x;
551 _q[1] += Table[r]._lny * Table[r]._lnx;
554 _q[2] += Table[r]._lny * Table[r]._x;
558 /* First pass is terminated; a2 = _q[
[all...]
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
H A Ds-c1.c445 * -- Note: We will call _q = sum((X - Xavg) * (Y - Yavg));
480 long double _q[3][NSCENAR]; local
501 _q[0][i] = 0.0;
502 _q[1][i] = 0.0;
503 _q[2][i] = 0.0;
587 * -> "a" factor for linear (0), power (1) and exponential (2) approximations -- with using the _d and _q vars.
598 _q[0][i] += Table[r]._y[i] * Table[r]._x[i];
601 _q[1][i] += Table[r]._lny[i] * Table[r]._lnx[i];
604 _q[2][i] += Table[r]._lny[i] * Table[r]._x[i];
609 /* First pass is terminated; a2 = _q[
[all...]
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
H A Ds-c.c669 * -- Note: We will call _q = sum((X - Xavg) * (Y - Yavg));
704 long double _q[3][NSCENAR]; local
721 _q[0][i] = 0.0;
722 _q[1][i] = 0.0;
723 _q[2][i] = 0.0;
802 * -> "a" factor for linear (0), power (1) and exponential (2) approximations -- with using the _d and _q vars.
813 _q[0][i] += Table[r]._y[i] * Table[r]._x;
816 _q[1][i] += Table[r]._lny[i] * Table[r]._lnx;
819 _q[2][i] += Table[r]._lny[i] * Table[r]._x;
824 /* First pass is terminated; a2 = _q[
[all...]
/external/openssh/openbsd-compat/
H A Dglob.c600 compare_gps(const void *_p, const void *_q) argument
603 const struct glob_path_stat *q = (const struct glob_path_stat *)_q;

Completed in 615 milliseconds