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

1 2

  /src/external/lgpl3/mpfr/dist/tests/
tset_f.c 78 mpf_mul_2exp (y, y, 600);
154 mpf_mul_2exp (y, y, 1);
158 mpf_mul_2exp (y, y, ULONG_MAX);
170 /* For mpf_mul_2exp, emax must fit in an unsigned long! */
174 mpf_mul_2exp (y, y, emax);
184 /* For mpf_mul_2exp, emax - 1 must fit in an unsigned long! */
188 mpf_mul_2exp (y, y, emax - 1);
tget_f.c 334 mpf_mul_2exp (x, x, e);
357 mpf_mul_2exp (x, x, e);
mpf_compat.h 161 mpf_mul_2exp (y, x, 17);
  /src/external/lgpl3/gmp/dist/tests/mpf/
t-pow_ui.c 34 mpf_mul_2exp (limit, limit, MAX (GMP_NUMB_BITS, 53));
t-dm2exp.c 1 /* Test mpf_div, mpf_div_2exp, mpf_mul_2exp.
76 mpf_mul_2exp (v, v, pow2);
94 mpf_mul_2exp (w3, w1, pow2);
98 printf ("ERROR in mpf_mul_2exp after %d tests\n", i);
t-get_d_2exp.c 61 mpf_mul_2exp (f, f, exp);
102 mpf_mul_2exp (f, f, data[i]);
t-cmp_d.c 82 mpf_mul_2exp (x, x, 5000L);
t-eq.c 129 mpf_mul_2exp (a, a, lshift1 + 1);
130 mpf_mul_2exp (b, b, lshift1 + 1);
135 mpf_mul_2exp (a, a, lshift2);
136 mpf_mul_2exp (b, b, lshift2);
t-int_p.c 70 mpf_mul_2exp (f, f, 5000L);
reuse.c 71 mpf_mul_2exp, mpf_div_2exp, mpf_pow_ui
77 "mpf_mul_2exp", "mpf_div_2exp", "mpf_pow_ui"
157 if (dsi_funcs[i] == mpf_mul_2exp || dsi_funcs[i] == mpf_div_2exp)
t-fits.c 287 mpf_mul_2exp (f, f, BITS_PER_ULONG + 1);
298 mpf_mul_2exp (f, f, BITS_PER_ULONG + 1);
309 mpf_mul_2exp (f, f, BITS_PER_ULONG + 5);
t-ui_div.c 131 mpf_mul_2exp (v, v, 800L);
t-div.c 164 mpf_mul_2exp (v, v, 800L);
t-trunc.c 135 mpf_mul_2exp (src, src, 1024L);
  /src/external/lgpl3/gmp/dist/mpf/
mul_2exp.c 0 /* mpf_mul_2exp -- Multiply a float by 2^n.
41 mpf_mul_2exp with exp==0 come out the same as mpz_set.
63 The way mpn_lshift is used means successive mpf_mul_2exp calls on the
71 mpf_mul_2exp (mpf_ptr r, mpf_srcptr u, mp_bitcnt_t exp) function
  /src/external/lgpl3/gmp/dist/demos/expr/
exprf.c 64 { "<<", (mpexpr_fun_t) mpf_mul_2exp, MPEXPR_TYPE_BINARY_UI, 180 },
  /src/external/lgpl3/gmp/dist/tests/mpz/
t-set_f.c 64 mpf_mul_2exp (f, f, shift[sh]);
  /src/external/lgpl3/mpfr/dist/src/
mpf2mpfr.h 144 #undef mpf_mul_2exp macro
145 #define mpf_mul_2exp(x,y,z) mpfr_mul_2exp(x,y,z,MPFR_DEFAULT_RND) macro
  /src/external/lgpl3/gmp/dist/scanf/
doscan.c 402 mpf_mul_2exp (f, f, (unsigned long) exp);
  /src/external/lgpl3/gmp/lib/libgmp/arch/aarch64/
gmp.h 1373 #define mpf_mul_2exp __gmpf_mul_2exp macro
1374 __GMP_DECLSPEC void mpf_mul_2exp (mpf_ptr, mpf_srcptr, mp_bitcnt_t);
  /src/external/lgpl3/gmp/lib/libgmp/arch/alpha/
gmp.h 1373 #define mpf_mul_2exp __gmpf_mul_2exp macro
1374 __GMP_DECLSPEC void mpf_mul_2exp (mpf_ptr, mpf_srcptr, mp_bitcnt_t);
  /src/external/lgpl3/gmp/lib/libgmp/arch/arm/
gmp.h 1373 #define mpf_mul_2exp __gmpf_mul_2exp macro
1374 __GMP_DECLSPEC void mpf_mul_2exp (mpf_ptr, mpf_srcptr, mp_bitcnt_t);
  /src/external/lgpl3/gmp/lib/libgmp/arch/armeb/
gmp.h 1373 #define mpf_mul_2exp __gmpf_mul_2exp macro
1374 __GMP_DECLSPEC void mpf_mul_2exp (mpf_ptr, mpf_srcptr, mp_bitcnt_t);
  /src/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
gmp.h 1356 #define mpf_mul_2exp __gmpf_mul_2exp macro
1357 __GMP_DECLSPEC void mpf_mul_2exp (mpf_ptr, mpf_srcptr, mp_bitcnt_t);
  /src/external/lgpl3/gmp/lib/libgmp/arch/hppa/
gmp.h 1373 #define mpf_mul_2exp __gmpf_mul_2exp macro
1374 __GMP_DECLSPEC void mpf_mul_2exp (mpf_ptr, mpf_srcptr, mp_bitcnt_t);

Completed in 49 milliseconds

1 2