Home
last modified time | relevance | path

Searched refs:__s128f (Results 1 – 1 of 1) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/runtime/libpgmath/lib/common/
H A Darm64intrin.h28 struct __s128f { struct
85 __s128f(const __s128f& rhs) : b(rhs.b) { } in __s128f() function
87 inline __s128f& operator=(const __s128f& rhs) {
185 inline __s128f operator+(const __s128f& s) const {
196 inline __s128f operator-(const __s128f& s) const {
211 inline __s128f operator*(const __s128f& rhs) const {
222 inline __s128f operator/(const __s128f& rhs) const {
284 inline __s128f& operator+=(const __s128f& rhs) {
293 inline __s128f& operator/=(const __s128f& rhs) {
302 inline __s128f& operator*=(const __s128f& rhs) {
[all …]