HomeSort by relevance Sort by last modified time
    Searched full:v_float64x2 (Results 1 - 5 of 5) sorted by null

  /external/opencv3/modules/hal/include/opencv2/hal/
intrin_sse.hpp 233 struct v_float64x2 struct in namespace:cv
238 v_float64x2() {} function in struct:cv::v_float64x2
239 explicit v_float64x2(__m128d v) : val(v) {} function in struct:cv::v_float64x2
240 v_float64x2(double v0, double v1) function in struct:cv::v_float64x2
264 OPENCV_HAL_IMPL_SSE_INITVEC(v_float64x2, double, f64, pd, pd, double, _mm_castsi128_pd)
279 inline v_float64x2 v_reinterpret_as_f64(const v_uint64x2& a)
280 { return v_float64x2(_mm_castsi128_pd(a.val)); }
281 inline v_float64x2 v_reinterpret_as_f64(const v_int64x2& a)
282 { return v_float64x2(_mm_castsi128_pd(a.val)); }
287 inline _Tpvec v_reinterpret_as_##suffix(const v_float64x2& a)
    [all...]
intrin_cpp.hpp 715 typedef v_reg<double, 2> v_float64x2;
733 OPENCV_HAL_IMPL_C_INIT(v_float64x2, double, f64)
  /external/opencv3/modules/core/src/
arithm.cpp     [all...]
mathfuncs.cpp     [all...]
  /external/opencv3/modules/hal/src/
mathfuncs.cpp 219 v_float64x2 x0 = v_load(x + i), x1 = v_load(x + i + 2);
220 v_float64x2 y0 = v_load(y + i), y1 = v_load(y + i + 2);
332 v_float64x2 t0 = v_load(src + i), t1 = v_load(src + i + 2);
    [all...]

Completed in 234 milliseconds