Searched refs:mpq_div_2exp (Results 1 - 25 of 38) sorted by relevance

12

/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dget_q.c59 mpq_div_2exp (q, q, -exp);
/netbsd-current/external/lgpl3/gmp/dist/tests/mpq/
H A Dt-md_2exp.c1 /* Test mpq_mul_2exp and mpq_div_2exp.
79 mpq_div_2exp (r, r, shift);
83 printf ("mpq_mul_2exp or mpq_div_2exp wrong on random\n");
185 fun = mpq_div_2exp;
186 name = "mpq_div_2exp";
H A Dreuse.c78 mpq_mul_2exp, mpq_div_2exp
83 "mpq_mul_2exp", "mpq_div_2exp"
H A Dt-get_d.c252 mpq_div_2exp (q, q, -exp);
/netbsd-current/external/lgpl3/gmp/dist/mini-gmp/tests/
H A Dt-mpq_muldiv_2exp.c93 mpq_div_2exp (rq, aq, e);
102 fprintf (stderr, "mpq_div_2exp failed: %lu\n", e);
114 mpq_div_2exp (rq, aq, e);
118 fprintf (stderr, "mpq_div_2exp failed on zero: %lu\n", e);
/netbsd-current/external/lgpl3/gmp/dist/mini-gmp/
H A Dmini-mpq.h65 void mpq_div_2exp (mpq_t, const mpq_t, mp_bitcnt_t);
H A Dmini-mpq.c401 mpq_div_2exp (mpq_t r, const mpq_t q, mp_bitcnt_t e)
448 mpq_div_2exp (r, r, e);
397 mpq_div_2exp (mpq_t r, const mpq_t q, mp_bitcnt_t e) function
/netbsd-current/external/lgpl3/gmp/dist/mpq/
H A Dmd_2exp.c1 /* mpq_mul_2exp, mpq_div_2exp - multiply or divide by 2^N */
99 mpq_div_2exp (mpq_ptr dst, mpq_srcptr src, mp_bitcnt_t n) function
/netbsd-current/external/lgpl3/gmp/dist/demos/expr/
H A Dexprq.c103 { ">>", (mpexpr_fun_t) mpq_div_2exp, MPEXPR_TYPE_BINARY_UI, 180 },
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
H A Dgmp.h1151 #define mpq_div_2exp __gmpq_div_2exp macro
1152 __GMP_DECLSPEC void mpq_div_2exp (mpq_ptr, mpq_srcptr, mp_bitcnt_t);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/or1k/
H A Dgmp.h1151 #define mpq_div_2exp __gmpq_div_2exp macro
1152 __GMP_DECLSPEC void mpq_div_2exp (mpq_ptr, mpq_srcptr, mp_bitcnt_t);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sh3el/
H A Dgmp.h1165 #define mpq_div_2exp __gmpq_div_2exp macro
1166 __GMP_DECLSPEC void mpq_div_2exp (mpq_ptr, mpq_srcptr, mp_bitcnt_t);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sh3eb/
H A Dgmp.h1165 #define mpq_div_2exp __gmpq_div_2exp macro
1166 __GMP_DECLSPEC void mpq_div_2exp (mpq_ptr, mpq_srcptr, mp_bitcnt_t);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sparc/
H A Dgmp.h1165 #define mpq_div_2exp __gmpq_div_2exp macro
1166 __GMP_DECLSPEC void mpq_div_2exp (mpq_ptr, mpq_srcptr, mp_bitcnt_t);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/riscv32/
H A Dgmp.h1165 #define mpq_div_2exp __gmpq_div_2exp macro
1166 __GMP_DECLSPEC void mpq_div_2exp (mpq_ptr, mpq_srcptr, mp_bitcnt_t);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/riscv64/
H A Dgmp.h1165 #define mpq_div_2exp __gmpq_div_2exp macro
1166 __GMP_DECLSPEC void mpq_div_2exp (mpq_ptr, mpq_srcptr, mp_bitcnt_t);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
H A Dgmp.h1165 #define mpq_div_2exp __gmpq_div_2exp macro
1166 __GMP_DECLSPEC void mpq_div_2exp (mpq_ptr, mpq_srcptr, mp_bitcnt_t);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
H A Dgmp.h1165 #define mpq_div_2exp __gmpq_div_2exp macro
1166 __GMP_DECLSPEC void mpq_div_2exp (mpq_ptr, mpq_srcptr, mp_bitcnt_t);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/m68k/
H A Dgmp.h1165 #define mpq_div_2exp __gmpq_div_2exp macro
1166 __GMP_DECLSPEC void mpq_div_2exp (mpq_ptr, mpq_srcptr, mp_bitcnt_t);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/m68000/
H A Dgmp.h1165 #define mpq_div_2exp __gmpq_div_2exp macro
1166 __GMP_DECLSPEC void mpq_div_2exp (mpq_ptr, mpq_srcptr, mp_bitcnt_t);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/ia64/
H A Dgmp.h1165 #define mpq_div_2exp __gmpq_div_2exp macro
1166 __GMP_DECLSPEC void mpq_div_2exp (mpq_ptr, mpq_srcptr, mp_bitcnt_t);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mipseb/
H A Dgmp.h1165 #define mpq_div_2exp __gmpq_div_2exp macro
1166 __GMP_DECLSPEC void mpq_div_2exp (mpq_ptr, mpq_srcptr, mp_bitcnt_t);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mipsel/
H A Dgmp.h1165 #define mpq_div_2exp __gmpq_div_2exp macro
1166 __GMP_DECLSPEC void mpq_div_2exp (mpq_ptr, mpq_srcptr, mp_bitcnt_t);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/powerpc/
H A Dgmp.h1165 #define mpq_div_2exp __gmpq_div_2exp macro
1166 __GMP_DECLSPEC void mpq_div_2exp (mpq_ptr, mpq_srcptr, mp_bitcnt_t);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/powerpc64/
H A Dgmp.h1165 #define mpq_div_2exp __gmpq_div_2exp macro
1166 __GMP_DECLSPEC void mpq_div_2exp (mpq_ptr, mpq_srcptr, mp_bitcnt_t);

Completed in 236 milliseconds

12