Searched refs:single (Results 1 - 25 of 368) sorted by relevance

1234567891011>>

/haiku-buildtools/binutils/gas/testsuite/gas/all/
H A Dfloat.s2 foo: .single 0r1.2345e+06
3 .single 0f3.14159
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/all/
H A Dfloat.s2 foo: .single 0r1.2345e+06
3 .single 0f3.14159
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/gomp/
H A Dsingle1.c7 #pragma omp single copyprivate (i)
9 #pragma omp single nowait
11 #pragma omp single copyprivate (i) nowait /* { dg-error "clause must not be used together with" } */
13 #pragma omp single nowait copyprivate (i) /* { dg-error "clause must not be used together with" } */
/haiku-buildtools/gcc/libgomp/testsuite/libgomp.c/
H A Domp-single-3.c4 single (int a, int b) function
6 #pragma omp single copyprivate(a) copyprivate(b)
18 single (1, 2);
H A Dsingle-2.c8 #pragma omp single copyprivate (i)
H A Domp-single-1.c10 #pragma omp single
/haiku-buildtools/gcc/libgomp/testsuite/libgomp.c++/
H A Dsingle-3.C4 single (int a, int b) function
6 #pragma omp single copyprivate(a) copyprivate(b)
18 single (1, 2);
H A Dsingle-1.C9 #pragma omp single
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dttp59.C4 template<template<typename> class t1, typename t0> void single() function
6 single<t1,t0>();
12 single<T1,int>();
H A Dttp60.C4 template<template<typename> class t1, typename t0> t1<t0> single() function
6 return single<t1,t0>();
12 single<T1,int>();
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20030203-1.c2 int do_layer3(int single) argument
6 if(single >= 0) /* stream is stereo, but force to mono */
10 f(single);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/gomp/appendix-a/
H A Da.10.1.c18 #pragma omp single
21 #pragma omp single
23 #pragma omp single nowait
H A Da.35.6.c10 #pragma omp single
13 /* incorrect nesting of barrier region in a single region */
/haiku-buildtools/binutils/gas/testsuite/gas/ieee-fp/
H A Dx930509a.s5 .single 0r1.17549435e-38
/haiku-buildtools/binutils/gas/testsuite/gas/mmix/
H A Dcons-1.s1 # Empty expressions are a single zero.
/haiku-buildtools/binutils/ld/testsuite/ld-mmix/
H A Dgreg-4.s1 # A single local greg.
H A Dgreg-1.s1 # Have a single GREG register allocation.
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/ieee-fp/
H A Dx930509a.s5 .single 0r1.17549435e-38
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/mmix/
H A Dcons-1.s1 # Empty expressions are a single zero.
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-mmix/
H A Dgreg-4.s1 # A single local greg.
H A Dgreg-1.s1 # Have a single GREG register allocation.
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Drfg6.C3 const wchar_t *single = L"xyz" ; variable
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dnoexcept15.C7 struct single struct
11 constexpr single(const Tp& e) function in struct:single
14 single(single&& s)
20 constexpr single<typename std::decay<Tp>::type>
23 return single<typename std::decay<Tp>::type>(x);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/gomp/
H A Dpr35099.C21 #pragma omp single
34 #pragma omp single
36 #pragma omp single
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dptrmem7.C16 int single (int);
33 int (A::*ptr11) (int) = &A::single;
34 int (A::*ptr12) (int) = A::single; // { dg-error "cannot convert" }
35 int (A::*ptr13) (int) = &single; // { dg-error "pointer to member" }
36 int (A::*ptr14) (int) = single; // { dg-error "cannot convert" }
39 int (A::*ptr21) (int) = &(A::single); // { dg-error "pointer to member" }

Completed in 105 milliseconds

1234567891011>>