Home
last modified time | relevance | path

Searched defs:typeSize (Results 1 – 25 of 537) sorted by relevance

12345678910>>...22

/dports/archivers/snappy-java/snappy-java-1.1.7.5/src/main/java/org/xerial/snappy/
H A DBitShuffleNative.java49 …public native int shuffle(Object input, int inputOffset, int typeSize, int byteLength, Object outp… in shuffle()
52 …public native int shuffleDirectBuffer(ByteBuffer input, int inputOffset, int typeSize, int byteLen… in shuffleDirectBuffer()
55 …public native int unshuffle(Object input, int inputOffset, int typeSize, int byteLength, Object ou… in unshuffle()
58 …public native int unshuffleDirectBuffer(ByteBuffer input, int inputOffset, int typeSize, int byteL… in unshuffleDirectBuffer()
H A DBitShuffleNative.cpp36 …(JNIEnv * env, jobject self, jobject input, jint inputOffset, jint typeSize, jint length, jobject … in Java_org_xerial_snappy_BitShuffleNative_shuffle()
67 …(JNIEnv * env, jobject self, jobject input, jint inputOffset, jint typeSize, jint length, jobject … in Java_org_xerial_snappy_BitShuffleNative_shuffleDirectBuffer()
88 …(JNIEnv * env, jobject self, jobject input, jint inputOffset, jint typeSize, jint length, jobject … in Java_org_xerial_snappy_BitShuffleNative_unshuffle()
119 …(JNIEnv * env, jobject self, jobject input, jint inputOffset, jint typeSize, jint length, jobject … in Java_org_xerial_snappy_BitShuffleNative_unshuffleDirectBuffer()
H A DBitShuffle.java70 int typeSize = type.getTypeSize(); in shuffle() local
180 int typeSize = type.getTypeSize(); in unshuffle() local
/dports/math/faiss/faiss-1.7.1/faiss/gpu/utils/
H A DNoTypeTensor.cuh31 NoTypeTensor(void* mem, int typeSize, std::initializer_list<IndexT> sizes) in NoTypeTensor()
44 NoTypeTensor(void* mem, int typeSize, int sizes[Dim]) in NoTypeTensor()
58 int typeSize, in NoTypeTensor()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/common/libBuffer/include/
H A DCommonBuffer.h136 static const size_t typeSize = sizeof(T); in copyToBuffer() local
173 static const size_t typeSize = sizeof(T); in copyToBuffer() local
/dports/misc/py-xgboost/xgboost-1.5.1/jvm-packages/xgboost4j-gpu/src/main/java/ml/dmlc/xgboost4j/gpu/java/
H A DCudfColumn.java35 private final int typeSize; // type size in bytes field in CudfColumn
67 private CudfColumn(long dataPtr, long shape, long validPtr, int typeSize, String typeStr, in CudfColumn()
/dports/misc/xgboost/xgboost-1.5.1/jvm-packages/xgboost4j-gpu/src/main/java/ml/dmlc/xgboost4j/gpu/java/
H A DCudfColumn.java35 private final int typeSize; // type size in bytes field in CudfColumn
67 private CudfColumn(long dataPtr, long shape, long validPtr, int typeSize, String typeStr, in CudfColumn()
/dports/math/clblas/clBLAS-2.10/src/library/common/
H A Dmisc.c50 fl4RowWidth(size_t width, size_t typeSize) in fl4RowWidth()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.incubator.foreign/share/classes/jdk/internal/foreign/abi/
H A DArchitecture.java29 int typeSize(int cls); in typeSize() method
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.incubator.foreign/share/classes/jdk/internal/foreign/abi/
H A DArchitecture.java29 int typeSize(int cls); in typeSize() method
/dports/graphics/opencv/.build/3rdparty/ippicv/ippicv_lnx/iw/src/
H A Diw_image_op_copy.c165 IwiSize size, int typeSize, int channels) in llwiCopy()
175 … IppiSize size, int typeSize, int channels, const Ipp8u *pMask, int maskStep) in llwiCopyMask()
/dports/math/vtk8/VTK-8.2.0/IO/ADIOS/
H A DADIOSAttribute.cxx27 int err, typeSize; in Attribute() local
/dports/math/vtk6/VTK-6.2.0/IO/ADIOS/
H A DADIOSAttribute.cxx27 int err, typeSize; in Attribute() local
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/types/
H A DTyCoRep.hs1656 typeSize (LitTy {}) = 1 function
1657 typeSize (TyVarTy {}) = 1 function
1658 typeSize (AppTy t1 t2) = typeSize t1 + typeSize t2 function
1659 typeSize (FunTy _ t1 t2) = typeSize t1 + typeSize t2 function
1660 typeSize (ForAllTy (Bndr tv _) t) = typeSize (varType tv) + typeSize t function
1661 typeSize (TyConApp _ ts) = 1 + sum (map typeSize ts) function
1662 typeSize (CastTy ty co) = typeSize ty + coercionSize co function
1663 typeSize (CoercionTy co) = coercionSize co function
/dports/lang/ghc/ghc-8.10.7/compiler/types/
H A DTyCoRep.hs1656 typeSize (LitTy {}) = 1 function
1657 typeSize (TyVarTy {}) = 1 function
1658 typeSize (AppTy t1 t2) = typeSize t1 + typeSize t2 function
1659 typeSize (FunTy _ t1 t2) = typeSize t1 + typeSize t2 function
1660 typeSize (ForAllTy (Bndr tv _) t) = typeSize (varType tv) + typeSize t function
1661 typeSize (TyConApp _ ts) = 1 + sum (map typeSize ts) function
1662 typeSize (CastTy ty co) = typeSize ty + coercionSize co function
1663 typeSize (CoercionTy co) = coercionSize co function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libc/fuzzing/math/
H A DRemQuoDiff.h20 constexpr size_t typeSize = sizeof(T); in RemQuoDiff() local
/dports/devel/llvm12/llvm-project-12.0.1.src/libc/fuzzing/math/
H A DRemQuoDiff.h20 constexpr size_t typeSize = sizeof(T); in RemQuoDiff() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libc/fuzzing/math/
H A DRemQuoDiff.h20 constexpr size_t typeSize = sizeof(T); in RemQuoDiff() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libc/fuzzing/math/
H A DRemQuoDiff.h20 constexpr size_t typeSize = sizeof(T); in RemQuoDiff() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libc/fuzzing/math/
H A DRemQuoDiff.h20 constexpr size_t typeSize = sizeof(T); in RemQuoDiff() local
/dports/devel/llvm13/llvm-project-13.0.1.src/libc/fuzzing/math/
H A DTwoInputSingleOutputDiff.h20 using TwoInputSingleOutputFunc = T1 (*)(T1, T2); in RemQuoDiff()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/svg/
H A DSVGPathByteStreamSource.h63 size_t typeSize = sizeof(ByteType); in readType() local
/dports/science/mbdyn/mbdyn-1.7.3/modules/module-flightgear/
H A Dmodule-flightgear.h15 int typeSize; member
/dports/databases/akonadi/akonadi-21.12.3/src/private/protocolgen/
H A Dcpphelper.cpp25 size_t typeSize(const QString &typeName) in typeSize() function
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/examples/common/
H A DmtlUtils.h42 const auto typeSize = sizeof(T); in MTLNewBufferFromVector() local

12345678910>>...22