Home
last modified time | relevance | path

Searched defs:vdst (Results 1 – 25 of 1625) sorted by relevance

12345678910>>...65

/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudaarithm/src/cuda/
H A Dbitwise_mat.cu85 GlobPtrSz<uint> vdst = globPtr((uint*) dst.data, dst.step, src.rows, vcols); in bitwise_not() local
94 GlobPtrSz<ushort> vdst = globPtr((ushort*) dst.data, dst.step, src.rows, vcols); in bitwise_not() local
101 GlobPtrSz<uchar> vdst = globPtr((uchar*) dst.data, dst.step, src.rows, bcols); in bitwise_not() local
111 … GlobPtrSz<uint> vdst = globPtr((uint*) dst.data, dst.step, src.rows, src.cols * src.channels()); in bitwise_not() local
118 …GlobPtrSz<ushort> vdst = globPtr((ushort*) dst.data, dst.step, src.rows, src.cols * src.channels()… in bitwise_not() local
125 … GlobPtrSz<uchar> vdst = globPtr((uchar*) dst.data, dst.step, src.rows, src.cols * src.channels()); in bitwise_not() local
144 … GlobPtrSz<T> vdst = globPtr((T*) dst.data, dst.step, src1.rows, src1.cols * src1.channels()); in bitMatOp() local
190 GpuMat vdst(src1.rows, vcols, CV_32SC1, dst.data, dst.step); in bitMat() local
200 GpuMat vdst(src1.rows, vcols, CV_16UC1, dst.data, dst.step); in bitMat() local
208 GpuMat vdst(src1.rows, bcols, CV_8UC1, dst.data, dst.step); in bitMat() local
/dports/math/vtk6/VTK-6.2.0/ThirdParty/alglib/
H A Dap.cpp202 void ap::vmove(double *vdst, const double* vsrc, int N) in vmove()
214 void ap::vmove(ap::complex *vdst, const ap::complex* vsrc, int N) in vmove()
219 void ap::vmoveneg(double *vdst, const double *vsrc, int N) in vmoveneg()
231 void ap::vmoveneg(ap::complex *vdst, const ap::complex *vsrc, int N) in vmoveneg()
258 void ap::vadd(double *vdst, const double *vsrc, int N) in vadd()
270 void ap::vadd(ap::complex *vdst, const ap::complex *vsrc, int N) in vadd()
297 void ap::vsub(double *vdst, const double *vsrc, int N) in vsub()
309 void ap::vsub(ap::complex *vdst, const ap::complex *vsrc, int N) in vsub()
336 void ap::vmul(double *vdst, int N, double alpha) in vmul()
348 void ap::vmul(ap::complex *vdst, int N, double alpha) in vmul()
[all …]
/dports/math/vtk6/VTK-6.2.0/ThirdParty/alglib/alglib/
H A Dapvt.h170 void vmove(raw_vector<T> vdst, const_raw_vector<T> vsrc) in vmove()
228 void _vmove(T *vdst, const T* vsrc, int N) in _vmove()
306 void _vmoveneg(T *vdst, const T *vsrc, int N) in _vmoveneg()
388 void _vmove2(T *vdst, const T *vsrc, int N, T2 alpha) in _vmove2()
412 void vadd(raw_vector<T> vdst, const_raw_vector<T> vsrc) in vadd()
472 void _vadd(T *vdst, const T *vsrc, int N) in _vadd()
556 void _vadd2(T *vdst, const T *vsrc, int N, T2 alpha) in _vadd2()
640 void _vsub(T *vdst, const T *vsrc, int N) in _vsub()
674 void _vsub2(T *vdst, const T *vsrc, int N, T2 alpha) in _vsub2()
684 void vmul(raw_vector<T> vdst, T2 alpha) in vmul()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/opts/
H A DSkBlitRow_opts_arm_neon.cpp36 uint8x8_t vsrc, vdst, vres; in S32_Blend_BlitRow32_neon() local
70 uint8x8_t vsrc = vdup_n_u8(0), vdst = vdup_n_u8(0), vres; in S32_Blend_BlitRow32_neon() local
104 uint8x8_t vsrc = vdup_n_u8(0), vdst = vdup_n_u8(0), vres; in S32A_Blend_BlitRow32_neon() local
141 uint8x8_t vsrc, vdst, vres, vsrc_alphas; in S32A_Blend_BlitRow32_neon() local
/dports/lang/gcc12-devel/gcc-12-20211205/libsanitizer/tsan/
H A Dtsan_vector_clock.cpp43 m128* __restrict vdst = reinterpret_cast<m128*>(clk_); in Acquire() local
94 m128* __restrict vdst = reinterpret_cast<m128*>(dst->clk_); in ReleaseStoreAcquire() local
114 m128* __restrict vdst = reinterpret_cast<m128*>(dst->clk_); in ReleaseAcquire() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/tsan/rtl/
H A Dtsan_vector_clock.cpp43 m128* __restrict vdst = reinterpret_cast<m128*>(clk_); in Acquire() local
94 m128* __restrict vdst = reinterpret_cast<m128*>(dst->clk_); in ReleaseStoreAcquire() local
114 m128* __restrict vdst = reinterpret_cast<m128*>(dst->clk_); in ReleaseAcquire() local
/dports/sysutils/u-boot-chip/u-boot-2021.07/drivers/mtd/nand/raw/
H A Dfsl_elbc_spl.c42 int nand_spl_load_image(uint32_t offs, unsigned int uboot_size, void *vdst) in nand_spl_load_image()
129 #define nand_spl_load_image(offs, uboot_size, vdst) \ argument
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/drivers/mtd/nand/raw/
H A Dfsl_elbc_spl.c37 int nand_spl_load_image(uint32_t offs, unsigned int uboot_size, void *vdst) in nand_spl_load_image()
124 #define nand_spl_load_image(offs, uboot_size, vdst) \ argument
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/drivers/mtd/nand/raw/
H A Dfsl_elbc_spl.c37 int nand_spl_load_image(uint32_t offs, unsigned int uboot_size, void *vdst) in nand_spl_load_image()
124 #define nand_spl_load_image(offs, uboot_size, vdst) \ argument
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/drivers/mtd/nand/raw/
H A Dfsl_elbc_spl.c42 int nand_spl_load_image(uint32_t offs, unsigned int uboot_size, void *vdst) in nand_spl_load_image()
129 #define nand_spl_load_image(offs, uboot_size, vdst) \ argument
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/drivers/mtd/nand/raw/
H A Dfsl_elbc_spl.c42 int nand_spl_load_image(uint32_t offs, unsigned int uboot_size, void *vdst) in nand_spl_load_image()
129 #define nand_spl_load_image(offs, uboot_size, vdst) \ argument
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/drivers/mtd/nand/raw/
H A Dfsl_elbc_spl.c42 int nand_spl_load_image(uint32_t offs, unsigned int uboot_size, void *vdst) in nand_spl_load_image()
129 #define nand_spl_load_image(offs, uboot_size, vdst) \ argument
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/drivers/mtd/nand/raw/
H A Dfsl_elbc_spl.c42 int nand_spl_load_image(uint32_t offs, unsigned int uboot_size, void *vdst) in nand_spl_load_image()
129 #define nand_spl_load_image(offs, uboot_size, vdst) \ argument
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/drivers/mtd/nand/raw/
H A Dfsl_elbc_spl.c37 int nand_spl_load_image(uint32_t offs, unsigned int uboot_size, void *vdst) in nand_spl_load_image()
124 #define nand_spl_load_image(offs, uboot_size, vdst) \ argument
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/drivers/mtd/nand/raw/
H A Dfsl_elbc_spl.c42 int nand_spl_load_image(uint32_t offs, unsigned int uboot_size, void *vdst) in nand_spl_load_image()
129 #define nand_spl_load_image(offs, uboot_size, vdst) \ argument
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/drivers/mtd/nand/raw/
H A Dfsl_elbc_spl.c42 int nand_spl_load_image(uint32_t offs, unsigned int uboot_size, void *vdst) in nand_spl_load_image()
129 #define nand_spl_load_image(offs, uboot_size, vdst) \ argument
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/drivers/mtd/nand/raw/
H A Dfsl_elbc_spl.c42 int nand_spl_load_image(uint32_t offs, unsigned int uboot_size, void *vdst) in nand_spl_load_image()
129 #define nand_spl_load_image(offs, uboot_size, vdst) \ argument
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/drivers/mtd/nand/raw/
H A Dfsl_elbc_spl.c42 int nand_spl_load_image(uint32_t offs, unsigned int uboot_size, void *vdst) in nand_spl_load_image()
129 #define nand_spl_load_image(offs, uboot_size, vdst) \ argument
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/drivers/mtd/nand/raw/
H A Dfsl_elbc_spl.c42 int nand_spl_load_image(uint32_t offs, unsigned int uboot_size, void *vdst) in nand_spl_load_image()
129 #define nand_spl_load_image(offs, uboot_size, vdst) \ argument
/dports/sysutils/u-boot-sopine/u-boot-2021.07/drivers/mtd/nand/raw/
H A Dfsl_elbc_spl.c42 int nand_spl_load_image(uint32_t offs, unsigned int uboot_size, void *vdst) in nand_spl_load_image()
129 #define nand_spl_load_image(offs, uboot_size, vdst) \ argument
/dports/sysutils/u-boot-qemu-arm64/u-boot-2021.07/drivers/mtd/nand/raw/
H A Dfsl_elbc_spl.c42 int nand_spl_load_image(uint32_t offs, unsigned int uboot_size, void *vdst) in nand_spl_load_image()
129 #define nand_spl_load_image(offs, uboot_size, vdst) \ argument
/dports/sysutils/u-boot-rpi/u-boot-2021.07/drivers/mtd/nand/raw/
H A Dfsl_elbc_spl.c42 int nand_spl_load_image(uint32_t offs, unsigned int uboot_size, void *vdst) in nand_spl_load_image()
129 #define nand_spl_load_image(offs, uboot_size, vdst) \ argument
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/drivers/mtd/nand/raw/
H A Dfsl_elbc_spl.c42 int nand_spl_load_image(uint32_t offs, unsigned int uboot_size, void *vdst) in nand_spl_load_image()
129 #define nand_spl_load_image(offs, uboot_size, vdst) \ argument
/dports/sysutils/u-boot-nanopi-neo/u-boot-2021.07/drivers/mtd/nand/raw/
H A Dfsl_elbc_spl.c42 int nand_spl_load_image(uint32_t offs, unsigned int uboot_size, void *vdst) in nand_spl_load_image()
129 #define nand_spl_load_image(offs, uboot_size, vdst) \ argument
/dports/sysutils/u-boot-nanopi-m1plus/u-boot-2021.07/drivers/mtd/nand/raw/
H A Dfsl_elbc_spl.c42 int nand_spl_load_image(uint32_t offs, unsigned int uboot_size, void *vdst) in nand_spl_load_image()
129 #define nand_spl_load_image(offs, uboot_size, vdst) \ argument

12345678910>>...65