Searched defs:v_float64x2 (Results 1 – 2 of 2) sorted by relevance
233 struct v_float64x2 struct235 typedef double lane_type;236 enum { nlanes = 2 };238 v_float64x2() {} in v_float64x2() argument239 explicit v_float64x2(__m128d v) : val(v) {} in v_float64x2() function240 v_float64x2(double v0, double v1) in v_float64x2() function244 double get0() const in get0()248 __m128d val;
715 typedef v_reg<double, 2> v_float64x2; typedef