HomeSort by relevance Sort by last modified time
    Searched defs:_q (Results 1 - 5 of 5) sorted by null

  /external/clang/test/SemaCXX/
cxx11-user-defined-literals.cpp 151 ""_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/
s-c1.c 397 * -- 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[0]/_d[0]; a3 = _q[1]/_d[1]; a4 = _q[2]/_d[2] *
    [all...]
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
s-c1.c 445 * -- 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[0]/_d[0]; a3 = _q[1]/_d[1]; a4 = _q[2]/_d[2] *
    [all...]
  /external/python/cpython3/Objects/stringlib/
codecs.h 516 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/
s-c.c 669 * -- 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[0]/_d[0]; a3 = _q[1]/_d[1]; a4 = _q[2]/_d[2] *
    [all...]

Completed in 254 milliseconds