Searched defs:_q (Results 1 - 6 of 6) 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/mesa3d/src/gallium/state_trackers/clover/core/
H A Dkernel.cpp158 kernel::exec_context::bind(intrusive_ptr<command_queue> _q, argument
160 std::swap(q, _q);
223 if (!st || q != _q ||
227 _q->pipe->delete_compute_state(_q->pipe, st);
/external/python/cpython3/Objects/stringlib/
H A Dcodecs.h516 const unsigned char *_q = q; local
517 while (_q < aligned_end) {
518 unsigned long block = * (unsigned long *) _q;
555 _q += SIZEOF_LONG;
558 q = _q;
/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...]

Completed in 395 milliseconds