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

12345678910

/freebsd-11-stable/contrib/ntp/include/
H A Dvint64ops.h12 /* signed/unsigned compare. returns 1/0/-1 if lhs >/=/< rhs */
13 extern int icmpv64(const vint64 * lhs, const vint64 * rhs);
14 extern int ucmpv64(const vint64 * lhs, const vint64 * rhs);
17 extern vint64 addv64(const vint64 *lhs, const vint64 *rhs);
18 extern vint64 addv64i32(const vint64 * lhs, int32_t rhs);
19 extern vint64 addv64u32(const vint64 * lhs, uint32_t rhs);
21 extern vint64 subv64(const vint64 *lhs, const vint64 *rhs);
22 extern vint64 subv64i32(const vint64 * lhs, int32_t rhs);
23 extern vint64 subv64u32(const vint64 * lhs, uint32_t rhs);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DVMRange.cpp44 bool lldb_private::operator==(const VMRange &lhs, const VMRange &rhs) {
45 return lhs.GetBaseAddress() == rhs.GetBaseAddress() &&
46 lhs.GetEndAddress() == rhs.GetEndAddress();
49 bool lldb_private::operator!=(const VMRange &lhs, const VMRange &rhs) {
50 return !(lhs == rhs);
53 bool lldb_private::operator<(const VMRange &lhs, const VMRange &rhs) {
54 if (lhs.GetBaseAddress() < rhs.GetBaseAddress())
56 else if (lhs.GetBaseAddress() > rhs.GetBaseAddress())
58 return lhs.GetEndAddress() < rhs.GetEndAddress();
61 bool lldb_private::operator<=(const VMRange &lhs, cons
[all...]
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_atomic.h53 std::complex<type_lhs> __kmp_lhs_div_rhs(const std::complex<type_lhs> &lhs, argument
55 type_lhs a = lhs.real();
56 type_lhs b = lhs.imag();
74 std::complex<double> lhs = *this; local
75 *this = __kmp_lhs_div_rhs(lhs, rhs);
79 std::complex<double> lhs = *this; local
80 return __kmp_lhs_div_rhs(lhs, rhs);
93 std::complex<float> lhs = *this; local
95 return (lhs + rhs);
98 std::complex<float> lhs local
103 std::complex<float> lhs = *this; local
131 std::complex<float> lhs = *this; local
136 std::complex<float> lhs = *this; local
141 std::complex<float> lhs = *this; local
146 std::complex<float> lhs = *this; local
161 std::complex<long double> lhs = *this; local
166 std::complex<long double> lhs = *this; local
181 std::complex<_Quad> lhs = *this; local
186 std::complex<_Quad> lhs = *this; local
226 _Quad lhs = (*this).q; local
232 _Quad lhs = (*this).q; local
237 _Quad lhs = (*this).q; local
243 _Quad lhs = (*this).q; local
257 kmp_cmplx128 lhs = (*this).q; local
262 kmp_cmplx128 lhs = (*this).q; local
267 kmp_cmplx128 lhs = (*this).q; local
273 kmp_cmplx128 lhs = (*this).q; local
289 _Quad lhs = (*this).q; local
295 _Quad lhs = (*this).q; local
300 _Quad lhs = (*this).q; local
306 _Quad lhs = (*this).q; local
320 kmp_cmplx128 lhs = (*this).q; local
325 kmp_cmplx128 lhs = (*this).q; local
330 kmp_cmplx128 lhs = (*this).q; local
336 kmp_cmplx128 lhs = (*this).q; local
[all...]
H A Dkmp_atomic.cpp88 lhs, TYPE rhs );
92 @param lhs a pointer to the left operand
103 lhs, TYPE rhs, int flag );
107 @param lhs a pointer to the left operand
118 lhs, kmp_cmplx32 rhs, kmp_cmplx32 * out, int flag );
136 void __kmpc_atomic_<type>_wr ( ident_t *id_ref, int gtid, TYPE * lhs, TYPE rhs
609 static inline void operator+=(Quad_a4_t &lhs, Quad_a4_t &rhs) { argument
610 lhs.q += rhs.q;
612 static inline void operator-=(Quad_a4_t &lhs, Quad_a4_t &rhs) { argument
613 lhs
615 operator *=(Quad_a4_t &lhs, Quad_a4_t &rhs) argument
618 operator /=(Quad_a4_t &lhs, Quad_a4_t &rhs) argument
621 operator <(Quad_a4_t &lhs, Quad_a4_t &rhs) argument
624 operator >(Quad_a4_t &lhs, Quad_a4_t &rhs) argument
628 operator +=(Quad_a16_t &lhs, Quad_a16_t &rhs) argument
631 operator -=(Quad_a16_t &lhs, Quad_a16_t &rhs) argument
634 operator *=(Quad_a16_t &lhs, Quad_a16_t &rhs) argument
637 operator /=(Quad_a16_t &lhs, Quad_a16_t &rhs) argument
640 operator <(Quad_a16_t &lhs, Quad_a16_t &rhs) argument
643 operator >(Quad_a16_t &lhs, Quad_a16_t &rhs) argument
647 operator +=(kmp_cmplx128_a4_t &lhs, kmp_cmplx128_a4_t &rhs) argument
650 operator -=(kmp_cmplx128_a4_t &lhs, kmp_cmplx128_a4_t &rhs) argument
653 operator *=(kmp_cmplx128_a4_t &lhs, kmp_cmplx128_a4_t &rhs) argument
656 operator /=(kmp_cmplx128_a4_t &lhs, kmp_cmplx128_a4_t &rhs) argument
660 operator +=(kmp_cmplx128_a16_t &lhs, kmp_cmplx128_a16_t &rhs) argument
664 operator -=(kmp_cmplx128_a16_t &lhs, kmp_cmplx128_a16_t &rhs) argument
668 operator *=(kmp_cmplx128_a16_t &lhs, kmp_cmplx128_a16_t &rhs) argument
672 operator /=(kmp_cmplx128_a16_t &lhs, kmp_cmplx128_a16_t &rhs) argument
3327 __kmpc_atomic_1(ident_t *id_ref, int gtid, void *lhs, void *rhs, void (*f)(void *, void *, void *)) argument
3374 __kmpc_atomic_2(ident_t *id_ref, int gtid, void *lhs, void *rhs, void (*f)(void *, void *, void *)) argument
3421 __kmpc_atomic_4(ident_t *id_ref, int gtid, void *lhs, void *rhs, void (*f)(void *, void *, void *)) argument
3471 __kmpc_atomic_8(ident_t *id_ref, int gtid, void *lhs, void *rhs, void (*f)(void *, void *, void *)) argument
3520 __kmpc_atomic_10(ident_t *id_ref, int gtid, void *lhs, void *rhs, void (*f)(void *, void *, void *)) argument
3541 __kmpc_atomic_16(ident_t *id_ref, int gtid, void *lhs, void *rhs, void (*f)(void *, void *, void *)) argument
3562 __kmpc_atomic_20(ident_t *id_ref, int gtid, void *lhs, void *rhs, void (*f)(void *, void *, void *)) argument
3583 __kmpc_atomic_32(ident_t *id_ref, int gtid, void *lhs, void *rhs, void (*f)(void *, void *, void *)) argument
[all...]
/freebsd-11-stable/sys/ddb/
H A Ddb_expr.c160 db_expr_t lhs, rhs; local
163 if (!db_unary(&lhs))
178 lhs *= rhs;
181 lhs &= rhs;
189 lhs /= rhs;
191 lhs %= rhs;
193 lhs = roundup(lhs, rhs);
198 *valuep = lhs;
205 db_expr_t lhs, rh local
242 db_expr_t lhs, rhs; local
277 db_expr_t lhs, rhs; local
327 db_expr_t lhs, rhs; local
352 db_expr_t lhs, rhs; local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerDecl.cpp39 bool lldb_private::operator==(const lldb_private::CompilerDecl &lhs, argument
41 return lhs.GetTypeSystem() == rhs.GetTypeSystem() &&
42 lhs.GetOpaqueDecl() == rhs.GetOpaqueDecl();
45 bool lldb_private::operator!=(const lldb_private::CompilerDecl &lhs, argument
47 return lhs.GetTypeSystem() != rhs.GetTypeSystem() ||
48 lhs.GetOpaqueDecl() != rhs.GetOpaqueDecl();
H A DCompilerDeclContext.cpp60 bool lldb_private::operator==(const lldb_private::CompilerDeclContext &lhs, argument
62 return lhs.GetTypeSystem() == rhs.GetTypeSystem() &&
63 lhs.GetOpaqueDeclContext() == rhs.GetOpaqueDeclContext();
66 bool lldb_private::operator!=(const lldb_private::CompilerDeclContext &lhs, argument
68 return lhs.GetTypeSystem() != rhs.GetTypeSystem() ||
69 lhs.GetOpaqueDeclContext() != rhs.GetOpaqueDeclContext();
H A DDeclaration.cpp91 bool lldb_private::operator==(const Declaration &lhs, const Declaration &rhs) { argument
93 if (lhs.GetColumn() != rhs.GetColumn())
96 return lhs.GetLine() == rhs.GetLine() && lhs.GetFile() == rhs.GetFile();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DStackID.cpp33 bool lldb_private::operator==(const StackID &lhs, const StackID &rhs) { argument
34 if (lhs.GetCallFrameAddress() != rhs.GetCallFrameAddress())
37 SymbolContextScope *lhs_scope = lhs.GetSymbolContextScope();
42 return lhs.GetPC() == rhs.GetPC();
47 bool lldb_private::operator!=(const StackID &lhs, const StackID &rhs) { argument
48 if (lhs.GetCallFrameAddress() != rhs.GetCallFrameAddress())
51 SymbolContextScope *lhs_scope = lhs.GetSymbolContextScope();
55 return lhs.GetPC() != rhs.GetPC();
60 bool lldb_private::operator<(const StackID &lhs, const StackID &rhs) { argument
61 const lldb::addr_t lhs_cfa = lhs
[all...]
/freebsd-11-stable/contrib/ntp/libntp/
H A Dvint64ops.c129 const vint64 * lhs,
136 res = (lhs->q_s > rhs->q_s)
137 - (lhs->q_s < rhs->q_s);
139 res = (lhs->d_s.hi > rhs->d_s.hi)
140 - (lhs->d_s.hi < rhs->d_s.hi);
142 res = (lhs->D_s.lo > rhs->D_s.lo)
143 - (lhs->D_s.lo < rhs->D_s.lo);
153 const vint64 * lhs,
160 res = (lhs->Q_s > rhs->Q_s)
161 - (lhs
128 icmpv64( const vint64 * lhs, const vint64 * rhs ) argument
152 ucmpv64( const vint64 * lhs, const vint64 * rhs ) argument
175 addv64( const vint64 *lhs, const vint64 *rhs ) argument
194 subv64( const vint64 *lhs, const vint64 *rhs ) argument
213 addv64i32( const vint64 * lhs, int32_t rhs ) argument
232 subv64i32( const vint64 * lhs, int32_t rhs ) argument
251 addv64u32( const vint64 * lhs, uint32_t rhs ) argument
270 subv64u32( const vint64 * lhs, uint32_t rhs ) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DUserID.h80 inline bool operator==(const UserID &lhs, const UserID &rhs) { argument
81 return lhs.GetID() == rhs.GetID();
84 inline bool operator!=(const UserID &lhs, const UserID &rhs) { argument
85 return lhs.GetID() != rhs.GetID();
H A DScalar.h288 friend const Scalar operator+(const Scalar &lhs, const Scalar &rhs);
289 friend const Scalar operator-(const Scalar &lhs, const Scalar &rhs);
290 friend const Scalar operator/(const Scalar &lhs, const Scalar &rhs);
291 friend const Scalar operator*(const Scalar &lhs, const Scalar &rhs);
292 friend const Scalar operator&(const Scalar &lhs, const Scalar &rhs);
293 friend const Scalar operator|(const Scalar &lhs, const Scalar &rhs);
294 friend const Scalar operator%(const Scalar &lhs, const Scalar &rhs);
295 friend const Scalar operator^(const Scalar &lhs, const Scalar &rhs);
296 friend const Scalar operator<<(const Scalar &lhs, const Scalar &rhs);
297 friend const Scalar operator>>(const Scalar &lhs, cons
[all...]
H A DVMRange.h95 bool operator==(const VMRange &lhs, const VMRange &rhs);
96 bool operator!=(const VMRange &lhs, const VMRange &rhs);
97 bool operator<(const VMRange &lhs, const VMRange &rhs);
98 bool operator<=(const VMRange &lhs, const VMRange &rhs);
99 bool operator>(const VMRange &lhs, const VMRange &rhs);
100 bool operator>=(const VMRange &lhs, const VMRange &rhs);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZMachineScheduler.h74 bool operator() (SUnit *lhs, SUnit *rhs) const { argument
75 if (lhs->isScheduleHigh && !rhs->isScheduleHigh)
77 if (!lhs->isScheduleHigh && rhs->isScheduleHigh)
80 if (lhs->getHeight() > rhs->getHeight())
82 else if (lhs->getHeight() < rhs->getHeight())
85 return (lhs->NodeNum < rhs->NodeNum);
/freebsd-11-stable/contrib/gcc/
H A Dtree-stdarg.c120 tree stmt, lhs, orig_lhs; local
135 orig_lhs = lhs = rhs;
136 while (lhs)
138 if (si->offsets[SSA_NAME_VERSION (lhs)] != -1)
146 ret -= counter_val - si->offsets[SSA_NAME_VERSION (lhs)];
150 stmt = SSA_NAME_DEF_STMT (lhs);
153 || TREE_OPERAND (stmt, 0) != lhs)
162 lhs = rhs;
170 lhs = TREE_OPERAND (rhs, 0);
180 lhs
445 check_va_list_escapes(struct stdarg_info *si, tree lhs, tree rhs) argument
527 tree lhs = TREE_OPERAND (stmt, 0); local
753 tree phi, lhs, rhs; local
812 tree lhs = TREE_OPERAND (stmt, 0); local
[all...]
H A Dtree-ssa-dom.c69 tree lhs; member in struct:edge_info
119 /* The value (lhs) of this expression. */
120 tree lhs; member in struct:expr_hash_elt
465 initialize_hash_element (tree expr, tree lhs, struct expr_hash_elt *element) argument
503 element->lhs = lhs;
629 tree lhs = edge_info->lhs; local
633 if (lhs && TREE_CODE (lhs)
669 tree lhs = edge_info->lhs; local
728 tree lhs = PHI_RESULT (phi); local
826 tree lhs = edge_info->lhs; local
1181 tree lhs, rhs, preinc, phi; local
1562 tree lhs = TREE_OPERAND (stmt, 0); local
1926 tree lhs; local
2058 tree lhs = PHI_RESULT (phi); local
2134 propagate_rhs_into_lhs(tree stmt, tree lhs, tree rhs, bitmap interesting_names) argument
2354 tree lhs = get_lhs_or_phi_result (t); local
[all...]
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dexpr.c1178 cpp_num lhs, cpp_num rhs, enum cpp_ttype op)
1180 lhs.overflow = false;
1181 lhs.unsignedp = lhs.unsignedp || rhs.unsignedp;
1187 lhs.low &= rhs.low;
1188 lhs.high &= rhs.high;
1192 lhs.low |= rhs.low;
1193 lhs.high |= rhs.high;
1197 lhs.low ^= rhs.low;
1198 lhs
1176 num_bitwise_op(cpp_reader *pfile ATTRIBUTE_UNUSED, cpp_num lhs, cpp_num rhs, enum cpp_ttype op) argument
1205 num_inequality_op(cpp_reader *pfile, cpp_num lhs, cpp_num rhs, enum cpp_ttype op) argument
1227 num_equality_op(cpp_reader *pfile ATTRIBUTE_UNUSED, cpp_num lhs, cpp_num rhs, enum cpp_ttype op) argument
1359 num_binary_op(cpp_reader *pfile, cpp_num lhs, cpp_num rhs, enum cpp_ttype op) argument
1425 num_part_mul(cpp_num_part lhs, cpp_num_part rhs) argument
1456 num_mul(cpp_reader *pfile, cpp_num lhs, cpp_num rhs) argument
1506 num_div_op(cpp_reader *pfile, cpp_num lhs, cpp_num rhs, enum cpp_ttype op) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DUniqueCStringMap.h180 bool operator()(const Entry &lhs, const Entry &rhs) { argument
181 return operator()(lhs.cstring, rhs.cstring);
184 bool operator()(const Entry &lhs, ConstString rhs) { argument
185 return operator()(lhs.cstring, rhs);
188 bool operator()(ConstString lhs, const Entry &rhs) { argument
189 return operator()(lhs, rhs.cstring);
195 bool operator()(ConstString lhs, ConstString rhs) { argument
196 return uintptr_t(lhs.GetCString()) < uintptr_t(rhs.GetCString());
H A DAddress.h185 /// \param[in] lhs
192 /// -1 if lhs < rhs
193 /// 0 if lhs == rhs
194 /// 1 if lhs > rhs
195 static int CompareFileAddress(const Address &lhs, const Address &rhs);
197 static int CompareLoadAddress(const Address &lhs, const Address &rhs,
200 static int CompareModulePointerAndOffset(const Address &lhs,
511 bool operator<(const Address &lhs, const Address &rhs);
512 bool operator>(const Address &lhs, const Address &rhs);
513 bool operator==(const Address &lhs, cons
[all...]
/freebsd-11-stable/usr.bin/dtc/
H A Dinput_buffer.cc543 expression_ptr lhs;
554 if (lhs->precedence() < new_left->precedence())
556 new_left->rhs = std::move(lhs);
557 lhs.reset(new_left);
561 static_cast<binary_operator_base*>(lhs.get())->insert_left(new_left);
576 result l = (*lhs)();
601 lhs->dump();
621 expression_ptr lhs; member in class:dtc::__anon5545::ternary_conditional_operator
629 result l = (*lhs)();
649 lhs
666 operator ()(const T &lhs, const T &rhs) const argument
674 operator ()(const T &lhs, const T &rhs) const argument
717 parse_binary_expression(expression_ptr lhs) argument
872 expression_ptr lhs; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolXCOFF.h57 StringRef lhs, rhs; local
58 std::tie(lhs, rhs) = name.rsplit('[');
60 return lhs;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DLineTable.h236 static int Compare(const Entry &lhs, const Entry &rhs) { argument
243 SCALAR_COMPARE(lhs.file_addr, rhs.file_addr);
244 SCALAR_COMPARE(lhs.line, rhs.line);
245 SCALAR_COMPARE(lhs.column, rhs.column);
246 SCALAR_COMPARE(lhs.is_start_of_statement, rhs.is_start_of_statement);
247 SCALAR_COMPARE(lhs.is_start_of_basic_block, rhs.is_start_of_basic_block);
248 // rhs and lhs reversed on purpose below.
249 SCALAR_COMPARE(rhs.is_prologue_end, lhs.is_prologue_end);
250 SCALAR_COMPARE(lhs.is_epilogue_begin, rhs.is_epilogue_begin);
251 // rhs and lhs reverse
267 EntryAddressLessThan(const Entry &lhs, const Entry &rhs) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFBaseDIE.cpp141 bool operator==(const DWARFBaseDIE &lhs, const DWARFBaseDIE &rhs) { argument
142 return lhs.GetDIE() == rhs.GetDIE() && lhs.GetCU() == rhs.GetCU();
145 bool operator!=(const DWARFBaseDIE &lhs, const DWARFBaseDIE &rhs) { argument
146 return !(lhs == rhs);
/freebsd-11-stable/contrib/gcclibs/libdecnumber/
H A DdecNumber.c151 /* lhs -- left hand side (operand, of an operation) */
222 static Int decCompare (const decNumber * lhs, const decNumber * rhs);
677 /* lhs is A */
685 decNumberAdd (decNumber * res, const decNumber * lhs, argument
689 decAddOp (res, lhs, rhs, set, 0, &status);
701 /* lhs is A */
708 decNumberCompare (decNumber * res, const decNumber * lhs, argument
712 decCompareOp (res, lhs, rhs, set, COMPARE, &status);
724 /* lhs is A */
731 decNumberDivide (decNumber * res, const decNumber * lhs, argument
754 decNumberDivideInteger(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set) argument
777 decNumberMax(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set) argument
800 decNumberMin(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set) argument
889 decNumberMultiply(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set) argument
976 decNumberPower(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set) argument
1263 decNumberQuantize(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set) argument
1292 decNumberRescale(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set) argument
1315 decNumberRemainder(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set) argument
1338 decNumberRemainderNear(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set) argument
1358 decNumberSameQuantum(decNumber * res, const decNumber * lhs, const decNumber * rhs) argument
1796 decNumberSubtract(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set) argument
2230 decAddOp(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set, uByte negate, uInt * status) argument
2707 decDivideOp(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set, Flag op, uInt * status) argument
3430 decMultiplyOp(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set, uInt * status) argument
3612 decQuantizeOp(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set, Flag quant, uInt * status) argument
3795 decCompareOp(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set, Flag op, uInt * status) argument
3959 decCompare(const decNumber * lhs, const decNumber * rhs) argument
5492 decNaNs(decNumber * res, const decNumber * lhs, const decNumber * rhs, uInt * status) argument
5708 decCheckOperands(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/utils/TableGen/
H A DASTTableGen.h119 friend bool operator<(WrappedRecord lhs, WrappedRecord rhs) { argument
120 assert(lhs && rhs && "sorting null nodes");
121 return lhs.get()->getName() < rhs.get()->getName();
123 friend bool operator>(WrappedRecord lhs, WrappedRecord rhs) { argument
124 return rhs < lhs;
126 friend bool operator<=(WrappedRecord lhs, WrappedRecord rhs) { argument
127 return !(rhs < lhs);
129 friend bool operator>=(WrappedRecord lhs, WrappedRecord rhs) { argument
130 return !(lhs < rhs);
132 friend bool operator==(WrappedRecord lhs, WrappedRecor argument
136 operator !=(WrappedRecord lhs, WrappedRecord rhs) argument
[all...]

Completed in 349 milliseconds

12345678910