Home
last modified time | relevance | path

Searched refs:rhs (Results 1 - 25 of 1143) sorted by relevance

12345678910>>...46

/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_video.hpp289 bool operator==( H264SpsVuiFlags const & rhs ) const VULKAN_HPP_NOEXCEPT
291 return ( aspect_ratio_info_present_flag == rhs.aspect_ratio_info_present_flag ) && ( overscan_info_present_flag == rhs.overscan_info_present_flag ) &&
292 ( overscan_appropriate_flag == rhs.overscan_appropriate_flag ) && ( video_signal_type_present_flag == rhs.video_signal_type_present_flag ) &&
293 ( video_full_range_flag == rhs.video_full_range_flag ) && ( color_description_present_flag == rhs.color_description_present_flag ) &&
294 ( chroma_loc_info_present_flag == rhs.chroma_loc_info_present_flag ) && ( timing_info_present_flag == rhs.timing_info_present_flag ) &&
295 ( fixed_frame_rate_flag == rhs
[all...]
H A Dvulkan_structs.hpp36 VULKAN_HPP_CONSTEXPR AabbPositionsKHR( AabbPositionsKHR const & rhs ) VULKAN_HPP_NOEXCEPT = default;
38 AabbPositionsKHR( VkAabbPositionsKHR const & rhs ) VULKAN_HPP_NOEXCEPT : AabbPositionsKHR( *reinterpret_cast<AabbPositionsKHR const *>( &rhs ) ) {}
40 AabbPositionsKHR & operator=( AabbPositionsKHR const & rhs ) VULKAN_HPP_NOEXCEPT = default;
43 AabbPositionsKHR & operator=( VkAabbPositionsKHR const & rhs ) VULKAN_HPP_NOEXCEPT
45 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::AabbPositionsKHR const *>( &rhs );
112 bool operator==( AabbPositionsKHR const & rhs ) const VULKAN_HPP_NOEXCEPT
115 return this->reflect() == rhs.reflect();
117 return ( minX == rhs.minX ) && ( minY == rhs
[all...]
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp36 VULKAN_HPP_CONSTEXPR AabbPositionsKHR( AabbPositionsKHR const & rhs ) VULKAN_HPP_NOEXCEPT = default;
38 AabbPositionsKHR( VkAabbPositionsKHR const & rhs ) VULKAN_HPP_NOEXCEPT
39 : AabbPositionsKHR( *reinterpret_cast<AabbPositionsKHR const *>( &rhs ) )
43 AabbPositionsKHR & operator=( AabbPositionsKHR const & rhs ) VULKAN_HPP_NOEXCEPT = default;
45 AabbPositionsKHR & operator=( VkAabbPositionsKHR const & rhs ) VULKAN_HPP_NOEXCEPT
47 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::AabbPositionsKHR const *>( &rhs );
102 bool operator==( AabbPositionsKHR const & rhs ) const VULKAN_HPP_NOEXCEPT
104 return ( minX == rhs.minX ) && ( minY == rhs.minY ) && ( minZ == rhs
136 memcpy( static_cast<void *>( this ), &rhs, sizeof( VULKAN_HPP_NAMESPACE::DeviceOrHostAddressConstKHR ) ); global() variable
164 memcpy( static_cast<void *>( this ), &rhs, sizeof( VULKAN_HPP_NAMESPACE::DeviceOrHostAddressConstKHR ) ); global() variable
512 memcpy( static_cast<void *>( this ), &rhs, sizeof( VULKAN_HPP_NAMESPACE::AccelerationStructureGeometryDataKHR ) ); global() variable
556 memcpy( static_cast<void *>( this ), &rhs, sizeof( VULKAN_HPP_NAMESPACE::AccelerationStructureGeometryDataKHR ) ); global() variable
680 memcpy( static_cast<void *>( this ), &rhs, sizeof( VULKAN_HPP_NAMESPACE::DeviceOrHostAddressKHR ) ); global() variable
706 memcpy( static_cast<void *>( this ), &rhs, sizeof( VULKAN_HPP_NAMESPACE::DeviceOrHostAddressKHR ) ); global() variable
3089 static_cast<void *>( this ), &rhs, sizeof( VULKAN_HPP_NAMESPACE::AccelerationStructureMotionInstanceDataNV ) ); global() variable
3136 static_cast<void *>( this ), &rhs, sizeof( VULKAN_HPP_NAMESPACE::AccelerationStructureMotionInstanceDataNV ) ); global() variable
10623 memcpy( static_cast<void *>( this ), &rhs, sizeof( VULKAN_HPP_NAMESPACE::ClearColorValue ) ); global() variable
10656 memcpy( static_cast<void *>( this ), &rhs, sizeof( VULKAN_HPP_NAMESPACE::ClearColorValue ) ); global() variable
10756 memcpy( static_cast<void *>( this ), &rhs, sizeof( VULKAN_HPP_NAMESPACE::ClearValue ) ); global() variable
10781 memcpy( static_cast<void *>( this ), &rhs, sizeof( VULKAN_HPP_NAMESPACE::ClearValue ) ); global() variable
37568 memcpy( static_cast<void *>( this ), &rhs, sizeof( VULKAN_HPP_NAMESPACE::PerformanceCounterResultKHR ) ); global() variable
37625 memcpy( static_cast<void *>( this ), &rhs, sizeof( VULKAN_HPP_NAMESPACE::PerformanceCounterResultKHR ) ); global() variable
38019 memcpy( static_cast<void *>( this ), &rhs, sizeof( VULKAN_HPP_NAMESPACE::PerformanceValueDataINTEL ) ); global() variable
38066 memcpy( static_cast<void *>( this ), &rhs, sizeof( VULKAN_HPP_NAMESPACE::PerformanceValueDataINTEL ) ); global() variable
59363 memcpy( static_cast<void *>( this ), &rhs, sizeof( VULKAN_HPP_NAMESPACE::PipelineExecutableStatisticValueKHR ) ); global() variable
59404 memcpy( static_cast<void *>( this ), &rhs, sizeof( VULKAN_HPP_NAMESPACE::PipelineExecutableStatisticValueKHR ) ); global() variable
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DReactor.cpp98 std::sort(sorted.begin(), sorted.end(), [&](auto &lhs, auto &rhs) { in materializeAll()
99 return lhs.second < rhs.second; in materializeAll()
212 static Value *createShuffle4(Value *lhs, Value *rhs, uint16_t select) in createShuffle4() argument
221 return Nucleus::createShuffleVector(lhs, rhs, swizzle); in createShuffle4()
250 static Value *createMask4(Value *lhs, Value *rhs, uint16_t select) in createMask4() argument
266 return Nucleus::createShuffleVector(lhs, rhs, swizzle); in createMask4()
279 Bool::Bool(RValue<Bool> rhs) in Bool() argument
281 store(rhs); in Bool()
284 Bool::Bool(const Bool &rhs) in Bool() argument
286 store(rhs in Bool()
289 Bool(const Reference<Bool> &rhs) Bool() argument
294 operator =(RValue<Bool> rhs) operator =() argument
299 operator =(const Bool &rhs) operator =() argument
304 operator =(const Reference<Bool> &rhs) operator =() argument
314 operator &&(RValue<Bool> lhs, RValue<Bool> rhs) operator &&() argument
319 operator ||(RValue<Bool> lhs, RValue<Bool> rhs) operator ||() argument
324 operator !=(RValue<Bool> lhs, RValue<Bool> rhs) operator !=() argument
329 operator ==(RValue<Bool> lhs, RValue<Bool> rhs) operator ==() argument
370 Byte(RValue<Byte> rhs) Byte() argument
375 Byte(const Byte &rhs) Byte() argument
380 Byte(const Reference<Byte> &rhs) Byte() argument
385 operator =(RValue<Byte> rhs) operator =() argument
390 operator =(const Byte &rhs) operator =() argument
395 operator =(const Reference<Byte> &rhs) operator =() argument
400 operator +(RValue<Byte> lhs, RValue<Byte> rhs) operator +() argument
405 operator -(RValue<Byte> lhs, RValue<Byte> rhs) operator -() argument
410 operator *(RValue<Byte> lhs, RValue<Byte> rhs) operator *() argument
415 operator /(RValue<Byte> lhs, RValue<Byte> rhs) operator /() argument
420 operator %(RValue<Byte> lhs, RValue<Byte> rhs) operator %() argument
425 operator &(RValue<Byte> lhs, RValue<Byte> rhs) operator &() argument
430 operator |(RValue<Byte> lhs, RValue<Byte> rhs) operator |() argument
435 operator ^(RValue<Byte> lhs, RValue<Byte> rhs) operator ^() argument
440 operator <<(RValue<Byte> lhs, RValue<Byte> rhs) operator <<() argument
445 operator >>(RValue<Byte> lhs, RValue<Byte> rhs) operator >>() argument
450 operator +=(Byte &lhs, RValue<Byte> rhs) operator +=() argument
455 operator -=(Byte &lhs, RValue<Byte> rhs) operator -=() argument
460 operator *=(Byte &lhs, RValue<Byte> rhs) operator *=() argument
465 operator /=(Byte &lhs, RValue<Byte> rhs) operator /=() argument
470 operator %=(Byte &lhs, RValue<Byte> rhs) operator %=() argument
475 operator &=(Byte &lhs, RValue<Byte> rhs) operator &=() argument
480 operator |=(Byte &lhs, RValue<Byte> rhs) operator |=() argument
485 operator ^=(Byte &lhs, RValue<Byte> rhs) operator ^=() argument
490 operator <<=(Byte &lhs, RValue<Byte> rhs) operator <<=() argument
495 operator >>=(Byte &lhs, RValue<Byte> rhs) operator >>=() argument
551 operator <(RValue<Byte> lhs, RValue<Byte> rhs) operator <() argument
556 operator <=(RValue<Byte> lhs, RValue<Byte> rhs) operator <=() argument
561 operator >(RValue<Byte> lhs, RValue<Byte> rhs) operator >() argument
566 operator >=(RValue<Byte> lhs, RValue<Byte> rhs) operator >=() argument
571 operator !=(RValue<Byte> lhs, RValue<Byte> rhs) operator !=() argument
576 operator ==(RValue<Byte> lhs, RValue<Byte> rhs) operator ==() argument
605 SByte(RValue<SByte> rhs) SByte() argument
610 SByte(const SByte &rhs) SByte() argument
615 SByte(const Reference<SByte> &rhs) SByte() argument
620 operator =(RValue<SByte> rhs) operator =() argument
625 operator =(const SByte &rhs) operator =() argument
630 operator =(const Reference<SByte> &rhs) operator =() argument
635 operator +(RValue<SByte> lhs, RValue<SByte> rhs) operator +() argument
640 operator -(RValue<SByte> lhs, RValue<SByte> rhs) operator -() argument
645 operator *(RValue<SByte> lhs, RValue<SByte> rhs) operator *() argument
650 operator /(RValue<SByte> lhs, RValue<SByte> rhs) operator /() argument
655 operator %(RValue<SByte> lhs, RValue<SByte> rhs) operator %() argument
660 operator &(RValue<SByte> lhs, RValue<SByte> rhs) operator &() argument
665 operator |(RValue<SByte> lhs, RValue<SByte> rhs) operator |() argument
670 operator ^(RValue<SByte> lhs, RValue<SByte> rhs) operator ^() argument
675 operator <<(RValue<SByte> lhs, RValue<SByte> rhs) operator <<() argument
680 operator >>(RValue<SByte> lhs, RValue<SByte> rhs) operator >>() argument
685 operator +=(SByte &lhs, RValue<SByte> rhs) operator +=() argument
690 operator -=(SByte &lhs, RValue<SByte> rhs) operator -=() argument
695 operator *=(SByte &lhs, RValue<SByte> rhs) operator *=() argument
700 operator /=(SByte &lhs, RValue<SByte> rhs) operator /=() argument
705 operator %=(SByte &lhs, RValue<SByte> rhs) operator %=() argument
710 operator &=(SByte &lhs, RValue<SByte> rhs) operator &=() argument
715 operator |=(SByte &lhs, RValue<SByte> rhs) operator |=() argument
720 operator ^=(SByte &lhs, RValue<SByte> rhs) operator ^=() argument
725 operator <<=(SByte &lhs, RValue<SByte> rhs) operator <<=() argument
730 operator >>=(SByte &lhs, RValue<SByte> rhs) operator >>=() argument
786 operator <(RValue<SByte> lhs, RValue<SByte> rhs) operator <() argument
791 operator <=(RValue<SByte> lhs, RValue<SByte> rhs) operator <=() argument
796 operator >(RValue<SByte> lhs, RValue<SByte> rhs) operator >() argument
801 operator >=(RValue<SByte> lhs, RValue<SByte> rhs) operator >=() argument
806 operator !=(RValue<SByte> lhs, RValue<SByte> rhs) operator !=() argument
811 operator ==(RValue<SByte> lhs, RValue<SByte> rhs) operator ==() argument
833 Short(RValue<Short> rhs) Short() argument
838 Short(const Short &rhs) Short() argument
843 Short(const Reference<Short> &rhs) Short() argument
848 operator =(RValue<Short> rhs) operator =() argument
853 operator =(const Short &rhs) operator =() argument
858 operator =(const Reference<Short> &rhs) operator =() argument
863 operator +(RValue<Short> lhs, RValue<Short> rhs) operator +() argument
868 operator -(RValue<Short> lhs, RValue<Short> rhs) operator -() argument
873 operator *(RValue<Short> lhs, RValue<Short> rhs) operator *() argument
878 operator /(RValue<Short> lhs, RValue<Short> rhs) operator /() argument
883 operator %(RValue<Short> lhs, RValue<Short> rhs) operator %() argument
888 operator &(RValue<Short> lhs, RValue<Short> rhs) operator &() argument
893 operator |(RValue<Short> lhs, RValue<Short> rhs) operator |() argument
898 operator ^(RValue<Short> lhs, RValue<Short> rhs) operator ^() argument
903 operator <<(RValue<Short> lhs, RValue<Short> rhs) operator <<() argument
908 operator >>(RValue<Short> lhs, RValue<Short> rhs) operator >>() argument
913 operator +=(Short &lhs, RValue<Short> rhs) operator +=() argument
918 operator -=(Short &lhs, RValue<Short> rhs) operator -=() argument
923 operator *=(Short &lhs, RValue<Short> rhs) operator *=() argument
928 operator /=(Short &lhs, RValue<Short> rhs) operator /=() argument
933 operator %=(Short &lhs, RValue<Short> rhs) operator %=() argument
938 operator &=(Short &lhs, RValue<Short> rhs) operator &=() argument
943 operator |=(Short &lhs, RValue<Short> rhs) operator |=() argument
948 operator ^=(Short &lhs, RValue<Short> rhs) operator ^=() argument
953 operator <<=(Short &lhs, RValue<Short> rhs) operator <<=() argument
958 operator >>=(Short &lhs, RValue<Short> rhs) operator >>=() argument
1014 operator <(RValue<Short> lhs, RValue<Short> rhs) operator <() argument
1019 operator <=(RValue<Short> lhs, RValue<Short> rhs) operator <=() argument
1024 operator >(RValue<Short> lhs, RValue<Short> rhs) operator >() argument
1029 operator >=(RValue<Short> lhs, RValue<Short> rhs) operator >=() argument
1034 operator !=(RValue<Short> lhs, RValue<Short> rhs) operator !=() argument
1039 operator ==(RValue<Short> lhs, RValue<Short> rhs) operator ==() argument
1068 UShort(RValue<UShort> rhs) UShort() argument
1073 UShort(const UShort &rhs) UShort() argument
1078 UShort(const Reference<UShort> &rhs) UShort() argument
1083 operator =(RValue<UShort> rhs) operator =() argument
1088 operator =(const UShort &rhs) operator =() argument
1093 operator =(const Reference<UShort> &rhs) operator =() argument
1098 operator +(RValue<UShort> lhs, RValue<UShort> rhs) operator +() argument
1103 operator -(RValue<UShort> lhs, RValue<UShort> rhs) operator -() argument
1108 operator *(RValue<UShort> lhs, RValue<UShort> rhs) operator *() argument
1113 operator /(RValue<UShort> lhs, RValue<UShort> rhs) operator /() argument
1118 operator %(RValue<UShort> lhs, RValue<UShort> rhs) operator %() argument
1123 operator &(RValue<UShort> lhs, RValue<UShort> rhs) operator &() argument
1128 operator |(RValue<UShort> lhs, RValue<UShort> rhs) operator |() argument
1133 operator ^(RValue<UShort> lhs, RValue<UShort> rhs) operator ^() argument
1138 operator <<(RValue<UShort> lhs, RValue<UShort> rhs) operator <<() argument
1143 operator >>(RValue<UShort> lhs, RValue<UShort> rhs) operator >>() argument
1148 operator +=(UShort &lhs, RValue<UShort> rhs) operator +=() argument
1153 operator -=(UShort &lhs, RValue<UShort> rhs) operator -=() argument
1158 operator *=(UShort &lhs, RValue<UShort> rhs) operator *=() argument
1163 operator /=(UShort &lhs, RValue<UShort> rhs) operator /=() argument
1168 operator %=(UShort &lhs, RValue<UShort> rhs) operator %=() argument
1173 operator &=(UShort &lhs, RValue<UShort> rhs) operator &=() argument
1178 operator |=(UShort &lhs, RValue<UShort> rhs) operator |=() argument
1183 operator ^=(UShort &lhs, RValue<UShort> rhs) operator ^=() argument
1188 operator <<=(UShort &lhs, RValue<UShort> rhs) operator <<=() argument
1193 operator >>=(UShort &lhs, RValue<UShort> rhs) operator >>=() argument
1249 operator <(RValue<UShort> lhs, RValue<UShort> rhs) operator <() argument
1254 operator <=(RValue<UShort> lhs, RValue<UShort> rhs) operator <=() argument
1259 operator >(RValue<UShort> lhs, RValue<UShort> rhs) operator >() argument
1264 operator >=(RValue<UShort> lhs, RValue<UShort> rhs) operator >=() argument
1269 operator !=(RValue<UShort> lhs, RValue<UShort> rhs) operator !=() argument
1274 operator ==(RValue<UShort> lhs, RValue<UShort> rhs) operator ==() argument
[all...]
H A DReactor.hpp219 RValue<T> operator=(RValue<T> rhs) const;
222 RValue<T> operator+=(RValue<T> rhs) const;
297 RValue(const Reference<T> &rhs);
329 Bool(RValue<Bool> rhs);
330 Bool(const Bool &rhs);
331 Bool(const Reference<Bool> &rhs);
333 // RValue<Bool> operator=(bool rhs); // FIXME: Implement
334 RValue<Bool> operator=(RValue<Bool> rhs);
335 RValue<Bool> operator=(const Bool &rhs);
336 RValue<Bool> operator=(const Reference<Bool> &rhs);
1986 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
2826 operator =(RValue<Vector4> rhs) operator =() argument
2833 operator =(RValue<typename Scalar<Vector4>::Type> rhs) operator =() argument
2863 operator =(RValue<Vector4> rhs) operator =() argument
2870 operator =(RValue<typename Scalar<Vector4>::Type> rhs) operator =() argument
2886 operator =(RValue<Vector4> rhs) operator =() argument
2893 Float(const SwizzleMask1<Float4, T> &rhs) Float() argument
2899 operator =(const SwizzleMask1<Float4, T> &rhs) operator =() argument
2905 Float4(const SwizzleMask1<Float4, T> &rhs) Float4() argument
2912 Float4(const Swizzle4<Float4, T> &rhs) Float4() argument
2951 operator =(const SwizzleMask1<Float4, T> &rhs) operator =() argument
2957 operator =(const Swizzle4<Float4, T> &rhs) operator =() argument
2981 Pointer(RValue<Pointer<T>> rhs) Pointer() argument
2988 Pointer(const Pointer<T> &rhs) Pointer() argument
2995 Pointer(const Reference<Pointer<T>> &rhs) Pointer() argument
3010 operator =(RValue<Pointer<T>> rhs) operator =() argument
3016 operator =(const Pointer<T> &rhs) operator =() argument
3022 operator =(const Reference<Pointer<T>> &rhs) operator =() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsScanHelpers.cpp59 string getOpOperation (Operator op, VkFormat format, string lhs, string rhs) in getOpOperation() argument
67 return lhs + " + " + rhs; in getOpOperation()
69 return lhs + " * " + rhs; in getOpOperation()
74 return "min(" + lhs + ", " + rhs + ")"; in getOpOperation()
78 return "(isnan(" + lhs + ") ? " + rhs + " : (isnan(" + rhs + ") ? " + lhs + " : min(" + lhs + ", " + rhs + ")))"; in getOpOperation()
88 return "mix(mix(min(" + lhs + ", " + rhs + "), " + lhs + ", isnan(" + rhs + ")), " + rhs in getOpOperation()
277 getCompare(Operator op, VkFormat format, string lhs, string rhs) getCompare() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupsScanHelpers.cpp59 string getOpOperation (Operator op, VkFormat format, string lhs, string rhs) in getOpOperation() argument
67 return lhs + " + " + rhs; in getOpOperation()
69 return lhs + " * " + rhs; in getOpOperation()
74 return "min(" + lhs + ", " + rhs + ")"; in getOpOperation()
78 return "(isnan(" + lhs + ") ? " + rhs + " : (isnan(" + rhs + ") ? " + lhs + " : min(" + lhs + ", " + rhs + ")))"; in getOpOperation()
88 return "mix(mix(min(" + lhs + ", " + rhs + "), " + lhs + ", isnan(" + rhs + ")), " + rhs in getOpOperation()
277 getCompare(Operator op, VkFormat format, string lhs, string rhs) getCompare() argument
[all...]
/third_party/skia/third_party/externals/d3d12allocator/src/
H A DCommon.h97 vec2 operator+(const vec2& rhs) const { return vec2(x + rhs.x, y + rhs.y); } in operator +()
98 vec2 operator-(const vec2& rhs) const { return vec2(x - rhs.x, y - rhs.y); } in operator -()
117 vec3 operator+(const vec3& rhs) const { return vec3(x + rhs.x, y + rhs.y, z + rhs
127 Dot(const vec3& lhs, const vec3& rhs) Dot() argument
131 Cross(const vec3& lhs, const vec3& rhs) Cross() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkComputePipelineConstructionUtil.cpp86 ComputePipelineWrapper::ComputePipelineWrapper (const ComputePipelineWrapper& rhs) noexcept
87 : m_internalData (rhs.m_internalData)
88 , m_programBinary (rhs.m_programBinary)
89 , m_descriptorSetLayouts (rhs.m_descriptorSetLayouts)
90 , m_specializationInfo (rhs.m_specializationInfo)
91 , m_pipelineCreateFlags (rhs.m_pipelineCreateFlags)
92 , m_pipelineCreatePNext (rhs.m_pipelineCreatePNext)
93 , m_subgroupSize (rhs.m_subgroupSize) in m_subgroupSize()
95 DE_ASSERT(rhs.m_pipeline.get() == DE_NULL); in m_subgroupSize()
97 DE_ASSERT(rhs in m_subgroupSize()
[all...]
/third_party/node/deps/v8/src/base/
H A Dlogging.h98 #define CHECK_OP(name, op, lhs, rhs) \
102 typename ::v8::base::pass_value_or_ref<decltype(rhs)>::type>( \
103 (lhs), (rhs), #lhs " " #op " " #rhs)) { \
109 #define DCHECK_OP(name, op, lhs, rhs) \
113 typename ::v8::base::pass_value_or_ref<decltype(rhs)>::type>( \
114 (lhs), (rhs), #lhs " " #op " " #rhs)) { \
125 #define CHECK_OP(name, op, lhs, rhs) \
129 typename ::v8::base::pass_value_or_ref<decltype(rhs)>
242 MakeCheckOpString(Lhs lhs, Rhs rhs, char const* msg) MakeCheckOpString() argument
[all...]
H A Dbits.cc49 int32_t SignedMulHigh32(int32_t lhs, int32_t rhs) { in SignedMulHigh32() argument
50 int64_t const value = static_cast<int64_t>(lhs) * static_cast<int64_t>(rhs); in SignedMulHigh32()
55 int32_t SignedMulHighAndAdd32(int32_t lhs, int32_t rhs, int32_t acc) { in SignedMulHighAndAdd32() argument
57 bit_cast<uint32_t>(SignedMulHigh32(lhs, rhs))); in SignedMulHighAndAdd32()
61 int32_t SignedDiv32(int32_t lhs, int32_t rhs) { in SignedDiv32() argument
62 if (rhs == 0) return 0; in SignedDiv32()
63 if (rhs == -1) return lhs == std::numeric_limits<int32_t>::min() ? lhs : -lhs; in SignedDiv32()
64 return lhs / rhs; in SignedDiv32()
68 int32_t SignedMod32(int32_t lhs, int32_t rhs) { in SignedMod32() argument
69 if (rhs in SignedMod32()
73 SignedSaturatedAdd64(int64_t lhs, int64_t rhs) SignedSaturatedAdd64() argument
82 SignedSaturatedSub64(int64_t lhs, int64_t rhs) SignedSaturatedSub64() argument
91 SignedMulOverflow32(int32_t lhs, int32_t rhs, int32_t* val) SignedMulOverflow32() argument
[all...]
H A Dbits.h234 // SignedAddOverflow32(lhs,rhs,val) performs a signed summation of |lhs| and
235 // |rhs| and stores the result into the variable pointed to by |val| and
237 inline bool SignedAddOverflow32(int32_t lhs, int32_t rhs, int32_t* val) { in SignedAddOverflow32() argument
239 return __builtin_sadd_overflow(lhs, rhs, val); in SignedAddOverflow32()
241 uint32_t res = static_cast<uint32_t>(lhs) + static_cast<uint32_t>(rhs); in SignedAddOverflow32()
243 return ((res ^ lhs) & (res ^ rhs) & (1U << 31)) != 0; in SignedAddOverflow32()
248 // SignedSubOverflow32(lhs,rhs,val) performs a signed subtraction of |lhs| and
249 // |rhs| and stores the result into the variable pointed to by |val| and
251 inline bool SignedSubOverflow32(int32_t lhs, int32_t rhs, int32_t* val) { in SignedSubOverflow32() argument
253 return __builtin_ssub_overflow(lhs, rhs, va in SignedSubOverflow32()
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/src/compiler/
H A Doperation-typer.cc589 Type OperationTyper::NumberAdd(Type lhs, Type rhs) { in NumberAdd() argument
591 DCHECK(rhs.Is(Type::Number())); in NumberAdd()
593 if (lhs.IsNone() || rhs.IsNone()) return Type::None(); in NumberAdd()
597 bool maybe_nan = lhs.Maybe(Type::NaN()) || rhs.Maybe(Type::NaN()); in NumberAdd()
606 if (rhs.Maybe(Type::MinusZero())) { in NumberAdd()
607 rhs = Type::Union(rhs, cache_->kSingletonZero, zone()); in NumberAdd()
615 rhs = Type::Intersect(rhs, Type::PlainNumber(), zone()); in NumberAdd()
616 if (!lhs.IsNone() && !rhs in NumberAdd()
634 NumberSubtract(Type lhs, Type rhs) NumberSubtract() argument
677 SpeculativeSafeIntegerAdd(Type lhs, Type rhs) SpeculativeSafeIntegerAdd() argument
687 SpeculativeSafeIntegerSubtract(Type lhs, Type rhs) SpeculativeSafeIntegerSubtract() argument
697 NumberMultiply(Type lhs, Type rhs) NumberMultiply() argument
742 NumberDivide(Type lhs, Type rhs) NumberDivide() argument
771 NumberModulus(Type lhs, Type rhs) NumberModulus() argument
840 NumberBitwiseOr(Type lhs, Type rhs) NumberBitwiseOr() argument
877 NumberBitwiseAnd(Type lhs, Type rhs) NumberBitwiseAnd() argument
908 NumberBitwiseXor(Type lhs, Type rhs) NumberBitwiseXor() argument
933 NumberShiftLeft(Type lhs, Type rhs) NumberShiftLeft() argument
968 NumberShiftRight(Type lhs, Type rhs) NumberShiftRight() argument
993 NumberShiftRightLogical(Type lhs, Type rhs) NumberShiftRightLogical() argument
1022 NumberAtan2(Type lhs, Type rhs) NumberAtan2() argument
1028 NumberImul(Type lhs, Type rhs) NumberImul() argument
1035 NumberMax(Type lhs, Type rhs) NumberMax() argument
1070 NumberMin(Type lhs, Type rhs) NumberMin() argument
1105 NumberPow(Type lhs, Type rhs) NumberPow() argument
1132 BigIntAdd(Type lhs, Type rhs) BigIntAdd() argument
1140 BigIntSubtract(Type lhs, Type rhs) BigIntSubtract() argument
1155 SpeculativeBigIntAdd(Type lhs, Type rhs) SpeculativeBigIntAdd() argument
1160 SpeculativeBigIntSubtract(Type lhs, Type rhs) SpeculativeBigIntSubtract() argument
1225 SameValue(Type lhs, Type rhs) SameValue() argument
1246 SameValueNumbersOnly(Type lhs, Type rhs) SameValueNumbersOnly() argument
1253 StrictEqual(Type lhs, Type rhs) StrictEqual() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsClusteredTests.cpp90 std::string getOpTypeOperation(int opType, Format format, std::string lhs, std::string rhs) in getOpTypeOperation() argument
98 return lhs + " + " + rhs; in getOpTypeOperation()
100 return lhs + " * " + rhs; in getOpTypeOperation()
105 return "min(" + lhs + ", " + rhs + ")"; in getOpTypeOperation()
108 return "(isnan(" + lhs + ") ? " + rhs + " : (isnan(" + rhs + ") ? " + lhs + " : min(" + lhs + ", " + rhs + ")))"; in getOpTypeOperation()
115 return "mix(mix(min(" + lhs + ", " + rhs + "), " + lhs + ", isnan(" + rhs + ")), " + rhs in getOpTypeOperation()
272 getCompare(int opType, Format format, std::string lhs, std::string rhs) getCompare() argument
[all...]
H A DglcSubgroupsArithmeticTests.cpp132 std::string getOpTypeOperation(int opType, Format format, std::string lhs, std::string rhs) in getOpTypeOperation() argument
142 return lhs + " + " + rhs; in getOpTypeOperation()
146 return lhs + " * " + rhs; in getOpTypeOperation()
153 return "min(" + lhs + ", " + rhs + ")"; in getOpTypeOperation()
156 return "(isnan(" + lhs + ") ? " + rhs + " : (isnan(" + rhs + ") ? " + lhs + " : min(" + lhs + ", " + rhs + ")))"; in getOpTypeOperation()
163 return "mix(mix(min(" + lhs + ", " + rhs + "), " + lhs + ", isnan(" + rhs + ")), " + rhs in getOpTypeOperation()
342 getCompare(int opType, Format format, std::string lhs, std::string rhs) getCompare() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DConstantUnion.cpp20 float CheckedSum(float lhs, float rhs, TDiagnostics *diag, const TSourceLoc &line) in CheckedSum() argument
22 float result = lhs + rhs; in CheckedSum()
23 if (gl::isNaN(result) && !gl::isNaN(lhs) && !gl::isNaN(rhs)) in CheckedSum()
27 else if (gl::isInf(result) && !gl::isInf(lhs) && !gl::isInf(rhs)) in CheckedSum()
34 float CheckedDiff(float lhs, float rhs, TDiagnostics *diag, const TSourceLoc &line) in CheckedDiff() argument
36 float result = lhs - rhs; in CheckedDiff()
37 if (gl::isNaN(result) && !gl::isNaN(lhs) && !gl::isNaN(rhs)) in CheckedDiff()
41 else if (gl::isInf(result) && !gl::isInf(lhs) && !gl::isInf(rhs)) in CheckedDiff()
48 float CheckedMul(float lhs, float rhs, TDiagnostics *diag, const TSourceLoc &line) in CheckedMul() argument
50 float result = lhs * rhs; in CheckedMul()
62 IsValidShiftOffset(const TConstantUnion &rhs) IsValidShiftOffset() argument
406 add(const TConstantUnion &lhs, const TConstantUnion &rhs, TDiagnostics *diag, const TSourceLoc &line) add() argument
441 sub(const TConstantUnion &lhs, const TConstantUnion &rhs, TDiagnostics *diag, const TSourceLoc &line) sub() argument
476 mul(const TConstantUnion &lhs, const TConstantUnion &rhs, TDiagnostics *diag, const TSourceLoc &line) mul() argument
532 rshift(const TConstantUnion &lhs, const TConstantUnion &rhs, TDiagnostics *diag, const TSourceLoc &line) rshift() argument
638 lshift(const TConstantUnion &lhs, const TConstantUnion &rhs, TDiagnostics *diag, const TSourceLoc &line) lshift() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dscalar_analysis.h159 const std::unique_ptr<SENode>& rhs) const { in operator ()()
160 return *lhs == *rhs; in operator ()()
190 inline SExpression operator+(SENode* rhs) const;
194 inline SExpression operator+(SExpression rhs) const;
197 inline SExpression operator-(SENode* rhs) const;
201 inline SExpression operator-(SExpression rhs) const;
203 inline SExpression operator*(SENode* rhs) const;
207 inline SExpression operator*(SExpression rhs) const;
212 // Try to perform a division. Returns the pair <this.node_ / rhs, division
215 std::pair<SExpression, int64_t> operator/(SExpression rhs) cons
276 operator +(T lhs, SExpression rhs) operator +() argument
279 operator +(SENode* lhs, SExpression rhs) operator +() argument
283 operator -(T lhs, SExpression rhs) operator -() argument
288 operator -(SENode* lhs, SExpression rhs) operator -() argument
295 operator *(T lhs, SExpression rhs) operator *() argument
298 operator *(SENode* lhs, SExpression rhs) operator *() argument
302 operator /(T lhs, SExpression rhs) operator /() argument
307 operator /(SENode* lhs, SExpression rhs) operator /() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dscalar_analysis.h159 const std::unique_ptr<SENode>& rhs) const { in operator ()()
160 return *lhs == *rhs; in operator ()()
190 inline SExpression operator+(SENode* rhs) const;
194 inline SExpression operator+(SExpression rhs) const;
197 inline SExpression operator-(SENode* rhs) const;
201 inline SExpression operator-(SExpression rhs) const;
203 inline SExpression operator*(SENode* rhs) const;
207 inline SExpression operator*(SExpression rhs) const;
212 // Try to perform a division. Returns the pair <this.node_ / rhs, division
215 std::pair<SExpression, int64_t> operator/(SExpression rhs) cons
276 operator +(T lhs, SExpression rhs) operator +() argument
279 operator +(SENode* lhs, SExpression rhs) operator +() argument
283 operator -(T lhs, SExpression rhs) operator -() argument
288 operator -(SENode* lhs, SExpression rhs) operator -() argument
295 operator *(T lhs, SExpression rhs) operator *() argument
298 operator *(SENode* lhs, SExpression rhs) operator *() argument
302 operator /(T lhs, SExpression rhs) operator /() argument
307 operator /(SENode* lhs, SExpression rhs) operator /() argument
[all...]
/third_party/spirv-tools/source/opt/
H A Dscalar_analysis.h159 const std::unique_ptr<SENode>& rhs) const { in operator ()()
160 return *lhs == *rhs; in operator ()()
190 inline SExpression operator+(SENode* rhs) const;
194 inline SExpression operator+(SExpression rhs) const;
197 inline SExpression operator-(SENode* rhs) const;
201 inline SExpression operator-(SExpression rhs) const;
203 inline SExpression operator*(SENode* rhs) const;
207 inline SExpression operator*(SExpression rhs) const;
212 // Try to perform a division. Returns the pair <this.node_ / rhs, division
215 std::pair<SExpression, int64_t> operator/(SExpression rhs) cons
276 operator +(T lhs, SExpression rhs) operator +() argument
279 operator +(SENode* lhs, SExpression rhs) operator +() argument
283 operator -(T lhs, SExpression rhs) operator -() argument
288 operator -(SENode* lhs, SExpression rhs) operator -() argument
295 operator *(T lhs, SExpression rhs) operator *() argument
298 operator *(SENode* lhs, SExpression rhs) operator *() argument
302 operator /(T lhs, SExpression rhs) operator /() argument
307 operator /(SENode* lhs, SExpression rhs) operator /() argument
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-bimap.hh58 void set (hb_codepoint_t lhs, hb_codepoint_t rhs) in set()
62 if (unlikely (rhs == HB_MAP_VALUE_INVALID)) { del (lhs); return; } in set()
64 forw_map.set (lhs, rhs); in set()
67 back_map.set (rhs, lhs); in set()
72 hb_codepoint_t backward (hb_codepoint_t rhs) const { return back_map.get (rhs); } in backward()
98 /* Inremental bimap: only lhs is given, rhs is incrementally assigned */
101 /* Add a mapping from lhs to rhs with a unique value if lhs is unknown.
102 * Return the rhs value as the result.
106 hb_codepoint_t rhs in add() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
H A Dvariant_exception_safety_test.cc206 // variant& operator=(const variant& rhs); in TEST()
207 // Let j be rhs.index() in TEST()
209 // - neither *this nor rhs holds a value in TEST()
210 const ThrowingVariant rhs = ValuelessByException(); in TEST() local
212 EXPECT_TRUE(TestNothrowOp([&]() { lhs = rhs; })); in TEST()
215 // - *this holds a value but rhs does not in TEST()
216 const ThrowingVariant rhs = ValuelessByException(); in TEST() local
218 EXPECT_TRUE(TestNothrowOp([&]() { lhs = rhs; })); in TEST()
222 const ThrowingVariant rhs(ExpectedThrower()); in TEST()
226 .WithOperation([&rhs](ThrowingVarian in TEST()
292 ThrowingVariant rhs = ValuelessByException(); TEST() local
298 ThrowingVariant rhs = ValuelessByException(); TEST() local
362 Thrower rhs = ExpectedThrower(); TEST() local
401 const CopyNothrow rhs; TEST() local
406 MoveNothrow rhs; TEST() local
415 Thrower rhs = ExpectedThrower(); TEST() local
451 MoveNothrow rhs; TEST() local
484 ThrowingVariant rhs = ValuelessByException(); TEST() local
491 ThrowingVariant rhs = ExpectedThrower(); TEST() local
505 ThrowingVariant rhs = ExpectedThrower(); TEST() local
515 ThrowingVariant rhs = ExpectedThrower(); TEST() local
[all...]
/third_party/nghttp2/src/
H A Dtemplate.h319 inline bool operator==(const ImmutableString &lhs, const ImmutableString &rhs) {
320 return lhs.size() == rhs.size() &&
321 std::equal(std::begin(lhs), std::end(lhs), std::begin(rhs));
324 inline bool operator==(const ImmutableString &lhs, const std::string &rhs) {
325 return lhs.size() == rhs.size() &&
326 std::equal(std::begin(lhs), std::end(lhs), std::begin(rhs));
329 inline bool operator==(const std::string &lhs, const ImmutableString &rhs) {
330 return rhs == lhs;
333 inline bool operator==(const ImmutableString &lhs, const char *rhs) {
334 return lhs.size() == strlen(rhs)
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Common/
H A DTypes.hpp92 bool operator!=(const int4 &rhs)
94 return x != rhs.x || y != rhs.y || z != rhs.z || w != rhs.w;
97 bool operator==(const int4 &rhs)
99 return x == rhs.x && y == rhs.y && z == rhs.z && w == rhs
[all...]
/third_party/skia/third_party/externals/tint/src/
H A Dprogram_builder.cc33 ProgramBuilder::ProgramBuilder(ProgramBuilder&& rhs) in ProgramBuilder() argument
34 : id_(std::move(rhs.id_)), in ProgramBuilder()
35 types_(std::move(rhs.types_)), in ProgramBuilder()
36 ast_nodes_(std::move(rhs.ast_nodes_)), in ProgramBuilder()
37 sem_nodes_(std::move(rhs.sem_nodes_)), in ProgramBuilder()
38 ast_(rhs.ast_), in ProgramBuilder()
39 sem_(std::move(rhs.sem_)), in ProgramBuilder()
40 symbols_(std::move(rhs.symbols_)), in ProgramBuilder()
41 diagnostics_(std::move(rhs.diagnostics_)), in ProgramBuilder()
42 transforms_applied_(std::move(rhs in ProgramBuilder()
48 operator =(ProgramBuilder&& rhs) operator =() argument
[all...]
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_native/
H A Ddawn_platform.h28 inline const {{as_cType(type.name)}}* ToAPI(const {{as_cppType(type.name)}}* rhs) {
29 return reinterpret_cast<const {{as_cType(type.name)}}*>(rhs);
32 inline {{as_cType(type.name)}}* ToAPI({{as_cppType(type.name)}}* rhs) {
33 return reinterpret_cast<{{as_cType(type.name)}}*>(rhs);
36 inline const {{as_cppType(type.name)}}* FromAPI(const {{as_cType(type.name)}}* rhs) {
37 return reinterpret_cast<const {{as_cppType(type.name)}}*>(rhs);
40 inline {{as_cppType(type.name)}}* FromAPI({{as_cType(type.name)}}* rhs) {
41 return reinterpret_cast<{{as_cppType(type.name)}}*>(rhs);
46 inline const {{as_cType(type.name)}}Impl* ToAPI(const {{as_cppType(type.name)}}Base* rhs) {
47 return reinterpret_cast<const {{as_cType(type.name)}}Impl*>(rhs);
[all...]

Completed in 72 milliseconds

12345678910>>...46