Searched refs:rhs (Results 1 - 25 of 272) sorted by relevance

1234567891011

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/
H A Dpr34020.f904 subroutine atomic_add(lhs, rhs)
5 real lhs, rhs local in subroutine:atomic_add
7 lhs = rhs + lhs
10 real lhs, rhs variable
13 rhs = 1
14 !$omp parallel do num_threads(8) shared(lhs, rhs)
16 call atomic_add(lhs, rhs)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A Dpr37125.c4 mod_rhs(int rhs) argument
6 if (rhs == 0) return 1;
7 return rhs;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/20_util/function_objects/
H A Dcomparisons.cc29 bool operator==(const gnu_obj& rhs) const { return i == rhs.i; }
30 bool operator!=(const gnu_obj& rhs) const { return i != rhs.i; }
31 bool operator<(const gnu_obj& rhs) const { return i < rhs.i; }
40 bool operator==(const gnu_t& rhs) const { return b == rhs.b; }
41 bool operator!=(const gnu_t& rhs) const { return b != rhs
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/20_util/functional/
H A Dcomparisons.cc30 bool operator==(const gnu_obj& rhs) const { return i == rhs.i; }
31 bool operator!=(const gnu_obj& rhs) const { return i != rhs.i; }
32 bool operator<(const gnu_obj& rhs) const { return i < rhs.i; }
41 bool operator==(const gnu_t& rhs) const { return b == rhs.b; }
42 bool operator!=(const gnu_t& rhs) const { return b != rhs
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A Dpr37207.c11 int rhs = l_895; local
12 if (rhs == 0)
13 rhs = 1;
14 if (1 & (t % rhs))
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/tree-ssa/
H A Dvrp46.c14 int rhs = l_895; local
15 if (rhs == 0)
16 rhs = 1;
17 if (1 & (t % rhs))
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/20_util/pair/
H A D2.cc30 bool operator==(const gnu_obj& rhs) const { return i == rhs.i; }
31 bool operator<(const gnu_obj& rhs) const { return i < rhs.i; }
40 bool operator==(const gnu_t& rhs) const { return b == rhs.b; }
41 bool operator<(const gnu_t& rhs) const { return int(b) < int(rhs.b); }
H A D1.cc30 bool operator==(const gnu_obj& rhs) const { return i == rhs.i; }
31 bool operator<(const gnu_obj& rhs) const { return i < rhs.i; }
40 bool operator==(const gnu_t& rhs) const { return b == rhs.b; }
41 bool operator<(const gnu_t& rhs) const { return int(b) < int(rhs.b); }
H A D3.cc30 bool operator==(const gnu_obj& rhs) const { return i == rhs.i; }
31 bool operator<(const gnu_obj& rhs) const { return i < rhs.i; }
40 bool operator==(const gnu_t& rhs) const { return b == rhs.b; }
41 bool operator<(const gnu_t& rhs) const { return int(b) < int(rhs.b); }
H A D4.cc30 bool operator==(const gnu_obj& rhs) const { return i == rhs.i; }
31 bool operator<(const gnu_obj& rhs) const { return i < rhs.i; }
40 bool operator==(const gnu_t& rhs) const { return b == rhs.b; }
41 bool operator<(const gnu_t& rhs) const { return int(b) < int(rhs.b); }
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/20_util/utility/pair/
H A D2.cc31 bool operator==(const gnu_obj& rhs) const { return i == rhs.i; }
32 bool operator<(const gnu_obj& rhs) const { return i < rhs.i; }
41 bool operator==(const gnu_t& rhs) const { return b == rhs.b; }
42 bool operator<(const gnu_t& rhs) const { return int(b) < int(rhs.b); }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp9068.C14 void foo (ostream& lhs, const C& rhs) argument
16 lhs << rhs.i; // { dg-error "match" } no such i for any opr << ()
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/
H A D23871.cc33 inline unsigned char operator|| (const int& lhs, const mytest& rhs) argument
36 return (mytest)lhs || rhs;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp9068.C14 void foo (ostream& lhs, const C& rhs) argument
16 lhs << rhs.i; // { dg-error "" } no such i for any opr << ()
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/
H A D23871.cc34 inline unsigned char operator|| (const int& lhs, const mytest& rhs) argument
37 return (mytest)lhs || rhs;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.martin/
H A Dsts_vectini.C21 XTVec& operator+=(XTVec& lhs, XTVec& rhs){ argument
22 lhs[0]+=rhs[0];
23 lhs[1]+=rhs[1];
24 lhs[2]+=rhs[2];
29 XTVec operator+(XTVec& lhs, XTVec& rhs){ argument
31 return result += rhs;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.martin/
H A Dsts_vectini.C21 XTVec& operator+=(XTVec& lhs, XTVec& rhs){ argument
22 lhs[0]+=rhs[0];
23 lhs[1]+=rhs[1];
24 lhs[2]+=rhs[2];
29 XTVec operator+(XTVec& lhs, XTVec& rhs){ argument
31 return result += rhs;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/compat/decimal/
H A Ddecimal-dummy.h31 inline decimal32 operator+ (decimal32 lhs, decimal32 rhs) argument
34 tmp.__val = lhs.__val + rhs.__val;
38 inline decimal64 operator+ (decimal64 lhs, decimal64 rhs) argument
41 tmp.__val = lhs.__val + rhs.__val;
45 inline decimal128 operator+ (decimal128 lhs, decimal128 rhs) argument
48 tmp.__val = lhs.__val + rhs.__val;
52 inline bool operator!= (decimal32 lhs, decimal32 rhs) argument
54 return lhs.__val != rhs.__val;
57 inline bool operator!= (decimal64 lhs, decimal64 rhs) argument
59 return lhs.__val != rhs
62 operator !=(decimal128 lhs, decimal128 rhs) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/template/
H A Dctor4.C13 K(K<T> & rhs);
14 K(K<T> const& rhs);
15 template <class U> K(K<U> const& rhs);
32 K(U& rhs, typename A<U>::type = 0);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/util/
H A Dtestsuite_rvalref.h79 operator==(const rvalstruct& lhs, const rvalstruct& rhs) argument
80 { return lhs.val == rhs.val; }
83 operator<(const rvalstruct& lhs, const rvalstruct& rhs) argument
84 { return lhs.val < rhs.val; }
87 swap(rvalstruct& lhs, rvalstruct& rhs) argument
89 VERIFY(lhs.valid && rhs.valid);
91 lhs.val = rhs.val;
92 rhs.val = temp;
160 operator==(const copycounter& lhs, const copycounter& rhs) argument
161 { return lhs.val == rhs
164 operator <(const copycounter& lhs, const copycounter& rhs) argument
168 swap(copycounter& lhs, copycounter& rhs) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/template/
H A Dctor4.C13 K(K<T> & rhs);
14 K(K<T> const& rhs);
15 template <class U> K(K<U> const& rhs);
32 K(U& rhs, typename A<U>::type = 0);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/init/
H A Dctor6.C13 Obj lhs, rhs; local
14 return lhs == rhs;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.other/
H A Dsingleton.C23 singleton( const singleton& rhs );
24 void operator=( const singleton& rhs );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/init/
H A Dctor6.C13 Obj lhs, rhs; local
14 return lhs == rhs;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.other/
H A Dsingleton.C23 singleton( const singleton& rhs );
24 void operator=( const singleton& rhs );

Completed in 186 milliseconds

1234567891011