Uses of Class
it.unich.jgmp.nativelib.MpfT
-
Packages that use MpfT Package Description it.unich.jgmp This package contains all the high-level classes of JGMP.it.unich.jgmp.nativelib This package contains all the low-level classes of JGMP. -
-
Uses of MpfT in it.unich.jgmp
Fields in it.unich.jgmp declared as MpfT Modifier and Type Field Description private MpfTMPF. mpfNativeThe pointer to the nativempf_tobject.Methods in it.unich.jgmp that return MpfT Modifier and Type Method Description MpfTMPF. getNative()Return the native pointer to the GMP object.Constructors in it.unich.jgmp with parameters of type MpfT Constructor Description MPF(MpfT pointer)A private constructor which build anMPFstarting from a pointer to its native data object.MPFCleaner(MpfT mpfNative) -
Uses of MpfT in it.unich.jgmp.nativelib
Fields in it.unich.jgmp.nativelib declared as MpfT Modifier and Type Field Description private static MpfTLibGmp. mpf_zeroThe floating point 0 (assuming no one changes it)Methods in it.unich.jgmp.nativelib with parameters of type MpfT Modifier and Type Method Description static voidLibGmp. mpf_abs(MpfT rop, MpfT op)static voidLibGmp. mpf_add(MpfT rop, MpfT op1, MpfT op2)static voidLibGmp. mpf_add_ui(MpfT rop, MpfT op1, NativeUnsignedLong op2)static voidLibGmp. mpf_ceil(MpfT rop, MpfT op)static voidLibGmp. mpf_clear(MpfT x)voidLibGmp.LibGmpExtra. mpf_clears(MpfT... xs)static voidLibGmp. mpf_clears(MpfT... xs)static intLibGmp. mpf_cmp(MpfT op1, MpfT op2)static intLibGmp. mpf_cmp_d(MpfT op1, double op2)static intLibGmp. mpf_cmp_si(MpfT op1, com.sun.jna.NativeLong op2)static intLibGmp. mpf_cmp_ui(MpfT op1, NativeUnsignedLong op2)static intLibGmp. mpf_cmp_z(MpfT op1, MpzT op2)static voidLibGmp. mpf_div(MpfT rop, MpfT op1, MpfT op2)static voidLibGmp. mpf_div_2exp(MpfT rop, MpfT op1, MpBitcntT op2)static voidLibGmp. mpf_div_ui(MpfT rop, MpfT op1, NativeUnsignedLong op2)static booleanLibGmp. mpf_eq(MpfT op1, MpfT op2, MpBitcntT op3)static booleanLibGmp. mpf_fits_sint_p(MpfT op)static booleanLibGmp. mpf_fits_slong_p(MpfT op)static booleanLibGmp. mpf_fits_sshort_p(MpfT op)static booleanLibGmp. mpf_fits_uint_p(MpfT op)static booleanLibGmp. mpf_fits_ulong_p(MpfT op)static booleanLibGmp. mpf_fits_ushort_p(MpfT op)static voidLibGmp. mpf_floor(MpfT rop, MpfT op)static doubleLibGmp. mpf_get_d(MpfT op)static doubleLibGmp. mpf_get_d_2exp(com.sun.jna.ptr.NativeLongByReference exp, MpfT op)static MpBitcntTLibGmp. mpf_get_prec(MpfT op)static com.sun.jna.NativeLongLibGmp. mpf_get_si(MpfT op)static com.sun.jna.PointerLibGmp. mpf_get_str(java.nio.ByteBuffer str, MpExpTByReference exp, int base, MpSizeT nDigits, MpfT op)static NativeUnsignedLongLibGmp. mpf_get_ui(MpfT op)static voidLibGmp. mpf_init(MpfT x)static voidLibGmp. mpf_init_set(MpfT rop, MpfT op)static voidLibGmp. mpf_init_set_d(MpfT rop, double op)static voidLibGmp. mpf_init_set_si(MpfT rop, com.sun.jna.NativeLong op)static intLibGmp. mpf_init_set_str(MpfT rop, java.lang.String str, int base)static voidLibGmp. mpf_init_set_ui(MpfT rop, NativeUnsignedLong op)static voidLibGmp. mpf_init2(MpfT x, MpBitcntT n)voidLibGmp.LibGmpExtra. mpf_inits(MpfT... xs)static voidLibGmp. mpf_inits(MpfT... xs)static booleanLibGmp. mpf_integer_p(MpfT op)static voidLibGmp. mpf_mul(MpfT rop, MpfT op1, MpfT op2)static voidLibGmp. mpf_mul_2exp(MpfT rop, MpfT op1, MpBitcntT op2)static voidLibGmp. mpf_mul_ui(MpfT rop, MpfT op1, NativeUnsignedLong op2)static voidLibGmp. mpf_neg(MpfT rop, MpfT op)static SizeTLibGmp. mpf_out_str(com.sun.jna.Pointer stream, int base, SizeT nDigits, MpfT op)static voidLibGmp. mpf_pow_ui(MpfT rop, MpfT op1, NativeUnsignedLong op2)static voidLibGmp. mpf_random2(MpfT rop, MpSizeT max_size, MpExpT exp)static intLibGmp. mpf_reldiff(MpfT rop, MpfT op1, MpfT op2)static voidLibGmp. mpf_set(MpfT rop, MpfT op)static voidLibGmp. mpf_set_d(MpfT rop, double op)static voidLibGmp. mpf_set_prec(MpfT rop, MpBitcntT prec)static voidLibGmp. mpf_set_prec_raw(MpfT rop, MpBitcntT prec)static voidLibGmp. mpf_set_q(MpfT rop, MpqT op)static voidLibGmp. mpf_set_si(MpfT rop, com.sun.jna.NativeLong op)static intLibGmp. mpf_set_str(MpfT rop, java.lang.String str, int base)static voidLibGmp. mpf_set_ui(MpfT rop, NativeUnsignedLong op)static voidLibGmp. mpf_set_z(MpfT rop, MpzT op)static intLibGmp. mpf_sgn(MpfT op)static voidLibGmp. mpf_sqrt(MpfT rop, MpfT op)static voidLibGmp. mpf_sqrt_ui(MpfT rop, NativeUnsignedLong op)static voidLibGmp. mpf_sub(MpfT rop, MpfT op1, MpfT op2)static voidLibGmp. mpf_sub_ui(MpfT rop, MpfT op1, NativeUnsignedLong op2)static voidLibGmp. mpf_swap(MpfT rop1, MpfT rop2)static voidLibGmp. mpf_trunc(MpfT rop, MpfT op)static voidLibGmp. mpf_ui_div(MpfT rop, NativeUnsignedLong op1, MpfT op2)static voidLibGmp. mpf_ui_sub(MpfT rop, NativeUnsignedLong op1, MpfT op2)static voidLibGmp. mpf_urandomb(MpfT rop, GmpRandstateT state, MpBitcntT n)static voidLibGmp. mpq_set_f(MpqT rop, MpfT op)static voidLibGmp. mpz_set_f(MpzT rop, MpfT op)
-