Home
last modified time | relevance | path

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

/dports/science/py-chainer/chainer-7.8.0/chainerx_cc/chainerx/native/native_device/
H A Dreduction.cc50 MaxAndArgMax MapIn(T in, int64_t index) { return {in, index}; } in Call() function
81 MinAndArgMin MapIn(T in, int64_t index) { return {in, index}; } in Call() function
108 Accum MapIn(In in, int64_t /*index*/) { return static_cast<Accum>(in); } in Call() function
133 Accum MapIn(In in, int64_t /*index*/) { return static_cast<Accum>(in); } in Call() function
158 Accum MapIn(In in, int64_t /*index*/) { return static_cast<Accum>(in); } in Call() function
187 MaxAndNanArgMax MapIn(T in, int64_t index) { return {in, index}; } in Call() function
218 MinAndNanArgMin MapIn(T in, int64_t index) { return {in, index}; } in Call() function
H A Dstatistics.cc37 T MapIn(T in, int64_t /*index*/) { return in; } in Call() function
62 T MapIn(T in, int64_t /*index*/) { return in; } in Call() function
H A Dlogic.cc203 bool MapIn(In in, int64_t /*index*/) { return static_cast<bool>(in); } in Call() function
225 bool MapIn(In in, int64_t /*index*/) { return static_cast<bool>(in); } in Call() function
/dports/science/py-chainer/chainer-7.8.0/chainerx_cc/chainerx/cuda/cuda_device/
H A Dreduction.cu38 __device__ MaxAndArgMax MapIn(CudaType in, int64_t index) { return {in, index}; } in MapIn() function
75 __device__ MinAndArgMin MapIn(CudaType in, int64_t index) { return {in, index}; } in MapIn() function
109 …__device__ OutCudaType MapIn(InCudaType in, int64_t /*index*/) { return static_cast<OutCudaType>(i… in MapIn() function
164 __device__ MaxAndNanArgMax MapIn(CudaType in, int64_t index) { return {in, index}; } in MapIn() function
201 __device__ MinAndNanArgMin MapIn(CudaType in, int64_t index) { return {in, index}; } in MapIn() function
237 …__device__ OutCudaType MapIn(InCudaType in, int64_t /*index*/) { return static_cast<OutCudaType>(i… in MapIn() function
H A Dstatistics.cu33 __device__ CudaType MapIn(CudaType in, int64_t /*index*/) { return in; } in MapIn() function
62 __device__ CudaType MapIn(CudaType in, int64_t /*index*/) { return in; } in MapIn() function
H A Dlogic.cu217 __device__ bool MapIn(InCudaType in, int64_t /*index*/) { return static_cast<bool>(in); } in MapIn() function
245 __device__ bool MapIn(InCudaType in, int64_t /*index*/) { return static_cast<bool>(in); } in MapIn() function
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/MIPS/IR/
H A DIRRegCache.h35 void MapDirty(int rd); in MapIn()
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/MIPS/IR/
H A DIRRegCache.cpp35 void IRRegCache::MapIn(int rd) { in MapIn() function in IRRegCache
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/MIPS/IR/
H A DIRRegCache.cpp35 void IRRegCache::MapIn(int rd) { in MapIn() function in IRRegCache
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/src/google/protobuf/util/internal/testdata/
H A Dmaps.proto103 message MapIn { message
/dports/devel/protobuf/protobuf-3.17.3/src/google/protobuf/util/internal/testdata/
H A Dmaps.proto103 message MapIn { message
/dports/devel/py-grpcio-tools/grpcio-tools-1.43.0/third_party/protobuf/src/google/protobuf/util/internal/testdata/
H A Dmaps.proto103 message MapIn { message
/dports/cad/repsnapper/repsnapper-2.5a4/libraries/amf/amftools-code/src/
H A DMesh.cpp681 CFacet* CMesh::AddFacet(const Vec3D& v1, const Vec3D& v2, const Vec3D& v3, const TexMap& MapIn) //a… in AddFacet()
701 …:AddFacet(const CVertex& v1, const CVertex& v2, const CVertex& v3, const TexMap& MapIn) //adds a f… in AddFacet()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/MIPS/ARM64/
H A DArm64RegCache.cpp458 void Arm64RegCache::MapIn(MIPSGPReg rs) { in MapIn() function in Arm64RegCache
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/MIPS/ARM64/
H A DArm64RegCache.cpp458 void Arm64RegCache::MapIn(MIPSGPReg rs) { in MapIn() function in Arm64RegCache
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/MIPS/ARM64/
H A DArm64RegCache.cpp458 void Arm64RegCache::MapIn(MIPSGPReg rs) { in MapIn() function in Arm64RegCache
/dports/www/py-weboob/weboob-2.0/weboob/browser/filters/
H A Dstandard.py692 class MapIn(Filter): class