Uses of Class
it.unich.jgmp.nativelib.SizeT
Packages that use SizeT
Package
Description
This package contains all the high-level classes of JGMP.
This package contains all the low-level classes of JGMP.
-
Uses of SizeT in it.unich.jgmp
Methods in it.unich.jgmp with parameters of type SizeTModifier and TypeMethodDescriptioncom.sun.jna.Pointervoidcom.sun.jna.Pointer -
Uses of SizeT in it.unich.jgmp.nativelib
Methods in it.unich.jgmp.nativelib that return SizeTModifier and TypeMethodDescriptionSizeTByReference.getValue()Get the value ofsize_tobject pointed by this reference.static SizeTLibGmp.mpf_inp_str(MpqT rop, com.sun.jna.Pointer stream, int base) static SizeTLibGmp.mpf_out_str(com.sun.jna.Pointer stream, int base, SizeT nDigits, MpfT op) static SizeTLibGmp.mpq_inp_str(MpqT rop, com.sun.jna.Pointer stream, int base) static SizeTLibGmp.mpq_out_str(com.sun.jna.Pointer stream, int base, MpqT op) static SizeTLibGmp.mpz_inp_raw(MpzT rop, com.sun.jna.Pointer stream) static SizeTLibGmp.mpz_inp_str(MpzT rop, com.sun.jna.Pointer stream, int base) static SizeTLibGmp.mpz_out_raw(com.sun.jna.Pointer stream, MpzT op) static SizeTLibGmp.mpz_out_str(com.sun.jna.Pointer stream, int base, MpzT op) static SizeTLibGmp.mpz_sizeinbase(MpzT op, int base) Methods in it.unich.jgmp.nativelib with parameters of type SizeTModifier and TypeMethodDescriptionstatic voidLibGmp.deallocate(com.sun.jna.Pointer p, SizeT size) Call the native deallocator used by the GMP library.static intLibGmp.gmp_snprintf(ByteBuffer buf, SizeT size, String fmt, Object... args) intLibGmp.LibGmpExtra.gmp_snprintf(ByteBuffer buf, SizeT size, String fmt, Object... args) static intLibGmp.gmp_vsnprintf(ByteBuffer buf, SizeT size, String fmt, com.sun.jna.Pointer ap) com.sun.jna.PointerReturn a pointer to newly allocated space with at leastalloc_sizebytes.voidDe-allocate the space pointed to byptr.com.sun.jna.PointerResize a previously allocated blockptrofold_sizebytes to benew_sizebytes.static SizeTLibGmp.mpf_out_str(com.sun.jna.Pointer stream, int base, SizeT nDigits, MpfT op) static com.sun.jna.PointerLibGmp.mpz_export(ByteBuffer rop, SizeTByReference count, int order, SizeT size, int endian, SizeT nails, MpzT op) static voidLibGmp.mpz_import(MpzT rop, SizeT count, int order, SizeT size, int endian, SizeT nails, ByteBuffer op) voidChange the value of thesize_tobject pointed by this reference.Constructors in it.unich.jgmp.nativelib with parameters of type SizeTModifierConstructorDescriptionSizeTByReference(SizeT value) Create a reference to a newly allocatedsize_tobject, which is initialized withvalue.