Searched refs:lhs (Results 1 - 25 of 238) sorted by relevance

12345678910

/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
12 lhs = 0
14 !$omp parallel do num_threads(8) shared(lhs, rhs)
16 call atomic_add(lhs, rhs)
18 if (lhs .ne. 300000) call abort
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.mike/
H A Ddebug1.C10 foo (const c& lhs) argument
12 c str (lhs);
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/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.mike/
H A Ddebug1.C10 foo (const c& lhs) argument
12 c str (lhs);
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/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A D20020607-1.c2 gcc 3.0.4 mistakenly set lhs.low to 0 at the beginning of the num_eq
17 num_equality_op (lhs, rhs)
18 cpp_num lhs, rhs;
20 lhs.low = num_eq (lhs, rhs);
21 lhs.high = 0;
22 lhs.overflow = 0;
23 return lhs;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A D20020607-1.c2 gcc 3.0.4 mistakenly set lhs.low to 0 at the beginning of the num_eq
17 num_equality_op (lhs, rhs)
18 cpp_num lhs, rhs;
20 lhs.low = num_eq (lhs, rhs);
21 lhs.high = 0;
22 lhs.overflow = 0;
23 return lhs;
/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/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];
25 return lhs;
29 XTVec operator+(XTVec& lhs, XTVec& rhs){ argument
30 XTVec result(lhs);
/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];
25 return lhs;
29 XTVec operator+(XTVec& lhs, XTVec& rhs){ argument
30 XTVec result(lhs);
/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
62 operator !=(decimal128 lhs, decimal128 rhs) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/opt/
H A Dinline7.C6 basic_string operator+(const basic_string& lhs, char);
/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);
90 int temp = lhs.val;
91 lhs.val = rhs.val;
160 operator==(const copycounter& lhs, const copycounter& rhs) argument
161 { return lhs
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/opt/
H A Dinline7.C6 basic_string operator+(const basic_string& lhs, char);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/demos/
H A Dpexpr.c105 struct {struct expr *lhs, *rhs;} ops; member in struct:expr::__anon2552::__anon2553
862 RHS and left hand side lhs. Put the result in R. */
864 makeexp (expr_t *r, enum op_t op, expr_t lhs, expr_t rhs) argument
869 res -> operands.ops.lhs = lhs;
881 free_expr (e->operands.ops.lhs);
895 mpz_t lhs, rhs; local
903 mpz_init (lhs); mpz_init (rhs);
904 mpz_eval_expr (lhs, e->operands.ops.lhs);
1311 mpz_t lhs, rhs; local
[all...]
/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++.dg/torture/
H A Dpr45709-2.C7 static inline Region subtract(int lhs) argument
12 if (lhs > 0)
H A Dpr45709.C7 static inline Region subtract(int lhs) argument
11 if (lhs > 0)
/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/sys/ddb/
H A Ddb_expr.c147 db_expr_t lhs, rhs; local
150 if (!db_unary(&lhs))
160 lhs *= rhs;
167 lhs /= rhs;
169 lhs %= rhs;
171 lhs = ((lhs+rhs-1)/rhs)*rhs;
176 *valuep = lhs;
183 db_expr_t lhs, rhs; local
186 if (!db_mult_expr(&lhs))
209 db_expr_t lhs, rhs; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr33604.C21 const Ref lhs, rhs; member in struct:Diff
22 Diff(const Value& lhs_, const Value& rhs_) : lhs(lhs_), rhs(rhs_) {}
23 operator double() const { return lhs - rhs; }
39 D.2182_13 = (struct Ref *) &D.2137.lhs;
41 D.2182_13->lhs.m ={v} &I;
43 D.2137.lhs.m ={v} &I; */
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/fpos/mbstate_t/
H A D6.cc35 operator==(const octave_int& lhs, const octave_int& rhs);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/21_strings/headers/string/
H A Dsynopsis.cc35 operator+(const basic_string<charT,traits,Allocator>& lhs,
39 operator+(const charT* lhs,
43 operator+(charT lhs, const basic_string<charT,traits,Allocator>& rhs);
46 operator+(const basic_string<charT,traits,Allocator>& lhs,
50 operator+(const basic_string<charT,traits,Allocator>& lhs, charT rhs);
53 bool operator==(const basic_string<charT,traits,Allocator>& lhs,
56 bool operator==(const charT* lhs,
59 bool operator==(const basic_string<charT,traits,Allocator>& lhs,
62 bool operator!=(const basic_string<charT,traits,Allocator>& lhs,
65 bool operator!=(const charT* lhs,
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/plugin/
H A Dselfassign.c175 compare_and_warn (gimple stmt, tree lhs, tree rhs) argument
177 if (operand_equal_p (lhs, rhs, OEP_PURE_SAME))
182 : (DECL_P (lhs)
183 ? DECL_SOURCE_LOCATION (lhs)
188 lhs = get_non_ssa_expr (lhs);
189 if (lhs)
190 warning_at (location, 0, G_("%qE is assigned to itself"), lhs);
201 tree rhs, lhs; local
212 lhs
[all...]

Completed in 238 milliseconds

12345678910