Searched refs:Q1 (Results 1 - 17 of 17) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dimplicit_12.f907 parameter(Q1 = '12345678') ! len=8
18 if(len('#'//Q1//'#') /= 10) call abort()
20 if('#'//Q1//'#' /='#12345678#') call abort()
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/
H A D20090107-1.C5 template <typename T> struct Q1 { typedef int x; }; struct
7 typename Q1<T>::x f() {
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dunify1.C13 template< int Q1, int Q2 >
14 unit< I1 - Q1, I2 - Q2 > operator / ( const unit< Q1, Q2 >& rhs ) const { argument
15 return unit< I1 - Q1, I2 - Q2 >();
H A Dnon-type1.C12 template< int Q1, int Q2 >
13 unit< I1 + Q1, I2 + Q2 > operator * ( const unit< Q1, Q2 >& rhs ) const { argument
14 return unit< I1 + Q1, I2 + Q2 >();
17 template< int Q1, int Q2 >
18 unit< I1 - Q1, I2 - Q2 > operator / ( const unit< Q1, Q2 >& rhs ) const { argument
19 return unit< I1 - Q1, I2 - Q2 >();
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/arm/aapcs/
H A Dneon-vect6.c21 ARG(int32x4x3_t, i32x4x3_constvec1, Q1) /* Q1, Q2, Q3 */
H A Dneon-vect7.c21 ARG(int32x4x3_t, i32x4x3_constvec1, Q1) /* Q1, Q2, Q3 */
H A Dabitest.h16 #define Q1 D2 macro
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/aarch64/aapcs64/
H A Dtest_24.c13 ARG(TFtype, 2.0, Q1)
H A Dtest_quad_double.c22 ARG (CTFtype, cx, Q1)
H A Dabitest-common.h49 #define Q1 208 macro
/haiku-buildtools/gcc/libgomp/testsuite/libgomp.c/examples-4/
H A De.51.3.c64 int (*Q1)[COLS] = (int(*)[COLS]) malloc (ROWS * COLS * sizeof (int));
67 init (Q1, ROWS, COLS);
70 gramSchmidt_ref (Q1, ROWS, COLS);
73 check (Q1, Q2, ROWS, COLS);
75 free (Q1);
/haiku-buildtools/binutils/gas/testsuite/gas/arm/
H A Dneon-addressing-bad.s6 VLD1.8 {Q1}, R0
10 VST1.8 {Q1}, R0
25 VLD1.8 {Q1}, R0
29 VST1.8 {Q1}, R0
H A Dneon-addressing-bad.l4 [^:]*:6: Error: r15 not allowed here -- `vld1.8 {Q1},R0'
8 [^:]*:10: Error: r15 not allowed here -- `vst1.8 {Q1},R0'
21 [^:]*:25: Error: r15 not allowed here -- `vld1.8 {Q1},R0'
25 [^:]*:29: Error: r15 not allowed here -- `vst1.8 {Q1},R0'
/haiku-buildtools/gcc/libquadmath/math/
H A Dexpm1q.c73 Q1 = -7.848989743695296475743081255027098295771E8Q, variable
153 + Q6) * x + Q5) * x + Q4) * x + Q3) * x + Q2) * x + Q1) * x + Q0;
H A Dlog1pq.c88 Q1 = 2.626900195321832660448791748036714883242E5Q, variable
242 + Q1) * x
H A Dacosq.c111 Q1 = 2.614577866876185080678907676023269360520E1Q, variable
228 + Q1) * t
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug284.go79 type Q1 *struct {
86 var q1 Q1
99 q1 = Q1(q2) // ERROR "cannot|invalid"

Completed in 179 milliseconds