Home
last modified time | relevance | path

Searched refs:v_float64 (Results 1 – 25 of 83) sorted by relevance

1234

/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dconvert.hpp227 v_float64 v0 = vx_load(ptr), v1 = vx_load(ptr + v_float64::nlanes); in vx_load_as()
233 v_float64 v0 = vx_load(ptr), v1 = vx_load(ptr + v_float64::nlanes); in vx_load_pair_as()
234 v_float64 v2 = vx_load(ptr + v_float64::nlanes*2), v3 = vx_load(ptr + v_float64::nlanes*3); in vx_load_pair_as()
243 v_float64 v0 = vx_load(ptr), v1 = vx_load(ptr + v_float64::nlanes); in vx_load_pair_as()
244 v_float64 v2 = vx_load(ptr + v_float64::nlanes*2), v3 = vx_load(ptr + v_float64::nlanes*3); in vx_load_pair_as()
249 static inline void vx_load_pair_as(const uchar* ptr, v_float64& a, v_float64& b) in vx_load_pair_as()
256 static inline void vx_load_pair_as(const schar* ptr, v_float64& a, v_float64& b) in vx_load_pair_as()
263 static inline void vx_load_pair_as(const ushort* ptr, v_float64& a, v_float64& b) in vx_load_pair_as()
270 static inline void vx_load_pair_as(const short* ptr, v_float64& a, v_float64& b) in vx_load_pair_as()
277 static inline void vx_load_pair_as(const int* ptr, v_float64& a, v_float64& b) in vx_load_pair_as()
[all …]
H A Darithm.simd.hpp108 typedef int v_float64; // dummy typedef
1149 v_float64 f0, f1; in r()
1207 v_float64 f0, f1; in r()
1448 static inline v_float64 r(const v_float64& a, const v_float64& b, const double* scalar) in r()
1456 static inline v_float64 pre(const v_float64&, const v_float64& res) in pre()
1605 static inline v_float64 r(const v_float64& a, const v_float64& b, const double* scalar) in r()
1691 static inline v_float64 r(const v_float64& a, const v_float64& b, const double* scalar) in r()
1699 static inline v_float64 pre(const v_float64&, const v_float64& res) in pre()
1724 static inline v_float64 r(const v_float64& a, const v_float64& b, const double* scalars) in r()
1734 static inline v_float64 pre(const v_float64&, const v_float64& res) in pre()
[all …]
H A Dmathfuncs_core.simd.hpp234 const int VECSZ = v_float64::nlanes; in magnitude64f()
296 const int VECSZ = v_float64::nlanes; in invSqrt64f()
353 const int VECSZ = v_float64::nlanes; in sqrt64f()
569 const int VECSZ = v_float64::nlanes; in exp64f()
575 const v_float64 vA1 = vx_setall_f64(A1); in exp64f()
621 v_float64 zf0 = xf0 + vA1; in exp64f()
622 v_float64 zf1 = xf1 + vA1; in exp64f()
774 const int VECSZ = v_float64::nlanes; in log64f()
777 const v_float64 in log64f()
800 v_float64 xf0, yf0; in log64f()
[all …]
H A Dsum.simd.hpp226 v_float64 v_sum0 = vx_setzero_f64(); in operator ()()
227 v_float64 v_sum1 = vx_setzero_f64(); in operator ()()
238 double CV_DECL_ALIGNED(CV_SIMD_WIDTH) ar[v_float64::nlanes]; in operator ()()
240 for (int i = 0; i < v_float64::nlanes; ++i) in operator ()()
245 v_store_aligned(ar + v_float64::nlanes, v_sum1); in operator ()()
246 for (int i = 0; i < 2 * v_float64::nlanes; ++i) in operator ()()
265 v_float64 v_sum0 = vx_setzero_f64(); in operator ()()
266 v_float64 v_sum1 = vx_setzero_f64(); in operator ()()
279 for (int i = 0; i < v_float64::nlanes; ++i) in operator ()()
284 v_store_aligned(ar + v_float64::nlanes, v_sum1); in operator ()()
[all …]
H A Dlapack.cpp348 if( n < 2*v_float64::nlanes ) in dot()
351 v_float64 s0 = vx_setzero_f64(); in dot()
352 for( ; k <= n - v_float64::nlanes; k += v_float64::nlanes ) in dot()
354 v_float64 a0 = vx_load(a + k); in dot()
355 v_float64 b0 = vx_load(b + k); in dot()
371 for( ; k <= n - v_float64::nlanes; k += v_float64::nlanes ) in givens()
373 v_float64 a0 = vx_load(a + k); in givens()
374 v_float64 b0 = vx_load(b + k); in givens()
391 for( ; k <= n - v_float64::nlanes; k += v_float64::nlanes ) in givensx()
393 v_float64 a0 = vx_load(a + k); in givensx()
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Daccum.simd.hpp556 const int step = v_float64::nlanes; in acc_simd_()
749 const int step = v_float64::nlanes; in acc_simd_()
867 const int step = v_float64::nlanes; in acc_simd_()
955 const int step = v_float64::nlanes; in acc_simd_()
1352 const int step = v_float64::nlanes; in accSqr_simd_()
1491 const int step = v_float64::nlanes; in accSqr_simd_()
1630 const int step = v_float64::nlanes; in accSqr_simd_()
1725 const int step = v_float64::nlanes; in accSqr_simd_()
2113 const int step = v_float64::nlanes; in accProd_simd_()
2253 const int step = v_float64::nlanes; in accProd_simd_()
[all …]
H A Dsumpixels.simd.hpp788 …v_store(sum_row + j + v_float64::nlanes , el4lh + vx_load(prev_sum_row + j + v_float64::nlanes … in operator ()()
789 …v_store(sum_row + j + v_float64::nlanes * 2, el4hl + vx_load(prev_sum_row + j + v_float64::nlanes … in operator ()()
790 …v_store(sum_row + j + v_float64::nlanes * 3, el4hh + vx_load(prev_sum_row + j + v_float64::nlanes … in operator ()()
875 …v_store(sum_row + j + v_float64::nlanes , el4_2 + vx_load(prev_sum_row + j + v_float64::nlanes … in operator ()()
876 …v_store(sum_row + j + v_float64::nlanes * 2, el4_3 + vx_load(prev_sum_row + j + v_float64::nlanes … in operator ()()
877 …v_store(sum_row + j + v_float64::nlanes * 3, el4_4 + vx_load(prev_sum_row + j + v_float64::nlanes … in operator ()()
878 …v_store(sum_row + j + v_float64::nlanes * 4, el4_5 + vx_load(prev_sum_row + j + v_float64::nlanes … in operator ()()
879 …v_store(sum_row + j + v_float64::nlanes * 5, el4_6 + vx_load(prev_sum_row + j + v_float64::nlanes … in operator ()()
880 …v_store(sum_row + j + v_float64::nlanes * 6, el4_7 + vx_load(prev_sum_row + j + v_float64::nlanes … in operator ()()
881 …v_store(sum_row + j + v_float64::nlanes * 7, el4_8 + vx_load(prev_sum_row + j + v_float64::nlanes … in operator ()()
[all …]
H A Dthresh.cpp964 for( ; j <= roi.width - 2*v_float64::nlanes; j += 2*v_float64::nlanes ) in thresh_64f()
966 v_float64 v0, v1; in thresh_64f()
982 j += v_float64::nlanes; in thresh_64f()
994 for( ; j <= roi.width - 2*v_float64::nlanes; j += 2*v_float64::nlanes ) in thresh_64f()
996 v_float64 v0, v1; in thresh_64f()
1024 for( ; j <= roi.width - 2*v_float64::nlanes; j += 2*v_float64::nlanes ) in thresh_64f()
1026 v_float64 v0, v1; in thresh_64f()
1051 for( ; j <= roi.width - 2*v_float64::nlanes; j += 2*v_float64::nlanes ) in thresh_64f()
1053 v_float64 v0, v1; in thresh_64f()
1078 for( ; j <= roi.width - 2*v_float64::nlanes; j += 2*v_float64::nlanes ) in thresh_64f()
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/calib3d/src/
H A Dundistort.simd.hpp128 …width - 2*v_float64::nlanes; j += 2*v_float64::nlanes, _x += 2*v_float64::nlanes * ir[0], _y += 2* in operator ()()
130 v_float64 m_0, m_1, m_2, m_3; in operator ()()
135 v_float64 x_1 = (m_0 + vx_load(s_x + v_float64::nlanes)) * m_3; in operator ()()
137 v_float64 y_1 = (m_1 + vx_load(s_y + v_float64::nlanes)) * m_3; in operator ()()
139 v_float64 xd_0 = x_0 * x_0; in operator ()()
140 v_float64 yd_0 = y_0 * y_0; in operator ()()
141 v_float64 xd_1 = x_1 * x_1; in operator ()()
142 v_float64 yd_1 = y_1 * y_1; in operator ()()
306 double s_x[2*v_float64::nlanes];
307 double s_y[2*v_float64::nlanes];
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/hal/
H A Dintrin.hpp409 typedef v_float64x8 v_float64; typedef
445 typedef v_float64x4 v_float64; typedef
484 typedef v_float64x2 v_float64; typedef
509 inline v_float64 vx_setall_f64(double v) { return VXPREFIX(_setall_f64)(v); } in vx_setall_f64()
526 inline v_float64 vx_setzero_f64() { return VXPREFIX(_setzero_f64)(); } in vx_setzero_f64()
543 inline v_float64 vx_load(const double * ptr) { return VXPREFIX(_load)(ptr); } in vx_load()
560 inline v_float64 vx_load_aligned(const double * ptr) { return VXPREFIX(_load_aligned)(ptr); } in vx_load_aligned()
577 inline v_float64 vx_load_low(const double * ptr) { return VXPREFIX(_load_low)(ptr); } in vx_load_low()
594 …inline v_float64 vx_load_halves(const double * ptr0, const double * ptr1) { return VXPREFIX(_load_… in vx_load_halves()
611 inline v_float64 vx_lut(const double* ptr, const int* idx) { return VXPREFIX(_lut)(ptr, idx); } in vx_lut()
[all …]
/dports/misc/tvm/incubator-tvm-0.6.1/src/runtime/stackvm/
H A Dstackvm.cc270 case ADD_F64: STACK_VM_BINOP(+, v_float64); break; in Run()
271 case SUB_F64: STACK_VM_BINOP(-, v_float64); break; in Run()
272 case MUL_F64: STACK_VM_BINOP(*, v_float64); break; in Run()
273 case DIV_F64: STACK_VM_BINOP(/, v_float64); break; in Run()
274 case EQ_F64: STACK_VM_CMPOP(==, v_float64); break; in Run()
275 case LT_F64: STACK_VM_CMPOP(<, v_float64); break; in Run()
276 case LE_F64: STACK_VM_CMPOP(<=, v_float64); break; in Run()
282 case ARRAY_LOAD_FP64: STACK_VM_LOAD(.v_float64, double, double); break; in Run()
289 case ARRAY_STORE_FP64: STACK_VM_STORE(.v_float64, double); break; in Run()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/runtime/stackvm/
H A Dstackvm.cc282 STACK_VM_BINOP(+, v_float64); in Run()
285 STACK_VM_BINOP(-, v_float64); in Run()
288 STACK_VM_BINOP(*, v_float64); in Run()
291 STACK_VM_BINOP(/, v_float64); in Run()
294 STACK_VM_CMPOP(==, v_float64); in Run()
297 STACK_VM_CMPOP(<, v_float64); in Run()
300 STACK_VM_CMPOP(<=, v_float64); in Run()
316 STACK_VM_LOAD(.v_float64, double, double); in Run()
335 STACK_VM_STORE(.v_float64, double); in Run()
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/runtime/stackvm/
H A Dstackvm.cc270 case ADD_F64: STACK_VM_BINOP(+, v_float64); break; in Run()
271 case SUB_F64: STACK_VM_BINOP(-, v_float64); break; in Run()
272 case MUL_F64: STACK_VM_BINOP(*, v_float64); break; in Run()
273 case DIV_F64: STACK_VM_BINOP(/, v_float64); break; in Run()
274 case EQ_F64: STACK_VM_CMPOP(==, v_float64); break; in Run()
275 case LT_F64: STACK_VM_CMPOP(<, v_float64); break; in Run()
276 case LE_F64: STACK_VM_CMPOP(<=, v_float64); break; in Run()
282 case ARRAY_LOAD_FP64: STACK_VM_LOAD(.v_float64, double, double); break; in Run()
289 case ARRAY_STORE_FP64: STACK_VM_STORE(.v_float64, double); break; in Run()
/dports/science/conduit/conduit-0.8.0/src/tests/conduit/
H A Dt_conduit_array.cpp206 std::vector<float64> v_float64(10,64.0); in TEST() local
300 EXPECT_EQ(n_float64_ptr[i],v_float64[i]); in TEST()
320 std::vector<float64> v_float64(10,64.0); in TEST() local
447 std::vector<float64> v_float64(10,64.0); in TEST() local
536 n["vfloat64"].as_float64_array().set(v_float64); in TEST()
540 EXPECT_EQ(n_float64_ptr[i],v_float64[i]); in TEST()
576 std::vector<float64> v_float64(10,64.0); in TEST() local
623 std::vector<float64> v_float64(num_ele,64.0); in TEST() local
637 n["v_float64"].set(v_float64); in TEST()
742 std::vector<float64> v_float64(3,64.0); in TEST() local
[all …]
/dports/misc/tvm/incubator-tvm-0.6.1/python/tvm/_ffi/_ctypes/
H A Dtypes.py92 TypeCode.FLOAT: lambda x: x.v_float64,
102 TypeCode.FLOAT: lambda x: x.v_float64,
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/_ffi/_ctypes/
H A Dtypes.py97 ArgTypeCode.FLOAT: lambda x: x.v_float64,
107 ArgTypeCode.FLOAT: lambda x: x.v_float64,
/dports/misc/py-tvm/incubator-tvm-0.6.1/python/tvm/_ffi/_ctypes/
H A Dtypes.py92 TypeCode.FLOAT: lambda x: x.v_float64,
102 TypeCode.FLOAT: lambda x: x.v_float64,
/dports/misc/mxnet/incubator-mxnet-1.9.0/python/mxnet/_ffi/_cython/
H A Dfunction.pxi45 value[0].v_float64 = arg
56 value[0].v_float64 = arg
73 return value.v_float64
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/python/mxnet/_ffi/_cython/
H A Dfunction.pxi45 value[0].v_float64 = arg
56 value[0].v_float64 = arg
73 return value.v_float64
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/runtime/
H A Dpack_args.h165 holder[i].v_float32 = static_cast<float>(args.values[i].v_float64); in PackFuncVoidAddr_()
198 holder[i].v_float32 = static_cast<float>(args.values[base + i].v_float64); in PackFuncNonBufferArg_()
245 *reinterpret_cast<float*>(ptr) = static_cast<float>(args.values[i].v_float64); in PackFuncPackedArg_()
/dports/misc/tvm/incubator-tvm-0.6.1/src/runtime/
H A Dpack_args.h167 holder[i].v_float32 = static_cast<float>(args.values[i].v_float64); in PackFuncVoidAddr_()
200 holder[i].v_float32 = static_cast<float>(args.values[base + i].v_float64); in PackFuncNonBufferArg_()
249 static_cast<float>(args.values[i].v_float64); in PackFuncPackedArg_()
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/runtime/
H A Dpack_args.h167 holder[i].v_float32 = static_cast<float>(args.values[i].v_float64); in PackFuncVoidAddr_()
200 holder[i].v_float32 = static_cast<float>(args.values[base + i].v_float64); in PackFuncNonBufferArg_()
249 static_cast<float>(args.values[i].v_float64); in PackFuncPackedArg_()
/dports/misc/mxnet/incubator-mxnet-1.9.0/python/mxnet/_ffi/_ctypes/
H A Dtypes.py55 TypeCode.FLOAT: lambda x: x.v_float64,
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/python/mxnet/_ffi/_ctypes/
H A Dtypes.py55 TypeCode.FLOAT: lambda x: x.v_float64,
/dports/misc/mxnet/incubator-mxnet-1.9.0/include/mxnet/runtime/
H A Dc_runtime_api.h78 double v_float64; member

1234