Home
last modified time | relevance | path

Searched refs:get_num (Results 1 – 17 of 17) sorted by relevance

/netbsd/src/usr.bin/sockstat/
Dsockstat.c80 int get_num(const char *, const char **, const char **);
249 i = get_num(l, &s, &e);
260 j = get_num(l, &s, &e);
272 get_num(const char *l, const char **s, const char **e) function
/netbsd/src/external/lgpl3/gmp/dist/tests/cxx/
Dt-binary.cc280 d = (a + d) - d.get_num(); ASSERT_ALWAYS(d == 2.75); in check_mpq()
282 d = (b * d) / -d.get_num(); ASSERT_ALWAYS(d == -0.25); in check_mpq()
305 e = (e.get_num() % d) / (2 / e); ASSERT_ALWAYS(e == 10); in check_mpq()
Dt-misc.cc160 ASSERT_ALWAYS (q.get_num() == 4); in check_mpq()
190 z = q.get_num(); ASSERT_ALWAYS (z == 4); in check_mpq()
/netbsd/src/external/lgpl3/gmp/dist/mpq/
DMakefile.am38 get_d.c get_den.c get_num.c get_str.c \
DMakefile.in134 get_den.lo get_num.lo get_str.lo init.lo inits.lo inp_str.lo \
370 get_d.c get_den.c get_num.c get_str.c \
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-m68k.c454 static int get_num (struct m68k_exp *exp, int ok);
2423 nextword = get_num (&opP->disp, 90); in m68k_ip()
2425 nextword = get_num (&opP->disp, 0); in m68k_ip()
2535 nextword = get_num (&opP->disp, 90); in m68k_ip()
2637 baseo = get_num (&opP->disp, 90); in m68k_ip()
2639 outro = get_num (&opP->odisp, 90); in m68k_ip()
2886 nextword = get_num (&opP->disp, 90); in m68k_ip()
2973 tmpreg = get_num (&opP->disp, tmpreg); in m68k_ip()
3038 tmpreg = get_num (&opP->disp, 90); in m68k_ip()
3178 tmpreg = get_num (&opP->disp, 90); in m68k_ip()
[all …]
/netbsd/src/external/lgpl3/gmp/lib/libgmp/
DMakefile99 get_d.c get_den.c get_num.c get_str.c \
/netbsd/src/external/lgpl3/gmp/dist/
Dgmpxx.h1779 void init_ui(unsigned long l) { mpq_init(mp); get_num() = l; }
1780 void init_si(signed long l) { mpq_init(mp); get_num() = l; }
1859 { get_num() = std::move(z); get_den() = 1u; return *this; }
1896 const mpz_class & get_num() const
1898 mpz_class & get_num()
2162 q.get_num() = s;
DMakefile.am230 mpq/get_d$U.lo mpq/get_den$U.lo mpq/get_num$U.lo mpq/get_str$U.lo \
DMakefile.in707 mpq/get_d$U.lo mpq/get_den$U.lo mpq/get_num$U.lo mpq/get_str$U.lo \
DChangeLog6415 * mpq/get_num.c: Likewise.
20354 * gmpxx.h, mpfrxx.h: Remove mpz_classref, let mpq_class::get_num and
/netbsd/src/external/gpl3/binutils/dist/gas/
DChangeLog-20052816 (get_num): Support 64bit BFD on 32bit host.
3145 (get_num): Likewise.
DChangeLog-92951828 (get_num): Expression is already parsed. Don't set seg.
10166 md_estimate_size_before_relax, md_create_long_jump, get_num):
11163 (m68k_reg_parse, m68k_ip, md_estimate_size_before_relax, get_num,
12435 * config/tc-m68k.c (get_num): make it work for all segments, not just the
12559 * config/tc-m68k.c (m68k_ip, m68k_ip_op, get_num, try_moto_index): merge
12583 * config/tc-m68k.c (get_num, case SEG_BIG): If only small integers
DChangeLog-20071347 (get_num): Add 0..511 case.
/netbsd/src/external/lgpl3/gmp/dist/doc/
Dgmp.info-23549 * mpq_class::get_num: C++ Interface Rationals.
Dgmp.info-15787 -- Function: mpz_class& mpq_class::get_num ()
Dgmp.texi7003 @deftypefun {mpz_class&} mpq_class::get_num ()