Lines Matching defs:operator
215 SimFloat16 SimFloat16::operator-() const {
220 SimFloat16 SimFloat16::operator+(SimFloat16 rhs) const {
224 SimFloat16 SimFloat16::operator-(SimFloat16 rhs) const {
228 SimFloat16 SimFloat16::operator*(SimFloat16 rhs) const {
232 SimFloat16 SimFloat16::operator/(SimFloat16 rhs) const {
236 bool SimFloat16::operator<(SimFloat16 rhs) const {
240 bool SimFloat16::operator>(SimFloat16 rhs) const {
244 bool SimFloat16::operator==(SimFloat16 rhs) const {
254 bool SimFloat16::operator!=(SimFloat16 rhs) const { return !(*this == rhs); }
256 bool SimFloat16::operator==(double rhs) const {
260 SimFloat16::operator double() const {