Lines Matching defs:rhs

68 SIMD::Int::Int(RValue<SIMD::Int> rhs)  in Int()
74 SIMD::Int::Int(const SIMD::Int &rhs) in Int()
80 SIMD::Int::Int(const Reference<SIMD::Int> &rhs) in Int()
86 SIMD::Int::Int(RValue<SIMD::UInt> rhs) in Int()
92 SIMD::Int::Int(const SIMD::UInt &rhs) in Int()
98 SIMD::Int::Int(const Reference<SIMD::UInt> &rhs) in Int()
104 SIMD::Int::Int(const scalar::Int &rhs) in Int()
110 SIMD::Int::Int(const Reference<scalar::Int> &rhs) in Int()
121 RValue<SIMD::Int> SIMD::Int::operator=(RValue<SIMD::Int> rhs) in operator =()
126 RValue<SIMD::Int> SIMD::Int::operator=(const SIMD::Int &rhs) in operator =()
131 RValue<SIMD::Int> SIMD::Int::operator=(const Reference<SIMD::Int> &rhs) in operator =()
136 RValue<SIMD::Int> operator+(RValue<SIMD::Int> lhs, RValue<SIMD::Int> rhs) in operator +()
141 RValue<SIMD::Int> operator-(RValue<SIMD::Int> lhs, RValue<SIMD::Int> rhs) in operator -()
146 RValue<SIMD::Int> operator*(RValue<SIMD::Int> lhs, RValue<SIMD::Int> rhs) in operator *()
151 RValue<SIMD::Int> operator/(RValue<SIMD::Int> lhs, RValue<SIMD::Int> rhs) in operator /()
156 RValue<SIMD::Int> operator%(RValue<SIMD::Int> lhs, RValue<SIMD::Int> rhs) in operator %()
161 RValue<SIMD::Int> operator&(RValue<SIMD::Int> lhs, RValue<SIMD::Int> rhs) in operator &()
166 RValue<SIMD::Int> operator|(RValue<SIMD::Int> lhs, RValue<SIMD::Int> rhs) in operator |()
171 RValue<SIMD::Int> operator^(RValue<SIMD::Int> lhs, RValue<SIMD::Int> rhs) in operator ^()
176 RValue<SIMD::Int> operator<<(RValue<SIMD::Int> lhs, RValue<SIMD::Int> rhs) in operator <<()
181 RValue<SIMD::Int> operator>>(RValue<SIMD::Int> lhs, RValue<SIMD::Int> rhs) in operator >>()
186 RValue<SIMD::Int> operator+=(SIMD::Int &lhs, RValue<SIMD::Int> rhs) in operator +=()
191 RValue<SIMD::Int> operator-=(SIMD::Int &lhs, RValue<SIMD::Int> rhs) in operator -=()
196 RValue<SIMD::Int> operator*=(SIMD::Int &lhs, RValue<SIMD::Int> rhs) in operator *=()
211 RValue<SIMD::Int> operator&=(SIMD::Int &lhs, RValue<SIMD::Int> rhs) in operator &=()
216 RValue<SIMD::Int> operator|=(SIMD::Int &lhs, RValue<SIMD::Int> rhs) in operator |=()
221 RValue<SIMD::Int> operator^=(SIMD::Int &lhs, RValue<SIMD::Int> rhs) in operator ^=()
226 RValue<SIMD::Int> operator<<=(SIMD::Int &lhs, unsigned char rhs) in operator <<=()
231 RValue<SIMD::Int> operator>>=(SIMD::Int &lhs, unsigned char rhs) in operator >>=()
296 SIMD::UInt::UInt(RValue<SIMD::UInt> rhs) in UInt()
302 SIMD::UInt::UInt(const SIMD::UInt &rhs) in UInt()
308 SIMD::UInt::UInt(const Reference<SIMD::UInt> &rhs) in UInt()
314 SIMD::UInt::UInt(RValue<SIMD::Int> rhs) in UInt()
320 SIMD::UInt::UInt(const SIMD::Int &rhs) in UInt()
326 SIMD::UInt::UInt(const Reference<SIMD::Int> &rhs) in UInt()
332 SIMD::UInt::UInt(const scalar::UInt &rhs) in UInt()
338 SIMD::UInt::UInt(const Reference<scalar::UInt> &rhs) in UInt()
344 RValue<SIMD::UInt> SIMD::UInt::operator=(RValue<SIMD::UInt> rhs) in operator =()
349 RValue<SIMD::UInt> SIMD::UInt::operator=(const SIMD::UInt &rhs) in operator =()
354 RValue<SIMD::UInt> SIMD::UInt::operator=(const Reference<SIMD::UInt> &rhs) in operator =()
359 RValue<SIMD::UInt> operator+(RValue<SIMD::UInt> lhs, RValue<SIMD::UInt> rhs) in operator +()
364 RValue<SIMD::UInt> operator-(RValue<SIMD::UInt> lhs, RValue<SIMD::UInt> rhs) in operator -()
369 RValue<SIMD::UInt> operator*(RValue<SIMD::UInt> lhs, RValue<SIMD::UInt> rhs) in operator *()
374 RValue<SIMD::UInt> operator/(RValue<SIMD::UInt> lhs, RValue<SIMD::UInt> rhs) in operator /()
379 RValue<SIMD::UInt> operator%(RValue<SIMD::UInt> lhs, RValue<SIMD::UInt> rhs) in operator %()
384 RValue<SIMD::UInt> operator&(RValue<SIMD::UInt> lhs, RValue<SIMD::UInt> rhs) in operator &()
389 RValue<SIMD::UInt> operator|(RValue<SIMD::UInt> lhs, RValue<SIMD::UInt> rhs) in operator |()
394 RValue<SIMD::UInt> operator^(RValue<SIMD::UInt> lhs, RValue<SIMD::UInt> rhs) in operator ^()
399 RValue<SIMD::UInt> operator<<(RValue<SIMD::UInt> lhs, RValue<SIMD::UInt> rhs) in operator <<()
404 RValue<SIMD::UInt> operator>>(RValue<SIMD::UInt> lhs, RValue<SIMD::UInt> rhs) in operator >>()
409 RValue<SIMD::UInt> operator+=(SIMD::UInt &lhs, RValue<SIMD::UInt> rhs) in operator +=()
414 RValue<SIMD::UInt> operator-=(SIMD::UInt &lhs, RValue<SIMD::UInt> rhs) in operator -=()
419 RValue<SIMD::UInt> operator*=(SIMD::UInt &lhs, RValue<SIMD::UInt> rhs) in operator *=()
434 RValue<SIMD::UInt> operator&=(SIMD::UInt &lhs, RValue<SIMD::UInt> rhs) in operator &=()
439 RValue<SIMD::UInt> operator|=(SIMD::UInt &lhs, RValue<SIMD::UInt> rhs) in operator |=()
444 RValue<SIMD::UInt> operator^=(SIMD::UInt &lhs, RValue<SIMD::UInt> rhs) in operator ^=()
449 RValue<SIMD::UInt> operator<<=(SIMD::UInt &lhs, unsigned char rhs) in operator <<=()
454 RValue<SIMD::UInt> operator>>=(SIMD::UInt &lhs, unsigned char rhs) in operator >>=()
550 SIMD::Float::Float(RValue<SIMD::Float> rhs) in Float()
556 SIMD::Float::Float(const SIMD::Float &rhs) in Float()
562 SIMD::Float::Float(const Reference<SIMD::Float> &rhs) in Float()
568 SIMD::Float::Float(const scalar::Float &rhs) in Float()
574 SIMD::Float::Float(const Reference<scalar::Float> &rhs) in Float()
580 SIMD::Float::Float(RValue<packed::Float4> rhs) in Float()
587 RValue<SIMD::Float> SIMD::Float::operator=(RValue<packed::Float4> rhs) in operator =()
597 RValue<SIMD::Float> SIMD::Float::operator=(RValue<SIMD::Float> rhs) in operator =()
602 RValue<SIMD::Float> SIMD::Float::operator=(const SIMD::Float &rhs) in operator =()
607 RValue<SIMD::Float> SIMD::Float::operator=(const Reference<SIMD::Float> &rhs) in operator =()
612 RValue<SIMD::Float> SIMD::Float::operator=(RValue<scalar::Float> rhs) in operator =()
617 RValue<SIMD::Float> SIMD::Float::operator=(const scalar::Float &rhs) in operator =()
622 RValue<SIMD::Float> SIMD::Float::operator=(const Reference<scalar::Float> &rhs) in operator =()
627 RValue<SIMD::Float> operator+(RValue<SIMD::Float> lhs, RValue<SIMD::Float> rhs) in operator +()
632 RValue<SIMD::Float> operator-(RValue<SIMD::Float> lhs, RValue<SIMD::Float> rhs) in operator -()
637 RValue<SIMD::Float> operator*(RValue<SIMD::Float> lhs, RValue<SIMD::Float> rhs) in operator *()
642 RValue<SIMD::Float> operator/(RValue<SIMD::Float> lhs, RValue<SIMD::Float> rhs) in operator /()
647 RValue<SIMD::Float> operator+=(SIMD::Float &lhs, RValue<SIMD::Float> rhs) in operator +=()
652 RValue<SIMD::Float> operator-=(SIMD::Float &lhs, RValue<SIMD::Float> rhs) in operator -=()
657 RValue<SIMD::Float> operator*=(SIMD::Float &lhs, RValue<SIMD::Float> rhs) in operator *=()
662 RValue<SIMD::Float> operator/=(SIMD::Float &lhs, RValue<SIMD::Float> rhs) in operator /=()
667 RValue<SIMD::Float> operator%=(SIMD::Float &lhs, RValue<SIMD::Float> rhs) in operator %=()
1182 … SIMD::Pointer::IfThenElse(SIMD::Int condition, const SIMD::Pointer &lhs, const SIMD::Pointer &rhs) in IfThenElse()