Home
last modified time | relevance | path

Searched defs:lhs (Results 51 - 75 of 474) sorted by relevance

12345678910>>...19

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkApiVersion.cpp73 bool isApiVersionEqual(deUint32 lhs, deUint32 rhs) in isApiVersionEqual() argument
111 deUint32 minVulkanAPIVersion(deUint32 lhs, deUint32 rhs) in minVulkanAPIVersion() argument
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dvalue_number_table.cpp196 bool ComputeSameValue::operator()(const Instruction& lhs, in operator ()() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dvalue_number_table.cpp196 bool ComputeSameValue::operator()(const Instruction& lhs, in operator ()() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCSymbolXCOFF.h57 StringRef lhs, rhs; in getUnqualifiedName() local
/third_party/skia/third_party/externals/tint/src/writer/glsl/
H A Dgenerator_impl_binary_test.cc129 auto* lhs = vec3<f32>(1.f, 1.f, 1.f); in TEST_F() local
147 auto* lhs = Expr(1.f); in TEST_F() local
166 auto* lhs = Expr("mat"); in TEST_F() local
182 auto* lhs = Expr(1.f); in TEST_F() local
198 auto* lhs = Expr("mat"); in TEST_F() local
214 auto* lhs = vec3<f32>(1.f, 1.f, 1.f); TEST_F() local
[all...]
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
H A Dgenerator_impl_binary_test.cc129 auto* lhs = vec3<f32>(1.f, 1.f, 1.f); in TEST_F() local
147 auto* lhs = Expr(1.f); in TEST_F() local
166 auto* lhs = Expr("mat"); in TEST_F() local
182 auto* lhs = Expr(1.f); in TEST_F() local
198 auto* lhs = Expr("mat"); in TEST_F() local
214 auto* lhs = vec3<f32>(1.f, 1.f, 1.f); TEST_F() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcordz_sample_token_test.cc113 CordzSampleToken::Iterator lhs = token1.begin(); in TEST() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcharconv.h88 inline constexpr chars_format operator&(chars_format lhs, chars_format rhs) { in operator &() argument
92 inline constexpr chars_format operator|(chars_format lhs, chars_format rhs) { in operator |() argument
96 inline constexpr chars_format operator^(chars_format lhs, chars_format rhs) { in operator ^() argument
103 inline chars_format& operator&=(chars_format& lhs, chars_format rhs) { in operator &=() argument
107 operator |=(chars_format& lhs, chars_format rhs) operator |=() argument
111 operator ^=(chars_format& lhs, chars_format rhs) operator ^=() argument
[all...]
/third_party/spirv-tools/source/opt/
H A Dvalue_number_table.cpp196 bool ComputeSameValue::operator()(const Instruction& lhs, in operator ()() argument
/applications/standard/app_samples/code/BasicFeature/Native/XComponent3D/entry/src/main/cpp/algorithm/
H A DVector3.cpp19 Vector3 Vector3::Add(Vector3 lhs, Vector3 rhs) in Add() argument
24 Vector3 Vector3::Subtract(Vector3 lhs, Vector3 rhs) in Subtract() argument
29 Vector3 Vector3::Multiply(Vector3 lhs, float rhs) { return Vector3(lhs argument
37 Length(Vector3 lhs) Length() argument
42 Normalize(Vector3 lhs) Normalize() argument
49 Cross(Vector3 lhs, Vector3 rhs) Cross() argument
57 Dot(Vector3 lhs, Vector3 rhs) Dot() argument
[all...]
/foundation/ability/ability_runtime/test/unittest/ams_service_app_spawn_msg_wrapper_test/
H A Dams_service_app_spawn_msg_wrapper_test.cpp332 int32_t lhs = sizeof(AppSpawnMsg); in HWTEST() local
354 int32_t lhs = 0; in HWTEST() local
/foundation/graphic/graphic_3d/lume/metaobject/test/src/
H A Dtest_utils.cpp63 bool operator>(const BASE_NS::Math::Vec3& lhs, const BASE_NS::Math::Vec3& rhs) in operator >() argument
68 bool operator<(const BASE_NS::Math::Vec3& lhs, const BASE_NS::Math::Vec3& rhs) in operator <() argument
73 bool operator>(const BASE_NS::Math::Vec2& lhs, const BASE_NS::Math::Vec2& rhs) in operator >() argument
78 bool operator<(const BASE_NS::Math::Vec2& lhs, cons argument
83 operator >=(const BASE_NS::Math::Vec3& lhs, const BASE_NS::Math::Vec3& rhs) operator >=() argument
88 operator <=(const BASE_NS::Math::Vec3& lhs, const BASE_NS::Math::Vec3& rhs) operator <=() argument
93 operator >=(const BASE_NS::Math::Vec2& lhs, const BASE_NS::Math::Vec2& rhs) operator >=() argument
98 operator <=(const BASE_NS::Math::Vec2& lhs, const BASE_NS::Math::Vec2& rhs) operator <=() argument
103 AreEqual(const BASE_NS::Math::Vec3& lhs, const BASE_NS::Math::Vec3& rhs, float epsilon) AreEqual() argument
109 AreNear(const BASE_NS::Math::Vec3& lhs, const BASE_NS::Math::Vec3& rhs) AreNear() argument
114 AreEqual(const BASE_NS::Math::Vec2& lhs, const BASE_NS::Math::Vec2& rhs, float epsilon) AreEqual() argument
119 AreNear(const BASE_NS::Math::Vec2& lhs, const BASE_NS::Math::Vec2& rhs) AreNear() argument
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_filter_test.cpp109 std::shared_ptr<RSFilter> lhs; in HWTEST_F() local
126 std::shared_ptr<RSFilter> lhs; in HWTEST_F() local
144 std::shared_ptr<RSFilter> lhs; HWTEST_F() local
[all...]
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/base/timer/core/
H A Dtimer_core.cpp171 bool TimerCore::IsSameOwner(const std::shared_ptr<Timer>& lhs, const std::weak_ptr<Timer>& rhs) in IsSameOwner() argument
/third_party/gn/src/base/numerics/
H A Dclamped_math.h148 static constexpr ClampedNumeric MathOp(const L lhs, const R rhs) { in MathOp() argument
220 ClampMathOp(const L lhs, const R rhs, const Args... args) { in ClampMathOp() argument
206 ClampMathOp( const L lhs, const R rhs) ClampMathOp() argument
/third_party/gn/src/base/
H A Dvalue_iterators.cc60 bool operator==(const dict_iterator& lhs, const dict_iterator& rhs) { in operator ==() argument
64 bool operator!=(const dict_iterator& lhs, const dict_iterator& rhs) { in operator !=() argument
116 bool operator==(const const_dict_iterator& lhs, in operator ==() argument
121 bool operator!=(const const_dict_iterator& lhs, in operator !=() argument
/third_party/cups-filters/filter/pdftopdf/
H A Dpptypes.cc45 Rotation operator+(Rotation lhs,Rotation rhs) // {{{ in operator +() argument
51 Rotation operator-(Rotation lhs,Rotation rhs) // {{{ in operator -() argument
/third_party/icu/icu4c/source/test/intltest/
H A Dpluralmaptest.cpp24 static UBool strEqual(const UnicodeString &lhs, const UnicodeString &rhs) { in strEqual() argument
192 PluralMapForPluralMapTest lhs; in TestCopyAndAssign() local
[all...]
/third_party/jerryscript/tests/unit-core/
H A Dtest-api-binary-operations-comparisons.cpp28 jerry_value_t lhs; member
/third_party/mesa3d/src/compiler/glsl/
H A Dlower_output_reads.cpp124 ir_dereference_variable *lhs = new(ctx) ir_dereference_variable(output); in copy() local
H A Dir_validate.cpp1082 const ir_dereference *const lhs = ir->lhs; in visit_enter() local
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_cid.c49 int ngtcp2_cid_less(const ngtcp2_cid *lhs, const ngtcp2_cid *rhs) { in ngtcp2_cid_less() argument
/third_party/node/deps/v8/src/compiler/
H A Dmachine-operator-reducer.h53 Node* Word32And(Node* lhs, uint32_t rhs) { in Word32And() argument
[all...]
/third_party/node/deps/v8/src/base/
H A Dbits.h237 inline bool SignedAddOverflow32(int32_t lhs, int32_t rhs, int32_t* val) { in SignedAddOverflow32() argument
251 inline bool SignedSubOverflow32(int32_t lhs, int32_t rhs, int32_t* val) { in SignedSubOverflow32() argument
269 SignedAddOverflow64(int64_t lhs, int64_t rhs, int64_t* val) SignedAddOverflow64() argument
279 SignedSubOverflow64(int64_t lhs, int64_t rhs, int64_t* val) SignedSubOverflow64() argument
309 UnsignedAddOverflow32(uint32_t lhs, uint32_t rhs, uint32_t* val) UnsignedAddOverflow32() argument
321 UnsignedDiv32(uint32_t lhs, uint32_t rhs) UnsignedDiv32() argument
328 UnsignedMod32(uint32_t lhs, uint32_t rhs) UnsignedMod32() argument
334 WraparoundAdd32(int32_t lhs, int32_t rhs) WraparoundAdd32() argument
[all...]
/third_party/node/deps/v8/include/v8-include/
H A Dv8-handle-base.h93 V8_INLINE static bool EqualHandles(const T1& lhs, const T2& rhs) { in EqualHandles() argument

Completed in 13 milliseconds

12345678910>>...19