Home | History | Annotate | Download | only in include

Lines Matching refs:_mm_div_pd

742   friend F64vec2 operator /(const F64vec2 &a,const F64vec2 &b) { return _mm_div_pd(a,b); }
747 F64vec2& operator /=(F64vec2 &a) { return *this = _mm_div_pd(vec,a); }