Searched refs:rhs (Results 1 – 4 of 4) sorted by relevance
77 Vec2 operator*(const Vec2& rhs) const {79 ret.x_ = x_ * rhs.x_;80 ret.y_ = y_ * rhs.y_;84 Vec2 operator/(const Vec2& rhs) const {86 ret.x_ = x_ / rhs.x_;87 ret.y_ = y_ / rhs.y_;91 Vec2 operator+(const Vec2& rhs) const {93 ret.x_ = x_ + rhs.x_;94 ret.y_ = y_ + rhs.y_;98 Vec2 operator-(const Vec2& rhs) const {[all …]
40 Vec4 Vec4::operator*(const Mat4& rhs) const { in operator *()42 out.x_ = x_ * rhs.f_[0] + y_ * rhs.f_[1] + z_ * rhs.f_[2] + w_ * rhs.f_[3]; in operator *()43 out.y_ = x_ * rhs.f_[4] + y_ * rhs.f_[5] + z_ * rhs.f_[6] + w_ * rhs.f_[7]; in operator *()44 out.z_ = x_ * rhs.f_[8] + y_ * rhs.f_[9] + z_ * rhs.f_[10] + w_ * rhs.f_[11]; in operator *()46 x_ * rhs.f_[12] + y_ * rhs.f_[13] + z_ * rhs.f_[14] + w_ * rhs.f_[15]; in operator *()63 Mat4 Mat4::operator*(const Mat4& rhs) const { in operator *()65 ret.f_[0] = f_[0] * rhs.f_[0] + f_[4] * rhs.f_[1] + f_[8] * rhs.f_[2] + in operator *()66 f_[12] * rhs.f_[3]; in operator *()67 ret.f_[1] = f_[1] * rhs.f_[0] + f_[5] * rhs.f_[1] + f_[9] * rhs.f_[2] + in operator *()68 f_[13] * rhs.f_[3]; in operator *()[all …]
4164 rhs = ''4193 rhs = matched.group(2)4210 if not (lhs and operator and rhs):4215 if rhs.find('&&') > -1 or rhs.find('||') > -1:4225 rhs = rhs.strip()4227 if Match(match_constant, lhs) or Match(match_constant, rhs):
META-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...