Searched refs:mpq_abs (Results 1 - 25 of 36) sorted by relevance

12

/netbsd-current/external/lgpl3/gmp/dist/mpq/
H A Dabs.c0 /* mpq_abs -- absolute value of a rational.
37 mpq_abs (mpq_ptr dst, mpq_srcptr src) function
/netbsd-current/external/lgpl3/gmp/dist/mini-gmp/
H A Dmini-mpq.h56 void mpq_abs (mpq_t, const mpq_t);
H A Dmini-mpq.c311 mpq_abs (mpq_t r, const mpq_t q)
307 mpq_abs (mpq_t r, const mpq_t q) function
/netbsd-current/external/lgpl3/gmp/dist/demos/expr/
H A Dexprq.c124 { "abs", (mpexpr_fun_t) mpq_abs, MPEXPR_TYPE_UNARY },
/netbsd-current/external/lgpl3/gmp/dist/mini-gmp/tests/
H A Dt-mpq_muldiv.c132 mpq_abs (refq, aq);
140 fprintf (stderr, "mpq_abs failed [%i]:\n", i);
/netbsd-current/external/lgpl3/gmp/dist/tests/mpq/
H A Dreuse.c66 mpq_abs, mpq_neg,
71 "mpq_abs", "mpq_neg",
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgmp-utils.c165 mpq_abs (abs_val.val, abs_val.val);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
H A Dgmp.h1122 #define mpq_abs __gmpq_abs macro
1124 __GMP_DECLSPEC void mpq_abs (mpq_ptr, mpq_srcptr);
1802 mpq_abs (mpq_ptr __gmp_w, mpq_srcptr __gmp_u) function
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/or1k/
H A Dgmp.h1122 #define mpq_abs __gmpq_abs macro
1124 __GMP_DECLSPEC void mpq_abs (mpq_ptr, mpq_srcptr);
1802 mpq_abs (mpq_ptr __gmp_w, mpq_srcptr __gmp_u) function
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sh3el/
H A Dgmp.h1133 #define mpq_abs __gmpq_abs macro
1135 __GMP_DECLSPEC void mpq_abs (mpq_ptr, mpq_srcptr);
1885 mpq_abs (mpq_ptr __gmp_w, mpq_srcptr __gmp_u) function
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sh3eb/
H A Dgmp.h1133 #define mpq_abs __gmpq_abs macro
1135 __GMP_DECLSPEC void mpq_abs (mpq_ptr, mpq_srcptr);
1885 mpq_abs (mpq_ptr __gmp_w, mpq_srcptr __gmp_u) function
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sparc/
H A Dgmp.h1133 #define mpq_abs __gmpq_abs macro
1135 __GMP_DECLSPEC void mpq_abs (mpq_ptr, mpq_srcptr);
1885 mpq_abs (mpq_ptr __gmp_w, mpq_srcptr __gmp_u) function
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/riscv32/
H A Dgmp.h1133 #define mpq_abs __gmpq_abs macro
1135 __GMP_DECLSPEC void mpq_abs (mpq_ptr, mpq_srcptr);
1885 mpq_abs (mpq_ptr __gmp_w, mpq_srcptr __gmp_u) function
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/riscv64/
H A Dgmp.h1133 #define mpq_abs __gmpq_abs macro
1135 __GMP_DECLSPEC void mpq_abs (mpq_ptr, mpq_srcptr);
1885 mpq_abs (mpq_ptr __gmp_w, mpq_srcptr __gmp_u) function
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
H A Dgmp.h1133 #define mpq_abs __gmpq_abs macro
1135 __GMP_DECLSPEC void mpq_abs (mpq_ptr, mpq_srcptr);
1885 mpq_abs (mpq_ptr __gmp_w, mpq_srcptr __gmp_u) function
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
H A Dgmp.h1133 #define mpq_abs __gmpq_abs macro
1135 __GMP_DECLSPEC void mpq_abs (mpq_ptr, mpq_srcptr);
1885 mpq_abs (mpq_ptr __gmp_w, mpq_srcptr __gmp_u) function
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/m68k/
H A Dgmp.h1133 #define mpq_abs __gmpq_abs macro
1135 __GMP_DECLSPEC void mpq_abs (mpq_ptr, mpq_srcptr);
1885 mpq_abs (mpq_ptr __gmp_w, mpq_srcptr __gmp_u) function
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/m68000/
H A Dgmp.h1133 #define mpq_abs __gmpq_abs macro
1135 __GMP_DECLSPEC void mpq_abs (mpq_ptr, mpq_srcptr);
1885 mpq_abs (mpq_ptr __gmp_w, mpq_srcptr __gmp_u) function
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/ia64/
H A Dgmp.h1133 #define mpq_abs __gmpq_abs macro
1135 __GMP_DECLSPEC void mpq_abs (mpq_ptr, mpq_srcptr);
1885 mpq_abs (mpq_ptr __gmp_w, mpq_srcptr __gmp_u) function
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mipseb/
H A Dgmp.h1133 #define mpq_abs __gmpq_abs macro
1135 __GMP_DECLSPEC void mpq_abs (mpq_ptr, mpq_srcptr);
1885 mpq_abs (mpq_ptr __gmp_w, mpq_srcptr __gmp_u) function
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mipsel/
H A Dgmp.h1133 #define mpq_abs __gmpq_abs macro
1135 __GMP_DECLSPEC void mpq_abs (mpq_ptr, mpq_srcptr);
1885 mpq_abs (mpq_ptr __gmp_w, mpq_srcptr __gmp_u) function
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/powerpc/
H A Dgmp.h1133 #define mpq_abs __gmpq_abs macro
1135 __GMP_DECLSPEC void mpq_abs (mpq_ptr, mpq_srcptr);
1885 mpq_abs (mpq_ptr __gmp_w, mpq_srcptr __gmp_u) function
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/powerpc64/
H A Dgmp.h1133 #define mpq_abs __gmpq_abs macro
1135 __GMP_DECLSPEC void mpq_abs (mpq_ptr, mpq_srcptr);
1885 mpq_abs (mpq_ptr __gmp_w, mpq_srcptr __gmp_u) function
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/armeb/
H A Dgmp.h1133 #define mpq_abs __gmpq_abs macro
1135 __GMP_DECLSPEC void mpq_abs (mpq_ptr, mpq_srcptr);
1885 mpq_abs (mpq_ptr __gmp_w, mpq_srcptr __gmp_u) function
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/arm/
H A Dgmp.h1133 #define mpq_abs __gmpq_abs macro
1135 __GMP_DECLSPEC void mpq_abs (mpq_ptr, mpq_srcptr);
1885 mpq_abs (mpq_ptr __gmp_w, mpq_srcptr __gmp_u) function

Completed in 677 milliseconds

12