Searched refs:scan1 (Results 1 - 9 of 9) sorted by relevance

/haiku-buildtools/gcc/gmp/demos/perl/GMP/
H A DMpz.pm36 realloc remove root roote rootrem scan0 scan1
/haiku-buildtools/jam/
H A Dregexp.c1306 register char *scan1; local
1311 for (scan1 = s1; *scan1 != '\0'; scan1++) {
1313 if (*scan1 == *scan2++)
/haiku-buildtools/gcc/gmp/mpz/
H A DMakefile.am50 scan0.c scan1.c set.c set_d.c set_f.c set_q.c set_si.c set_str.c \
/haiku-buildtools/gcc/gmp/mpn/
H A DMakefile.am65 rootrem.c scan0.c scan1.c set_str.c \
/haiku-buildtools/gcc/gmp/demos/perl/
H A Dtest.pl953 # GMP::Mpz::scan1
955 ok (scan1 (1, 0) == 0);
956 ok (scan1 (2, 0) == 1);
957 ok (scan1 (4, 0) == 2);
958 ok (scan1 (0, 0) == ~0);
959 ok (scan1 (3, 2) == ~0);
H A DGMP.pm185 roote, scan0, scan1, setbit, sizeinbase, sqrtrem, tdiv, tdiv_2exp, tstbit
228 C<scan0> and C<scan1> return ~0 if no 0 or 1 bit respectively is found.
H A DGMP.xs2214 # In the past scan0 and scan1 were described as returning ULONG_MAX which
2234 GMP::Mpz::scan1 = 1
/haiku-buildtools/gcc/gmp/
H A DMakefile.am187 mpz/scan1$U.lo mpz/set$U.lo mpz/set_d$U.lo mpz/set_f$U.lo \
H A Dgmp-h.in1611 #define mpn_scan1 __MPN(scan1)

Completed in 63 milliseconds