HomeSort by: relevance | last modified time | path
    Searched refs:mpq_set_ui (Results 1 - 25 of 54) sorted by relevancy

1 2 3

  /src/external/lgpl3/gmp/dist/mpq/
set_ui.c 0 /* mpq_set_ui(dest,ulong_num,ulong_den) -- Set DEST to the rational number
35 mpq_set_ui (mpq_t dest, unsigned long int num, unsigned long int den) function
div.c 54 mpq_set_ui (quot, 1, 1);
  /src/external/lgpl3/gmp/dist/tests/mpq/
t-set_str.c 65 mpq_set_ui (q, 0L, 1L);
80 mpq_set_ui (q, 255L, 256L);
t-md_2exp.c 203 mpq_set_ui (got, 123L, 456L);
t-get_d.c 248 mpq_set_ui (q, 1L, 1L);
  /src/external/lgpl3/gmp/dist/mini-gmp/tests/
t-mpq_muldiv_2exp.c 39 mpq_set_ui (q, mpz_get_ui (n), mpz_get_ui (d));
111 mpq_set_ui (aq, 0, 1);
112 mpq_set_ui (rq, 6, 7);
122 mpq_set_ui (rq, 7, 6);
t-mpq_muldiv.c 39 mpq_set_ui (q, mpz_get_ui (n), mpz_get_ui (d));
95 mpq_set_ui (resq, ~6, 8);
137 mpq_set_ui (refq, 0, 1);
t-mpq_addsub.c 39 mpq_set_ui (q, mpz_get_ui (n), mpz_get_ui (d));
61 mpq_set_ui (q1, n1, d1);
68 mpq_set_ui (q2, n2, d2);
  /src/external/lgpl3/gmp/dist/demos/expr/
run-expr.c 91 mpq_set_ui (var_a, 55L, 1);
92 mpq_set_ui (var_b, 99L, 1);
t-expr.c 357 mpq_set_ui (a, 55, 1);
358 mpq_set_ui (b, 99, 1);
  /src/external/lgpl3/gmp/dist/tests/mpf/
t-set_q.c 100 mpq_set_ui (q, 1L, 1L);
107 mpq_set_ui (q, 1L, 1L);
  /src/external/lgpl3/gmp/dist/mini-gmp/
mini-mpq.h 82 void mpq_set_ui (mpq_t, unsigned long, unsigned long);
mini-mpq.c 125 mpq_set_ui (r, 0, 1);
169 mpq_set_ui (mpq_t r, unsigned long n, unsigned long d)
266 mpq_set_ui (t, n, d);
167 mpq_set_ui (mpq_t r, unsigned long n, unsigned long d) function
  /src/external/lgpl3/mpfr/dist/tests/
tgmpop.c 112 mpq_set_ui (q, 1, 0);
125 mpq_set_ui (q, 1, 0);
149 mpq_set_ui (q, 0, 1);
188 mpq_set_ui (q, 0, 1);
313 mpq_set_ui (y, 17, 1);
352 mpq_set_ui (y, randlimb (), randlimb() );
801 mpq_set_ui (arg2, randlimb (), randlimb() );
873 mpq_set_ui(q1, randlimb(), randlimb() );
874 mpq_set_ui(q2, randlimb(), randlimb() );
915 mpq_set_ui (q, 4096, 3)
    [all...]
mpf_compat.h 109 mpq_set_ui (q, 2, 3);
  /src/external/lgpl3/mpc/dist/src/
rootofunity.c 165 mpq_set_ui (kn, k, n);
  /src/external/lgpl3/gmp/dist/tests/misc/
t-printf.c 808 mpq_set_ui (x[0], 987L, 654L);
809 mpq_set_ui (x[1], 4115L, 226L);
t-scanf.c 1366 mpq_set_ui (x[0], 987L, 654L);
1367 mpq_set_ui (x[1], 4115L, 226L);
  /src/external/lgpl3/mpfr/dist/src/
strtofr.c 144 mpq_set_ui (q1, tab[i], 1);
148 mpq_set_ui (q2, tab[i], 1);
  /src/external/lgpl3/gmp/dist/tests/cxx/
t-constr.cc 384 mpq_set_ui(a, 100, 1);
t-istream.cc 320 mpq_set_ui (want, 0L, 1L);
  /src/external/mit/isl/dist/
basis_reduction_tab.c 40 #define GBR_set_ui(a,b) mpq_set_ui(a,b,1)
  /src/external/lgpl3/gmp/lib/libgmp/arch/aarch64/
gmp.h 1234 #define mpq_set_ui __gmpq_set_ui macro
1235 __GMP_DECLSPEC void mpq_set_ui (mpq_ptr, unsigned long int, unsigned long int);
  /src/external/lgpl3/gmp/lib/libgmp/arch/alpha/
gmp.h 1234 #define mpq_set_ui __gmpq_set_ui macro
1235 __GMP_DECLSPEC void mpq_set_ui (mpq_ptr, unsigned long int, unsigned long int);
  /src/external/lgpl3/gmp/lib/libgmp/arch/arm/
gmp.h 1234 #define mpq_set_ui __gmpq_set_ui macro
1235 __GMP_DECLSPEC void mpq_set_ui (mpq_ptr, unsigned long int, unsigned long int);

Completed in 42 milliseconds

1 2 3