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

1 2

  /src/external/lgpl3/gmp/dist/tests/mpf/
t-gsprec.c 1 /* Test mpf_get_prec and mpf_set_prec.
35 mpf_set_prec (x, i);
37 mpf_set_prec (x, a);
41 printf ("mpf_get_prec / mpf_set_prec inconsistent\n");
t-dm2exp.c 67 mpf_set_prec (w1, res_prec);
68 mpf_set_prec (w2, res_prec);
69 mpf_set_prec (w3, res_prec);
t-ui_div.c 119 mpf_set_prec (got, 20L);
128 mpf_set_prec (got, 500L);
129 mpf_set_prec (v, 900L);
t-div.c 153 mpf_set_prec (got, 20L);
161 mpf_set_prec (got, 500L);
162 mpf_set_prec (v, 900L);
t-muldiv.c 67 mpf_set_prec (w, res_prec);
68 mpf_set_prec (x, res_prec);
t-set_q.c 99 mpf_set_prec (got, 20L);
106 mpf_set_prec (got, 500L);
  /src/external/lgpl3/gmp/dist/mpf/
set_prc.c 0 /* mpf_set_prec(x) -- Change the precision of x.
41 mpf_set_prec (mpf_ptr x, mp_bitcnt_t new_prec_in_bits) function
  /src/external/lgpl3/mpfr/dist/tests/
tset_f.c 53 mpf_set_prec (y, 256);
76 mpf_set_prec (y, 300);
93 mpf_set_prec (z, pr);
126 mpf_set_prec (y, 53);
146 mpf_set_prec (y, 2);
mpf_compat.h 75 mpf_set_prec (x, 2 * prec);
183 mpf_set_prec (x, 15);
184 mpf_set_prec (y, 15);
tget_f.c 183 mpf_set_prec (x, prec);
366 mpf_set_prec (x, 32);
  /src/external/lgpl3/mpfr/dist/src/
mpf2mpfr.h 80 #undef mpf_set_prec macro
81 #define mpf_set_prec mpfr_set_prec macro
  /src/external/lgpl3/gmp/dist/tests/rand/
gen.c 271 mpf_set_prec (f1, size);
  /src/external/lgpl3/gmp/dist/tests/
refmpf.c 190 /* Like mpf_set_prec, but taking a precision in limbs.
195 mpf_set_prec (f, __GMPF_PREC_TO_BITS (prec));
  /src/external/lgpl3/gmp/lib/libgmp/arch/aarch64/
gmp.h 192 mpf_set_prec. The area pointed to by the
1405 #define mpf_set_prec __gmpf_set_prec macro
1406 __GMP_DECLSPEC void mpf_set_prec (mpf_ptr, mp_bitcnt_t);
  /src/external/lgpl3/gmp/lib/libgmp/arch/alpha/
gmp.h 192 mpf_set_prec. The area pointed to by the
1405 #define mpf_set_prec __gmpf_set_prec macro
1406 __GMP_DECLSPEC void mpf_set_prec (mpf_ptr, mp_bitcnt_t);
  /src/external/lgpl3/gmp/lib/libgmp/arch/arm/
gmp.h 192 mpf_set_prec. The area pointed to by the
1405 #define mpf_set_prec __gmpf_set_prec macro
1406 __GMP_DECLSPEC void mpf_set_prec (mpf_ptr, mp_bitcnt_t);
  /src/external/lgpl3/gmp/lib/libgmp/arch/armeb/
gmp.h 192 mpf_set_prec. The area pointed to by the
1405 #define mpf_set_prec __gmpf_set_prec macro
1406 __GMP_DECLSPEC void mpf_set_prec (mpf_ptr, mp_bitcnt_t);
  /src/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
gmp.h 191 mpf_set_prec. The area pointed to by the
1388 #define mpf_set_prec __gmpf_set_prec macro
1389 __GMP_DECLSPEC void mpf_set_prec (mpf_ptr, mp_bitcnt_t);
  /src/external/lgpl3/gmp/lib/libgmp/arch/hppa/
gmp.h 192 mpf_set_prec. The area pointed to by the
1405 #define mpf_set_prec __gmpf_set_prec macro
1406 __GMP_DECLSPEC void mpf_set_prec (mpf_ptr, mp_bitcnt_t);
  /src/external/lgpl3/gmp/lib/libgmp/arch/i386/
gmp.h 192 mpf_set_prec. The area pointed to by the
1405 #define mpf_set_prec __gmpf_set_prec macro
1406 __GMP_DECLSPEC void mpf_set_prec (mpf_ptr, mp_bitcnt_t);
  /src/external/lgpl3/gmp/lib/libgmp/arch/ia64/
gmp.h 192 mpf_set_prec. The area pointed to by the
1405 #define mpf_set_prec __gmpf_set_prec macro
1406 __GMP_DECLSPEC void mpf_set_prec (mpf_ptr, mp_bitcnt_t);
  /src/external/lgpl3/gmp/lib/libgmp/arch/m68000/
gmp.h 192 mpf_set_prec. The area pointed to by the
1405 #define mpf_set_prec __gmpf_set_prec macro
1406 __GMP_DECLSPEC void mpf_set_prec (mpf_ptr, mp_bitcnt_t);
  /src/external/lgpl3/gmp/lib/libgmp/arch/m68k/
gmp.h 192 mpf_set_prec. The area pointed to by the
1405 #define mpf_set_prec __gmpf_set_prec macro
1406 __GMP_DECLSPEC void mpf_set_prec (mpf_ptr, mp_bitcnt_t);
  /src/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
gmp.h 192 mpf_set_prec. The area pointed to by the
1405 #define mpf_set_prec __gmpf_set_prec macro
1406 __GMP_DECLSPEC void mpf_set_prec (mpf_ptr, mp_bitcnt_t);
  /src/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
gmp.h 192 mpf_set_prec. The area pointed to by the
1405 #define mpf_set_prec __gmpf_set_prec macro
1406 __GMP_DECLSPEC void mpf_set_prec (mpf_ptr, mp_bitcnt_t);

Completed in 54 milliseconds

1 2