Home
last modified time | relevance | path

Searched refs:assignTo (Results 1 – 25 of 127) sorted by relevance

123456

/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudev/include/opencv2/cudev/expr/
H A Dreduction.hpp69 __host__ void assignTo(GpuMat_<T>& dst, Stream& stream = Stream::Null()) const in assignTo() function
91 __host__ void assignTo(GpuMat_<T>& dst, Stream& stream = Stream::Null()) const in assignTo() function
113 __host__ void assignTo(GpuMat_<T>& dst, Stream& stream = Stream::Null()) const in assignTo() function
135 __host__ void assignTo(GpuMat_<T>& dst, Stream& stream = Stream::Null()) const in assignTo() function
157 __host__ void assignTo(GpuMat_<T>& dst, Stream& stream = Stream::Null()) const in assignTo() function
179 __host__ void assignTo(GpuMat_<T>& dst, Stream& stream = Stream::Null()) const in assignTo() function
201 __host__ void assignTo(GpuMat_<T>& dst, Stream& stream = Stream::Null()) const in assignTo() function
223 __host__ void assignTo(GpuMat_<T>& dst, Stream& stream = Stream::Null()) const in assignTo() function
245 __host__ void assignTo(GpuMat_<T>& dst, Stream& stream = Stream::Null()) const in assignTo() function
H A Dwarping.hpp113 __host__ void assignTo(GpuMat_<T>& dst, Stream& stream = Stream::Null()) const in assignTo() function
135 __host__ void assignTo(GpuMat_<T>& dst, Stream& stream = Stream::Null()) const in assignTo() function
157 __host__ void assignTo(GpuMat_<T>& dst, Stream& stream = Stream::Null()) const in assignTo() function
/dports/math/fricas/fricas-1.3.7/src/graph/include/
H A Dview.h72 #define getFont(assignTo, daFont, daDefault, whichView) \ argument
74 if ((assignTo = XLoadQueryFont(dsply, xDefault)) == NULL) \
75 if ((assignTo = XLoadQueryFont(dsply, daDefault)) == NULL) { \
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudev/include/opencv2/cudev/ptr2d/
H A Dderiv.hpp79 __host__ void assignTo(GpuMat_<T>& dst, Stream& stream = Stream::Null()) const in assignTo() function
119 __host__ void assignTo(GpuMat_<T>& dst, Stream& stream = Stream::Null()) const in assignTo() function
166 __host__ void assignTo(GpuMat_<T>& dst, Stream& stream = Stream::Null()) const in assignTo() function
212 __host__ void assignTo(GpuMat_<T>& dst, Stream& stream = Stream::Null()) const in assignTo() function
259 __host__ void assignTo(GpuMat_<T>& dst, Stream& stream = Stream::Null()) const in assignTo() function
305 __host__ void assignTo(GpuMat_<T>& dst, Stream& stream = Stream::Null()) const in assignTo() function
374 __host__ void assignTo(GpuMat_<T>& dst, Stream& stream = Stream::Null()) const in assignTo() function
H A Dtransform.hpp80 __host__ void assignTo(GpuMat_<T>& dst, Stream& stream = Stream::Null()) const in assignTo() function
124 __host__ void assignTo(GpuMat_<T>& dst, Stream& stream = Stream::Null()) const in assignTo() function
H A Dremap.hpp97 __host__ void assignTo(GpuMat_<T>& dst, Stream& stream = Stream::Null()) const in assignTo() function
108 __host__ void assignTo(GpuMat_<T>& dst, Stream& stream = Stream::Null()) const in assignTo() function
H A Dresize.hpp82 __host__ void assignTo(GpuMat_<T>& dst, Stream& stream = Stream::Null()) const in assignTo() function
H A Dlut.hpp80 __host__ void assignTo(GpuMat_<T>& dst, Stream& stream = Stream::Null()) const in assignTo() function
/dports/lang/solidity/solidity_0.8.11/test/libsolidity/semanticTests/array/
H A Dinvalid_encoding_for_storage_byte_array.sol16 function assignTo() public { x = "def"; }
40 // assignTo()
63 // assignTo() -> FAILURE, hex"4e487b71", 0x22
86 // assignTo() -> FAILURE, hex"4e487b71", 0x22
/dports/graphics/opencv/opencv-4.5.3/modules/features2d/test/
H A Dtest_sift.cpp28 descriptorsUchar.assignTo(descriptorsFloat2, CV_32F); in TEST()
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/src/
H A Devalcontext.h27 void assignTo(std::shared_ptr<Context> target) const;
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/src/
H A Devalcontext.h27 void assignTo(std::shared_ptr<Context> target) const;
/dports/cad/gmsh/gmsh-4.9.2-source/Mesh/
H A Ddelaunay3d.cpp967 std::size_t Npts, std::vector<Vert *> assignTo[], in delaunayTrgl() argument
983 std::size_t s = assignTo[i].size(); in delaunayTrgl()
1008 for(std::size_t iP = 0; iP < assignTo[K + myThread * NPTS_AT_ONCE].size(); in delaunayTrgl()
1011 assignTo[K + myThread * NPTS_AT_ONCE][iP]->_thread = myThread; in delaunayTrgl()
1026 vToAdd[K] = (iPGlob < assignTo[K + myThread * NPTS_AT_ONCE].size()) ? in delaunayTrgl()
1027 assignTo[K + myThread * NPTS_AT_ONCE][iPGlob] : in delaunayTrgl()
1211 std::vector<std::vector<Vert *> > assignTo(nbBlocks); in delaunayTriangulation() local
1224 assignTo[currentBlock].push_back(S[jPt]); in delaunayTriangulation()
1228 delaunayTrgl(numThreads, nptsatonce, N, &assignTo[0], allocator); in delaunayTriangulation()
/dports/games/stuntrally/stuntrally-2.6.1/source/shiny/Main/
H A DShaderInstance.hpp23 std::string expand_assign(std::string assignTo);
/dports/graphics/kgeotag/kgeotag-1.2.0/src/
H A DImagesListView.h49 void assignTo(const QVector<QString> &paths, const Coordinates &coordinates);
/dports/lang/gcc10/gcc-10.3.0/libgo/go/internal/reflectlite/
H A Dvalue.go365 x = x.assignTo("reflectlite.Set", v.typ, target)
422 func (v Value) assignTo(context string, dst *rtype, target unsafe.Pointer) Value { func
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/internal/reflectlite/
H A Dvalue.go364 x = x.assignTo("reflectlite.Set", v.typ, target)
421 func (v Value) assignTo(context string, dst *rtype, target unsafe.Pointer) Value { func
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/internal/reflectlite/
H A Dvalue.go367 x = x.assignTo("reflectlite.Set", v.typ, target)
411 func (v Value) assignTo(context string, dst *rtype, target unsafe.Pointer) Value { func
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/internal/reflectlite/
H A Dvalue.go369 x = x.assignTo("reflectlite.Set", v.typ, target)
413 func (v Value) assignTo(context string, dst *rtype, target unsafe.Pointer) Value { func
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/internal/reflectlite/
H A Dvalue.go369 x = x.assignTo("reflectlite.Set", v.typ, target)
413 func (v Value) assignTo(context string, dst *rtype, target unsafe.Pointer) Value { func
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/internal/reflectlite/
H A Dvalue.go369 x = x.assignTo("reflectlite.Set", v.typ, target)
413 func (v Value) assignTo(context string, dst *rtype, target unsafe.Pointer) Value { func
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/internal/reflectlite/
H A Dvalue.go365 x = x.assignTo("reflectlite.Set", v.typ, target)
422 func (v Value) assignTo(context string, dst *rtype, target unsafe.Pointer) Value { func
/dports/lang/gcc11/gcc-11.2.0/libgo/go/internal/reflectlite/
H A Dvalue.go369 x = x.assignTo("reflectlite.Set", v.typ, target)
413 func (v Value) assignTo(context string, dst *rtype, target unsafe.Pointer) Value { func
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/internal/reflectlite/
H A Dvalue.go365 x = x.assignTo("reflectlite.Set", v.typ, target)
422 func (v Value) assignTo(context string, dst *rtype, target unsafe.Pointer) Value { func
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/reflect/
H A Dmakefunc_ffi.go54 v = v.assignTo("reflect.MakeFunc", typ, addr)

123456