Home
last modified time | relevance | path

Searched defs:lhs (Results 476 - 494 of 494) sorted by relevance

1...<<11121314151617181920

/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMReactor.cpp264 llvm::Value *lhs = jit->builder->CreateShuffleVector(mult, undef, evenIdx); in lowerMulAdd() local
760 Value *Nucleus::createAdd(Value *lhs, Value *rhs) in createAdd() argument
766 Value *Nucleus::createSub(Value *lhs, Value *rhs) in createSub() argument
772 Value *Nucleus::createMul(Value *lhs, Value *rhs) in createMul() argument
778 Value *Nucleus::createUDiv(Value *lhs, Value *rhs) in createUDiv() argument
784 createSDiv(Value *lhs, Value *rhs) createSDiv() argument
790 createFAdd(Value *lhs, Value *rhs) createFAdd() argument
796 createFSub(Value *lhs, Value *rhs) createFSub() argument
802 createFMul(Value *lhs, Value *rhs) createFMul() argument
808 createFDiv(Value *lhs, Value *rhs) createFDiv() argument
814 createURem(Value *lhs, Value *rhs) createURem() argument
820 createSRem(Value *lhs, Value *rhs) createSRem() argument
826 createFRem(Value *lhs, Value *rhs) createFRem() argument
832 operator %(RValue<Float4> lhs, RValue<Float4> rhs) operator %() argument
837 createShl(Value *lhs, Value *rhs) createShl() argument
843 createLShr(Value *lhs, Value *rhs) createLShr() argument
849 createAShr(Value *lhs, Value *rhs) createAShr() argument
855 createAnd(Value *lhs, Value *rhs) createAnd() argument
861 createOr(Value *lhs, Value *rhs) createOr() argument
867 createXor(Value *lhs, Value *rhs) createXor() argument
1503 createICmpEQ(Value *lhs, Value *rhs) createICmpEQ() argument
1509 createICmpNE(Value *lhs, Value *rhs) createICmpNE() argument
1515 createICmpUGT(Value *lhs, Value *rhs) createICmpUGT() argument
1521 createICmpUGE(Value *lhs, Value *rhs) createICmpUGE() argument
1527 createICmpULT(Value *lhs, Value *rhs) createICmpULT() argument
1533 createICmpULE(Value *lhs, Value *rhs) createICmpULE() argument
1539 createICmpSGT(Value *lhs, Value *rhs) createICmpSGT() argument
1545 createICmpSGE(Value *lhs, Value *rhs) createICmpSGE() argument
1551 createICmpSLT(Value *lhs, Value *rhs) createICmpSLT() argument
1557 createICmpSLE(Value *lhs, Value *rhs) createICmpSLE() argument
1563 createFCmpOEQ(Value *lhs, Value *rhs) createFCmpOEQ() argument
1569 createFCmpOGT(Value *lhs, Value *rhs) createFCmpOGT() argument
1575 createFCmpOGE(Value *lhs, Value *rhs) createFCmpOGE() argument
1581 createFCmpOLT(Value *lhs, Value *rhs) createFCmpOLT() argument
1587 createFCmpOLE(Value *lhs, Value *rhs) createFCmpOLE() argument
1593 createFCmpONE(Value *lhs, Value *rhs) createFCmpONE() argument
1599 createFCmpORD(Value *lhs, Value *rhs) createFCmpORD() argument
1605 createFCmpUNO(Value *lhs, Value *rhs) createFCmpUNO() argument
1611 createFCmpUEQ(Value *lhs, Value *rhs) createFCmpUEQ() argument
1617 createFCmpUGT(Value *lhs, Value *rhs) createFCmpUGT() argument
1623 createFCmpUGE(Value *lhs, Value *rhs) createFCmpUGE() argument
1629 createFCmpULT(Value *lhs, Value *rhs) createFCmpULT() argument
1635 createFCmpULE(Value *lhs, Value *rhs) createFCmpULE() argument
1641 createFCmpUNE(Value *lhs, Value *rhs) createFCmpUNE() argument
2052 operator <<(RValue<Short4> lhs, unsigned char rhs) operator <<() argument
2064 operator >>(RValue<Short4> lhs, unsigned char rhs) operator >>() argument
2204 operator <<(RValue<UShort4> lhs, unsigned char rhs) operator <<() argument
2216 operator >>(RValue<UShort4> lhs, unsigned char rhs) operator >>() argument
2285 operator <<(RValue<Short8> lhs, unsigned char rhs) operator <<() argument
2295 operator >>(RValue<Short8> lhs, unsigned char rhs) operator >>() argument
2330 operator <<(RValue<UShort8> lhs, unsigned char rhs) operator <<() argument
2340 operator >>(RValue<UShort8> lhs, unsigned char rhs) operator >>() argument
2497 operator <<(RValue<Int2> lhs, unsigned char rhs) operator <<() argument
2509 operator >>(RValue<Int2> lhs, unsigned char rhs) operator >>() argument
2526 operator <<(RValue<UInt2> lhs, unsigned char rhs) operator <<() argument
2538 operator >>(RValue<UInt2> lhs, unsigned char rhs) operator >>() argument
2652 operator <<(RValue<Int4> lhs, unsigned char rhs) operator <<() argument
2662 operator >>(RValue<Int4> lhs, unsigned char rhs) operator >>() argument
2835 operator <<(RValue<UInt4> lhs, unsigned char rhs) operator <<() argument
2845 operator >>(RValue<UInt4> lhs, unsigned char rhs) operator >>() argument
[all...]
H A DReactor.hpp1986 operator +(RValue<Int> lhs, RValue<Int4> rhs) operator +() argument
1991 operator +(RValue<Int4> lhs, RValue<Int> rhs) operator +() argument
2507 operator ==(const Pointer<T> &lhs, const Pointer<T> &rhs) operator ==() argument
2513 operator !=(const Pointer<T> &lhs, const Pointer<T> &rhs) operator !=() argument
[all...]
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dfunction.cc3604 TypedExpression lhs; in EmitStatement() local
3714 auto lhs = MakeOperand(inst, 0); EmitStatement() local
5955 auto* lhs = create<ast::IndexAccessorExpression>( MakeVectorInsertDynamic() local
6029 TypedExpression lhs = MakeCompositeInsert() local
[all...]
/third_party/python/Python/
H A Dceval.c5549 PyObject *lhs = TOP(); local
5568 PyObject *lhs = SECOND(); local
/kernel/linux/linux-5.10/drivers/block/
H A Drbd.c3685 static bool rbd_cid_equal(const struct rbd_client_id *lhs, in rbd_cid_equal() argument
3926 static bool locker_equal(const struct ceph_locker *lhs, in locker_equal() argument
/kernel/linux/linux-6.6/include/linux/
H A Dbpf.h2868 static inline bool bpf_prog_dev_bound_match(const struct bpf_prog *lhs, const struct bpf_prog *rhs) in bpf_prog_dev_bound_match() argument
/kernel/linux/linux-6.6/drivers/block/
H A Drbd.c3620 static bool rbd_cid_equal(const struct rbd_client_id *lhs, in rbd_cid_equal() argument
3861 static bool locker_equal(const struct ceph_locker *lhs, in locker_equal() argument
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/napi/
H A Dnapi_test.cpp1377 JSVM_Value lhs = nullptr; in equals_test_1() local
1389 JSVM_Value lhs = nullptr; in equals_test_2() local
1401 JSVM_Value lhs = nullptr; in equals_test_3() local
1415 JSVM_Value lhs in equals_test_4() local
1430 JSVM_Value lhs = nullptr; equals_test_5() local
1459 JSVM_Value lhs; equals_test_7() local
1471 JSVM_Value lhs; equals_test_8() local
1483 JSVM_Value lhs; equals_test_9() local
1497 JSVM_Value lhs = nullptr; equals_test_10() local
1511 JSVM_Value lhs = nullptr; equals_test_11() local
1524 JSVM_Value lhs = nullptr; equals_test_12() local
1537 JSVM_Value lhs = nullptr; equals_test_13() local
1550 JSVM_Value lhs; equals_test_14() local
1571 JSVM_Value lhs; equals_test_15() local
1584 JSVM_Value lhs = nullptr; equals_test_16() local
1596 JSVM_Value lhs = nullptr; equals_test_17() local
1609 JSVM_Value lhs = nullptr; equals_test_18() local
1622 JSVM_Value lhs = NULL; equals_test_19() local
1648 JSVM_Value lhs; equals_test_20() local
1663 JSVM_Value lhs; equals_test_21() local
1675 JSVM_Value lhs; equals_test_22() local
1688 JSVM_Value lhs = nullptr; equals_test_23() local
1700 JSVM_Value lhs; equals_test_24() local
[all...]
/third_party/glslang/glslang/HLSL/
H A DhlslParseHelper.cpp264 TIntermTyped* lhs = nodeAsUnary ? nodeAsUnary->getOperand() : in handleLvalue() local
[all...]
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_conn.c638 static int crypto_offset_less(const ngtcp2_ksl_key *lhs, in crypto_offset_less() argument
699 static int cycle_less(const ngtcp2_pq_entry *lhs, const ngtcp2_pq_entry *rhs) { in cycle_less() argument
788 static int cid_less(const ngtcp2_ksl_key *lhs, const ngtcp2_ksl_key *rhs) { in cid_less() argument
792 static int retired_ts_less(const ngtcp2_pq_entry *lhs, in retired_ts_less() argument
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.cc6194 Register lhs = VisitForRegisterValue(expr->left()); in VisitCompareOperation() local
6225 Register lhs = register_allocator()->NewRegister(); in VisitArithmeticExpression() local
6250 Register lhs in VisitNaryArithmeticExpression() local
3925 PrepareAssignmentLhs( Expression* lhs, AccumulatorPreservingMode accumulator_preserving_mode) PrepareAssignmentLhs() argument
[all...]
/third_party/node/deps/v8/src/parsing/
H A Dparser-base.h2641 ExpressionT lhs = in ParseObjectPropertyDefinition() local
6413 ExpressionT lhs = each_variable = ParseLeftHandSideExpression(); in ParseForAwaitStatement() local
/third_party/mesa3d/src/imgui/
H A Dimgui.cpp3626 static int IMGUI_CDECL ChildWindowComparer(const void* lhs, const void* rhs) in ChildWindowComparer() argument
H A Dimgui_internal.h194 static inline ImVec2 operator*(const ImVec2& lhs, const float rhs) { return ImVec2(lhs.x*rhs, lhs.y*rhs); } in operator *() argument
195 static inline ImVec2 operator/(const ImVec2& lhs, const float rhs) { return ImVec2(lhs.x/rhs, lhs.y/rhs); } in operator /() argument
196 static inline ImVec2 operator+(const ImVec2& lhs, const ImVec2& rhs) { return ImVec2(lhs.x+rhs.x, lhs.y+rhs.y); } in operator +() argument
197 static inline ImVec2 operator-(const ImVec2& lhs, cons in operator +() argument
198 operator *(const ImVec2& lhs, const ImVec2& rhs) operator *() argument
199 operator /(const ImVec2& lhs, const ImVec2& rhs) operator /() argument
200 operator +=(ImVec2& lhs, const ImVec2& rhs) operator +=() argument
201 operator -=(ImVec2& lhs, const ImVec2& rhs) operator -=() argument
202 operator *=(ImVec2& lhs, const float rhs) operator *=() argument
203 operator /=(ImVec2& lhs, const float rhs) operator /=() argument
204 operator +(const ImVec4& lhs, const ImVec4& rhs) operator +() argument
205 operator -(const ImVec4& lhs, const ImVec4& rhs) operator -() argument
206 operator *(const ImVec4& lhs, const ImVec4& rhs) operator *() argument
227 ImMin(T lhs, T rhs) ImMin() argument
228 ImMax(T lhs, T rhs) ImMax() argument
233 ImMin(const ImVec2& lhs, const ImVec2& rhs) ImMin() argument
234 ImMax(const ImVec2& lhs, const ImVec2& rhs) ImMax() argument
240 ImLengthSqr(const ImVec2& lhs) ImLengthSqr() argument
241 ImLengthSqr(const ImVec4& lhs) ImLengthSqr() argument
242 ImInvLength(const ImVec2& lhs, float fail_value) ImInvLength() argument
248 ImMul(const ImVec2& lhs, const ImVec2& rhs) ImMul() argument
[all...]
/third_party/libabigail/src/
H A Dabg-ir.cc2616 operator==(const elf_symbol_sptr& lhs, const elf_symbol_sptr& rhs) in operator ==() argument
2635 operator!=(const elf_symbol_sptr& lhs, const elf_symbol_sptr& rhs) in operator !=() argument
16037 operator |(qualified_type_def::CV lhs, qualified_type_def::CV rhs) operator |() argument
16061 operator &(qualified_type_def::CV lhs, qualified_type_def::CV rhs) operator &() argument
[all...]
/third_party/skia/third_party/externals/imgui/
H A Dimgui.cpp4273 static int IMGUI_CDECL ChildWindowComparer(const void* lhs, const void* rhs) in ChildWindowComparer() argument
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan.hpp726 T & lhs = get<T, Which>(); global() variable
[all...]
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...
/third_party/sqlite/src/
H A Dsqlite3.c87129 i64 lhs = vdbeRecordDecodeInt(serial_type, &aKey1[d1]); global() local
87300 i64 lhs; global() local
191554 fts3CompareElemByTerm( const void *lhs, const void *rhs ) global() argument
[all...]

Completed in 301 milliseconds

1...<<11121314151617181920