Searched refs:mpq_set_si (Results 1 - 25 of 46) sorted by relevance

12

/netbsd-current/external/lgpl3/gmp/dist/mpq/
H A Dset_si.c0 /* mpq_set_si(dest,ulong_num,ulong_den) -- Set DEST to the rational number
35 mpq_set_si (mpq_t dest, signed long int num, unsigned long int den) function
/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dtset_q.c38 mpq_set_si (q, n, d);
97 mpq_set_si (y, 0, 1);
123 mpq_set_si (mpq_value, 0, 0);
141 mpq_set_si (mpq_value, -1, 0);
H A Dtfprintf.c183 mpq_set_si (mpq, lo, ulo);
H A Dtgmpop.c118 mpq_set_si (q, -1, 0);
136 mpq_set_si (q, -1, 0);
1254 mpq_set_si (op2, 0, 0);
1269 mpq_set_si (op2, -1, 0);
H A Dtprintf.c307 mpq_set_si (mpq, lo, ulo);
/netbsd-current/external/lgpl3/gmp/dist/demos/expr/
H A Dexprqa.c54 mpq_set_si (q, num, 1L);
/netbsd-current/external/lgpl3/gmp/dist/mini-gmp/
H A Dmini-mpq.h80 void mpq_set_si (mpq_t, signed long, unsigned long);
H A Dmini-mpq.c176 mpq_set_si (mpq_t r, signed long n, unsigned long d)
174 mpq_set_si (mpq_t r, signed long n, unsigned long d) function
/netbsd-current/external/lgpl3/gmp/dist/mini-gmp/tests/
H A Dt-mpq_muldiv.c35 mpq_set_si (q, mpz_get_si (n), mpz_get_ui (d));
H A Dt-mpq_double.c187 mpq_set_si (r, data[i].n, data[i].d);
H A Dt-mpq_muldiv_2exp.c35 mpq_set_si (q, mpz_get_si (n), mpz_get_ui (d));
H A Dt-mpq_addsub.c35 mpq_set_si (q, mpz_get_si (n), mpz_get_ui (d));
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/
H A Dgmp-utils-selftests.c401 mpq_set_si (expected.val, unscaled, 1);
466 mpq_set_si (v.val, numerator, denominator);
/netbsd-current/external/lgpl3/gmp/dist/printf/
H A Ddoprnt.c488 case 'Q': mpq_set_si ((mpq_ptr) p, (long) retval, 1L); break;
/netbsd-current/external/lgpl3/mpc/dist/tests/
H A Dtset.c80 mpq_set_si (mpq, -1, 0x4321);
/netbsd-current/external/lgpl3/gmp/dist/tests/misc/
H A Dt-scanf.c917 mpq_set_si (got, -999L, 121L);
930 mpq_set_si (got, got_l, (got_l == -999L ? 121L : 1L));
/netbsd-current/external/lgpl3/gmp/dist/tests/cxx/
H A Dt-istream.cc368 mpq_set_si (got, 0xDEAD, 0xBEEF);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
H A Dgmp.h1214 #define mpq_set_si __gmpq_set_si macro
1215 __GMP_DECLSPEC void mpq_set_si (mpq_ptr, signed long int, unsigned long int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/or1k/
H A Dgmp.h1214 #define mpq_set_si __gmpq_set_si macro
1215 __GMP_DECLSPEC void mpq_set_si (mpq_ptr, signed long int, unsigned long int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sh3el/
H A Dgmp.h1228 #define mpq_set_si __gmpq_set_si macro
1229 __GMP_DECLSPEC void mpq_set_si (mpq_ptr, signed long int, unsigned long int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sh3eb/
H A Dgmp.h1228 #define mpq_set_si __gmpq_set_si macro
1229 __GMP_DECLSPEC void mpq_set_si (mpq_ptr, signed long int, unsigned long int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sparc/
H A Dgmp.h1228 #define mpq_set_si __gmpq_set_si macro
1229 __GMP_DECLSPEC void mpq_set_si (mpq_ptr, signed long int, unsigned long int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/riscv32/
H A Dgmp.h1228 #define mpq_set_si __gmpq_set_si macro
1229 __GMP_DECLSPEC void mpq_set_si (mpq_ptr, signed long int, unsigned long int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/riscv64/
H A Dgmp.h1228 #define mpq_set_si __gmpq_set_si macro
1229 __GMP_DECLSPEC void mpq_set_si (mpq_ptr, signed long int, unsigned long int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
H A Dgmp.h1228 #define mpq_set_si __gmpq_set_si macro
1229 __GMP_DECLSPEC void mpq_set_si (mpq_ptr, signed long int, unsigned long int);

Completed in 414 milliseconds

12