HomeSort by: relevance | last modified time | path
    Searched refs:get_si (Results 1 - 14 of 14) sorted by relevancy

  /src/external/lgpl3/gmp/dist/tests/mpf/
Makefile.am 27 t-get_si t-get_ui t-gsprec t-inp_str t-int_p t-mul_ui \
  /src/external/lgpl3/gmp/dist/mpf/
Makefile.am 43 pow_ui.c urandomb.c swap.c get_si.c get_ui.c int_p.c \
  /src/external/lgpl3/gmp/dist/tests/mpz/
Makefile.am 28 t-root t-perfsqr t-perfpow t-jac t-bin t-get_d t-get_d_2exp t-get_si \
  /src/external/lgpl3/gmp/dist/tests/cxx/
t-misc.cc 114 // mpz_class::get_si
119 { long l = z.get_si(); ASSERT_ALWAYS (l == 123L); }
125 { long l = z.get_si(); ASSERT_ALWAYS (l == -123L); }
302 // mpf_class::get_si
307 { long l = f.get_si(); ASSERT_ALWAYS (l == 123L); }
313 { long l = f.get_si(); ASSERT_ALWAYS (l == -123L); }
  /src/external/lgpl3/gmp/dist/mpz/
Makefile.am 51 gcd.c gcd_ui.c gcdext.c get_d.c get_d_2exp.c get_si.c \
  /src/external/mit/isl/dist/imath/
gmp_compat.h 192 long GMPZAPI(get_si)(mp_int op);
gmp_compat.c 435 long GMPZAPI(get_si)(mp_int op) { function
  /src/external/lgpl3/gmp/lib/libgmp/
Makefile 37 get_si.c get_ui.c \
62 get_si.c get_str.c get_ui.c getlimbn.c \
  /src/external/lgpl3/gmp/dist/demos/perl/
test.pl 1978 # GMP::get_si
1980 ok (GMP::get_si(123) == 123.0);
1983 ok (GMP::get_si($uv_max) != 0);
1985 ok (GMP::get_si(123.0) == 123.0);
1987 ok (GMP::get_si('123') == 123.0);
1989 ok (GMP::get_si(mpz(123)) == 123.0);
1991 ok (GMP::get_si(mpq(123)) == 123.0);
1993 ok (GMP::get_si(mpf(123)) == 123.0);
GMP.pm 49 get_d get_d_2exp get_si get_str integer_p
361 fits_slong_p, get_d, get_d_2exp, get_si, get_str, integer_p, printf, sgn,
GMP.xs 1133 get_si (sv)
1167 croak ("GMP::get_si invalid argument");
  /src/external/lgpl3/mpfr/lib/libmpfr/
Makefile 128 get_si.c \
  /src/external/lgpl3/gmp/dist/
Makefile.am 171 mpf/get_si$U.lo mpf/get_ui$U.lo \
196 mpz/get_si$U.lo mpz/get_str$U.lo mpz/get_ui$U.lo mpz/getlimbn$U.lo \
gmpxx.h 1714 signed long int get_si() const { return mpz_get_si(mp); } function in class:__gmp_expr
2114 signed long int get_si() const { return mpf_get_si(mp); } function in class:__gmp_expr

Completed in 27 milliseconds