Home
last modified time | relevance | path

Searched defs:vx_load (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/hal/
H A Dintrin.hpp533 inline v_uint8 vx_load(const uchar * ptr) { return VXPREFIX(_load)(ptr); } in vx_load() function
534 inline v_int8 vx_load(const schar * ptr) { return VXPREFIX(_load)(ptr); } in vx_load() function
535 inline v_uint16 vx_load(const ushort * ptr) { return VXPREFIX(_load)(ptr); } in vx_load() function
536 inline v_int16 vx_load(const short * ptr) { return VXPREFIX(_load)(ptr); } in vx_load() function
537 inline v_int32 vx_load(const int * ptr) { return VXPREFIX(_load)(ptr); } in vx_load() function
538 inline v_uint32 vx_load(const unsigned * ptr) { return VXPREFIX(_load)(ptr); } in vx_load() function
539 inline v_float32 vx_load(const float * ptr) { return VXPREFIX(_load)(ptr); } in vx_load() function
540 inline v_int64 vx_load(const int64 * ptr) { return VXPREFIX(_load)(ptr); } in vx_load() function
541 inline v_uint64 vx_load(const uint64 * ptr) { return VXPREFIX(_load)(ptr); } in vx_load() function
543 inline v_float64 vx_load(const double * ptr) { return VXPREFIX(_load)(ptr); } in vx_load() function