| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| H A D | vkApiVersion.cpp | 73 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 D | value_number_table.cpp | 196 bool ComputeSameValue::operator()(const Instruction& lhs, in operator ()() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| H A D | value_number_table.cpp | 196 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 D | MCSymbolXCOFF.h | 57 StringRef lhs, rhs; in getUnqualifiedName() local
|
| /third_party/skia/third_party/externals/tint/src/writer/glsl/ |
| H A D | generator_impl_binary_test.cc | 129 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 D | generator_impl_binary_test.cc | 129 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 D | cordz_sample_token_test.cc | 113 CordzSampleToken::Iterator lhs = token1.begin(); in TEST() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
| H A D | charconv.h | 88 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 D | value_number_table.cpp | 196 bool ComputeSameValue::operator()(const Instruction& lhs, in operator ()() argument
|
| /applications/standard/app_samples/code/BasicFeature/Native/XComponent3D/entry/src/main/cpp/algorithm/ |
| H A D | Vector3.cpp | 19 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 D | ams_service_app_spawn_msg_wrapper_test.cpp | 332 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 D | test_utils.cpp | 63 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 D | rs_filter_test.cpp | 109 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 D | timer_core.cpp | 171 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 D | clamped_math.h | 148 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 D | value_iterators.cc | 60 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 D | pptypes.cc | 45 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 D | pluralmaptest.cpp | 24 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 D | test-api-binary-operations-comparisons.cpp | 28 jerry_value_t lhs; member
|
| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | lower_output_reads.cpp | 124 ir_dereference_variable *lhs = new(ctx) ir_dereference_variable(output); in copy() local
|
| H A D | ir_validate.cpp | 1082 const ir_dereference *const lhs = ir->lhs; in visit_enter() local
|
| /third_party/node/deps/ngtcp2/ngtcp2/lib/ |
| H A D | ngtcp2_cid.c | 49 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 D | machine-operator-reducer.h | 53 Node* Word32And(Node* lhs, uint32_t rhs) { in Word32And() argument [all...] |
| /third_party/node/deps/v8/src/base/ |
| H A D | bits.h | 237 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 D | v8-handle-base.h | 93 V8_INLINE static bool EqualHandles(const T1& lhs, const T2& rhs) { in EqualHandles() argument
|