Home
last modified time | relevance | path

Searched refs:mpq_set_si (Results 1 – 25 of 51) sorted by relevance

123

/netbsd/external/lgpl3/mpfr/dist/tests/
H A Dtset_q.c38 mpq_set_si (q, n, d); in check()
97 mpq_set_si (y, 0, 1); in check0()
123 mpq_set_si (mpq_value, 0, 0); in check_nan_inf_mpq()
141 mpq_set_si (mpq_value, -1, 0); in check_nan_inf_mpq()
H A Dtgmpop.c118 mpq_set_si (q, -1, 0); in special()
136 mpq_set_si (q, -1, 0); in special()
1254 mpq_set_si (op2, 0, 0); in coverage_mpfr_mul_q_20110218()
1269 mpq_set_si (op2, -1, 0); in coverage_mpfr_mul_q_20110218()
H A Dtfprintf.c183 mpq_set_si (mpq, lo, ulo); in check_mixed()
H A Dtprintf.c307 mpq_set_si (mpq, lo, ulo); in check_mixed()
/netbsd/external/lgpl3/gmp/dist/mpq/
H A Dset_si.c35 mpq_set_si (mpq_t dest, signed long int num, unsigned long int den) in mpq_set_si() function
/netbsd/external/lgpl3/gmp/dist/demos/expr/
H A Dexprqa.c54 mpq_set_si (q, num, 1L); in e_mpq_set_si1()
/netbsd/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.c174 mpq_set_si (mpq_t r, signed long n, unsigned long d) in mpq_set_si() function
/netbsd/external/lgpl3/gmp/dist/mini-gmp/tests/
H A Dt-mpq_muldiv_2exp.c35 mpq_set_si (q, mpz_get_si (n), mpz_get_ui (d)); in _mpq_set_zz()
H A Dt-mpq_double.c187 mpq_set_si (r, data[i].n, data[i].d); in check_data()
H A Dt-mpq_muldiv.c35 mpq_set_si (q, mpz_get_si (n), mpz_get_ui (d)); in _mpq_set_zz()
H A Dt-mpq_addsub.c35 mpq_set_si (q, mpz_get_si (n), mpz_get_ui (d)); in _mpq_set_zz()
/netbsd/external/lgpl3/gmp/dist/tests/misc/
H A Dt-scanf.c917 mpq_set_si (got, -999L, 121L); in check_q()
930 mpq_set_si (got, got_l, (got_l == -999L ? 121L : 1L)); in check_q()
/netbsd/external/lgpl3/gmp/dist/printf/
H A Ddoprnt.c488 case 'Q': mpq_set_si ((mpq_ptr) p, (long) retval, 1L); break; in __gmp_doprnt()
/netbsd/external/lgpl3/gmp/dist/scanf/
H A Ddoscan.c720 case 'Q': mpq_set_si ((mpq_ptr) p, (long) chars, 1L); break; in __gmp_doscan()
/netbsd/external/lgpl3/gmp/dist/tests/cxx/
H A Dt-istream.cc368 mpq_set_si (got, 0xDEAD, 0xBEEF); in check_mpq()
/netbsd/external/lgpl3/mpc/dist/tests/
H A Dtset.c80 mpq_set_si (mpq, -1, 0x4321); in mpc_set_ui_fr()
/netbsd/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/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/external/lgpl3/gmp/lib/libgmp/arch/alpha/
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/external/lgpl3/gmp/lib/libgmp/arch/arm/
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/external/lgpl3/gmp/lib/libgmp/arch/armeb/
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/external/lgpl3/gmp/lib/libgmp/arch/hppa/
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/external/lgpl3/gmp/lib/libgmp/arch/i386/
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/external/lgpl3/gmp/lib/libgmp/arch/ia64/
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);

123