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

1 2

  /src/external/lgpl3/gmp/dist/mini-gmp/tests/
t-mpq_muldiv.c 134 mpq_add (resq, refq, bq);
136 mpq_add (resq, refq, resq);
t-mpq_double.c 128 mpq_add (y, y, z);
t-mpq_addsub.c 182 mpq_add (rr, ff, rr);
  /src/external/lgpl3/gmp/dist/mini-gmp/
mini-mpq.h 57 void mpq_add (mpq_t, const mpq_t, const mpq_t);
mini-mpq.c 325 mpq_add (mpq_t r, const mpq_t a, const mpq_t b)
367 mpq_add (r, a, t);
321 mpq_add (mpq_t r, const mpq_t a, const mpq_t b) function
  /src/external/lgpl3/gmp/dist/demos/expr/
exprq.c 99 { "+", (mpexpr_fun_t) mpq_add, MPEXPR_TYPE_BINARY, 190 },
  /src/external/lgpl3/gmp/dist/mpq/
aors.c 0 /* mpq_add, mpq_sub -- add or subtract rational numbers.
103 mpq_add (mpq_ptr rop, mpq_srcptr op1, mpq_srcptr op2) function
  /src/external/lgpl3/gmp/dist/tests/mpq/
reuse.c 29 /* FIXME: When linking to a DLL libgmp, mpq_add etc can't be used as
32 function successively with mpq_add etc would be better. */
54 mpq_div, mpq_add, mpq_mul, mpq_sub,
59 "mpq_div", "mpq_add", "mpq_mul", "mpq_sub",
t-aors.c 1 /* Test mpq_add and mpq_sub.
49 mpq_add (got, x, y);
53 printf ("mpq_add wrong\n");
t-get_d.c 88 mpq_add (a, a, eps);
  /src/external/gpl3/gdb/dist/gdb/
gmp-utils.h 473 mpq_add (result.m_val, m_val, other.m_val);
  /src/external/gpl3/gdb.old/dist/gdb/
gmp-utils.h 473 mpq_add (result.m_val, m_val, other.m_val);
  /src/external/lgpl3/mpfr/dist/src/
strtofr.c 149 mpq_add (q1, q1, q2);
  /src/external/lgpl3/gmp/lib/libgmp/arch/aarch64/
gmp.h 1138 #define mpq_add __gmpq_add macro
1139 __GMP_DECLSPEC void mpq_add (mpq_ptr, mpq_srcptr, mpq_srcptr);
  /src/external/lgpl3/gmp/lib/libgmp/arch/alpha/
gmp.h 1138 #define mpq_add __gmpq_add macro
1139 __GMP_DECLSPEC void mpq_add (mpq_ptr, mpq_srcptr, mpq_srcptr);
  /src/external/lgpl3/gmp/lib/libgmp/arch/arm/
gmp.h 1138 #define mpq_add __gmpq_add macro
1139 __GMP_DECLSPEC void mpq_add (mpq_ptr, mpq_srcptr, mpq_srcptr);
  /src/external/lgpl3/gmp/lib/libgmp/arch/armeb/
gmp.h 1138 #define mpq_add __gmpq_add macro
1139 __GMP_DECLSPEC void mpq_add (mpq_ptr, mpq_srcptr, mpq_srcptr);
  /src/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
gmp.h 1127 #define mpq_add __gmpq_add macro
1128 __GMP_DECLSPEC void mpq_add (mpq_ptr, mpq_srcptr, mpq_srcptr);
  /src/external/lgpl3/gmp/lib/libgmp/arch/hppa/
gmp.h 1138 #define mpq_add __gmpq_add macro
1139 __GMP_DECLSPEC void mpq_add (mpq_ptr, mpq_srcptr, mpq_srcptr);
  /src/external/lgpl3/gmp/lib/libgmp/arch/i386/
gmp.h 1138 #define mpq_add __gmpq_add macro
1139 __GMP_DECLSPEC void mpq_add (mpq_ptr, mpq_srcptr, mpq_srcptr);
  /src/external/lgpl3/gmp/lib/libgmp/arch/ia64/
gmp.h 1138 #define mpq_add __gmpq_add macro
1139 __GMP_DECLSPEC void mpq_add (mpq_ptr, mpq_srcptr, mpq_srcptr);
  /src/external/lgpl3/gmp/lib/libgmp/arch/m68000/
gmp.h 1138 #define mpq_add __gmpq_add macro
1139 __GMP_DECLSPEC void mpq_add (mpq_ptr, mpq_srcptr, mpq_srcptr);
  /src/external/lgpl3/gmp/lib/libgmp/arch/m68k/
gmp.h 1138 #define mpq_add __gmpq_add macro
1139 __GMP_DECLSPEC void mpq_add (mpq_ptr, mpq_srcptr, mpq_srcptr);
  /src/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
gmp.h 1138 #define mpq_add __gmpq_add macro
1139 __GMP_DECLSPEC void mpq_add (mpq_ptr, mpq_srcptr, mpq_srcptr);
  /src/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
gmp.h 1138 #define mpq_add __gmpq_add macro
1139 __GMP_DECLSPEC void mpq_add (mpq_ptr, mpq_srcptr, mpq_srcptr);

Completed in 55 milliseconds

1 2