/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validation_state.cpp | 1193 LogicallyMatch(const Instruction* lhs, const Instruction* rhs, bool check_decorations) LogicallyMatch() argument
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | decimfmt.cpp | 454 DecimalFormat& DecimalFormat::operator=(const DecimalFormat& rhs) { in operator =() argument
|
H A D | rbnf.cpp | 124 streq(const UChar* lhs, const UChar* rhs) { in streq() argument 875 RuleBasedNumberFormat(const RuleBasedNumberFormat& rhs) RuleBasedNumberFormat() argument 901 operator =(const RuleBasedNumberFormat& rhs) operator =() argument 947 const RuleBasedNumberFormat& rhs = (const RuleBasedNumberFormat&)other; operator ==() local [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
H A D | ANGLETest.cpp | 436 AssertEGLEnumsEqual(const char *lhsExpr, const char *rhsExpr, EGLenum lhs, EGLenum rhs) AssertEGLEnumsEqual() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/ |
H A D | Record.h | 810 BinOpInit(BinaryOp opc, Init *lhs, Init *rhs, RecTy *Type) : in BinOpInit() argument 866 TernOpInit(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs, in TernOpInit() argument
|
/third_party/skia/third_party/externals/tint/src/ |
H A D | program_builder.h | 1601 const ast::BinaryExpression* Add(LHS&& lhs, RHS&& rhs) { in Add() argument 1611 And(LHS&& lhs, RHS&& rhs) And() argument 1621 Or(LHS&& lhs, RHS&& rhs) Or() argument 1631 Sub(LHS&& lhs, RHS&& rhs) Sub() argument 1641 Mul(LHS&& lhs, RHS&& rhs) Mul() argument 1652 Mul(const Source& source, LHS&& lhs, RHS&& rhs) Mul() argument 1662 Div(LHS&& lhs, RHS&& rhs) Div() argument 1672 Shr(LHS&& lhs, RHS&& rhs) Shr() argument 1682 Shl(LHS&& lhs, RHS&& rhs) Shl() argument 1692 Equal(LHS&& lhs, RHS&& rhs) Equal() argument 2087 Assign(const Source& source, LhsExpressionInit&& lhs, RhsExpressionInit&& rhs) Assign() argument 2100 Assign(LhsExpressionInit&& lhs, RhsExpressionInit&& rhs) Assign() argument [all...] |
/third_party/python/Objects/ |
H A D | abstract.c | 1158 _PyNumber_PowerNoMod(PyObject *lhs, PyObject *rhs) in _PyNumber_PowerNoMod() argument 1318 _PyNumber_InPlacePowerNoMod(PyObject *lhs, PyObject *rhs) in _PyNumber_InPlacePowerNoMod() argument
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | cord.cc | 1227 int CompareChunks(absl::string_view* lhs, absl::string_view* rhs, in CompareChunks() argument 1306 inline int Cord::CompareSlowPath(absl::string_view rhs, size_t compared_size, in CompareSlowPath() argument 1336 CompareSlowPath(const Cord& rhs, size_t compared_size, size_t size_to_compare) const CompareSlowPath() argument 1380 GenericCompare(const Cord& lhs, const RHS& rhs, size_t size_to_compare) GenericCompare() argument 1396 EqualsImpl(absl::string_view rhs, size_t size_to_compare) const EqualsImpl() argument 1400 EqualsImpl(const Cord& rhs, size_t size_to_compare) const EqualsImpl() argument 1405 SharedCompareImpl(const Cord& lhs, const RHS& rhs) SharedCompareImpl() argument [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
H A D | optional_test.cc | 1253 constexpr bool operator==(const Int1& lhs, const Int2& rhs) { in operator ==() argument 1256 constexpr bool operator!=(const Int1& lhs, const Int2& rhs) { in operator !=() argument 1259 constexpr bool operator<(const Int1& lhs, const Int2& rhs) { in operator <() argument 1262 constexpr bool operator<=(const Int1& lhs, const Int2& rhs) { in operator <=() argument 1265 operator >(const Int1& lhs, const Int2& rhs) operator >() argument 1268 operator >=(const Int1& lhs, const Int2& rhs) operator >=() argument [all...] |
/third_party/spirv-tools/source/opt/ |
H A D | ir_context.h | 932 operator |(IRContext::Analysis lhs, IRContext::Analysis rhs) operator |() argument 938 operator |=(IRContext::Analysis& lhs, IRContext::Analysis rhs) operator |=() argument
|
H A D | loop_dependence.cpp | 1426 SENode* rhs = scalar_evolution_.CreateMultiplyNode( in PropagateConstraints() local
|
/third_party/spirv-tools/source/val/ |
H A D | validation_state.cpp | 1485 LogicallyMatch(const Instruction* lhs, const Instruction* rhs, bool check_decorations) LogicallyMatch() argument
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/ |
H A D | RewriteRowMajorMatrices.cpp | 153 TIntermTyped *rhs = binaryNode->getRight()->deepCopy(); in GetIndex() local 178 TIntermTyped *rhs = indices->front()->getAsTyped(); in ReplicateIndexNode() local 1417 TIntermTyped *rhs = from; in addFieldCopy() local [all...] |
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
H A D | gltf2_importer.cpp | 2184 GLTF2::ImportPhase operator+(GLTF2::ImportPhase lhs, int rhs) in operator +() argument
|
/foundation/window/window_manager/previewer/include/ |
H A D | wm_common.h | 234 inline SystemBarSettingFlag operator|(SystemBarSettingFlag lhs, SystemBarSettingFlag rhs) in operator |() argument
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | MeasureUnit.java | 634 public boolean equals(Object rhs) { in equals() argument
|
/third_party/icu/icu4c/source/common/ |
H A D | ucurr.cpp | 147 makeEquivalent( const icu::UnicodeString &lhs, const icu::UnicodeString &rhs, icu::Hashtable* hash, UErrorCode &status) makeEquivalent() argument [all...] |
/third_party/jerryscript/jerry-core/api/ |
H A D | jerry.c | 1064 jerry_binary_operation(jerry_binary_operation_t op, const jerry_value_t lhs, const jerry_value_t rhs) jerry_binary_operation() argument [all...] |
/third_party/node/deps/v8/src/wasm/baseline/s390/ |
H A D | liftoff-assembler-s390.h | 1717 void LiftoffAssembler::emit_i32_divs(Register dst, Register lhs, Register rhs, in emit_i32_divs() argument 1736 void LiftoffAssembler::emit_i32_divu(Register dst, Register lhs, Register rhs, in emit_i32_divu() argument 1744 emit_i32_rems(Register dst, Register lhs, Register rhs, Label* trap_div_by_zero) emit_i32_rems() argument 1770 emit_i32_remu(Register dst, Register lhs, Register rhs, Label* trap_div_by_zero) emit_i32_remu() argument 1778 emit_i64_divs(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, Label* trap_div_by_zero, Label* trap_div_unrepresentable) emit_i64_divs() argument 1801 emit_i64_divu(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, Label* trap_div_by_zero) emit_i64_divu() argument 1811 emit_i64_rems(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, Label* trap_div_by_zero) emit_i64_rems() argument 1841 emit_i64_remu(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, Label* trap_div_by_zero) emit_i64_remu() argument 1851 emit_f32_copysign(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f32_copysign() argument 1868 emit_f64_copysign(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f64_copysign() argument 2126 emit_cond_jump(LiftoffCondition liftoff_cond, Label* label, ValueKind kind, Register lhs, Register rhs) emit_cond_jump() argument 2208 emit_i32_set_cond(LiftoffCondition liftoff_cond, Register dst, Register lhs, Register rhs) emit_i32_set_cond() argument 2225 emit_i64_set_cond(LiftoffCondition liftoff_cond, Register dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64_set_cond() argument 2238 emit_f32_set_cond(LiftoffCondition liftoff_cond, Register dst, DoubleRegister lhs, DoubleRegister rhs) emit_f32_set_cond() argument 2245 emit_f64_set_cond(LiftoffCondition liftoff_cond, Register dst, DoubleRegister lhs, DoubleRegister rhs) emit_f64_set_cond() argument 2697 emit_i64x2_mul(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_mul() argument 2702 emit_i32x4_ge_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_ge_u() argument 2707 emit_i16x8_ge_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_ge_u() argument 2712 emit_i8x16_ge_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_ge_u() argument 2717 emit_i8x16_swizzle(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_swizzle() argument 2753 emit_i32x4_dot_i16x8_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_dot_i16x8_s() argument 2778 emit_i8x16_shuffle(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, const uint8_t shuffle[16], bool is_swizzle) emit_i8x16_shuffle() argument 2863 emit_i8x16_sconvert_i16x8(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_sconvert_i16x8() argument 2869 emit_i8x16_uconvert_i16x8(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_uconvert_i16x8() argument 2875 emit_i16x8_sconvert_i32x4(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_sconvert_i32x4() argument 2881 emit_i16x8_uconvert_i32x4(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_uconvert_i32x4() argument [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | ucurr.cpp | 150 makeEquivalent( const icu::UnicodeString &lhs, const icu::UnicodeString &rhs, icu::Hashtable* hash, UErrorCode &status) makeEquivalent() argument [all...] |
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | instruction-selector-mips.cc | 1520 InstructionOperand lhs, rhs; in VisitFloat32Compare() local 1534 InstructionOperand lhs, rhs; in VisitFloat64Compare() local
|
/third_party/node/deps/v8/src/compiler/ |
H A D | js-native-context-specialization.cc | 327 Node* const rhs = node->InputAt(1); in ReduceJSAdd() local
|
H A D | js-typed-lowering.cc | 852 auto rhs = TNode<Object>::UncheckedCast(r.right()); in ReduceJSEqual() local 858 &check_undetectable, rhs); in ReduceJSEqual() local 860 rhs); in ReduceJSEqual() local
|
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-compiler.cc | 1360 Register rhs = __ PopToRegister().gp(); in JumpIfFalse() local 1367 __ emit_i32_cond_jumpi(Flip(cond), false_dst, rhs, lhs_imm); in JumpIfFalse() local 1812 LiftoffRegister rhs = __ PopToRegister(); in EmitBinOp() local 1833 EmitDivOrRem64CCall(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, ExternalReference ext_ref, Label* trap_by_zero, Label* trap_unrepresentable = nullptr) EmitDivOrRem64CCall() argument 1866 BinOp(FullDecoder* decoder, WasmOpcode opcode, const Value& lhs, const Value& rhs, Value* result) BinOp() argument [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cDrawIndirectTests.cpp | 46 DILogger(const DILogger& rhs) in DILogger() argument
|