Home
last modified time | relevance | path

Searched refs:funs (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/lgpl3/gmp/dist/mpn/x86/
H A Dt-zdisp2.pl110 my @funs;
111 if ($base eq 'aors_n') { @funs = qw(add_n sub_n); }
112 elsif ($base eq 'aorsmul_1') { @funs = qw(addmul_1 submul_1); }
113 elsif ($base eq 'popham') { @funs = qw(popcount hamdist); }
114 elsif ($base eq 'logops_n') { @funs = qw(and_n andn_n nand_n ior_n iorn_n nior_n xor_n xnor_n); }
115 elsif ($base eq 'lorrshift') { @funs = qw(lshift rshift); }
116 else { @funs = ($base); }
118 foreach my $fun (@funs) {
/netbsd-src/external/lgpl3/gmp/dist/scanf/
H A Ddoscan.c202 (c) = (*funs->get) (data); \
221 gmpscan (const struct gmp_doscan_funs_t *funs, void *data, in gmpscan() argument
233 c = (*funs->get) (data); in gmpscan()
425 (*funs->unget) (c, data); in gmpscan()
447 skip_white (const struct gmp_doscan_funs_t *funs, void *data) in skip_white() argument
454 c = (funs->get) (data); in skip_white()
459 (funs->unget) (c, data); in skip_white()
468 __gmp_doscan (const struct gmp_doscan_funs_t *funs, void *data, in __gmp_doscan() argument
482 if (funs->scan == (gmp_doscan_scan_t) sscanf) in __gmp_doscan()
514 chars += skip_white (funs, data); in __gmp_doscan()
[all …]
/netbsd-src/external/lgpl3/gmp/dist/tune/
H A Dmany.pl1002 my $funs = $t->{'funs'};
1003 $funs = [$obj] if ! defined $funs;
1004 print "funs @$funs\n" if $opt{'t'};
1021 foreach my $fun (@{$funs}) {
1130 foreach my $fun (@{$funs}) {
/netbsd-src/external/lgpl3/gmp/dist/printf/
H A Ddoprnt.c158 __gmp_doprnt (const struct doprnt_funs_t *funs, void *data, in __gmp_doprnt() argument
341 ret = __gmp_doprnt_integer (funs, data, &param, gmp_str); in __gmp_doprnt()
373 DOPRNT_ACCUMULATE (__gmp_doprnt_mpf (funs, data, &param, in __gmp_doprnt()
615 if (funs->final != NULL) in __gmp_doprnt()
616 if ((*funs->final) (data) == -1) in __gmp_doprnt()
H A Ddoprnti.c44 __gmp_doprnt_integer (const struct doprnt_funs_t *funs, in __gmp_doprnt_integer() argument
H A Ddoprntf.c58 __gmp_doprnt_mpf (const struct doprnt_funs_t *funs, in __gmp_doprnt_mpf() argument
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Dsorting.d1467 alias funs = less[0 .. $ - 1]; in multiSort() local
1472 alias funs = less; in multiSort() local
1475 static if (funs.length == 0) in multiSort()
1478 static if (funs.length == 1) in multiSort()
1479 return sort!(funs[0], ss, Range)(r); in multiSort()
1482 multiSortImpl!(Range, ss, funs)(r); in multiSort()
1483 return assumeSorted!(multiSortPredFun!(Range, funs))(r); in multiSort()
1488 private bool multiSortPredFun(Range, funs...)(ElementType!Range a, ElementType!Range b) in multiSortPredFun() argument
1490 foreach (f; funs) in multiSortPredFun()
1499 private void multiSortImpl(Range, SwapStrategy ss, funs...)(Range r) in multiSortImpl() argument
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Dsorting.d1513 alias funs = less[0 .. $ - 1]; in multiSort() local
1518 alias funs = less; in multiSort() local
1521 static if (funs.length == 0) in multiSort()
1524 static if (funs.length == 1) in multiSort()
1525 return sort!(funs[0], ss, Range)(r); in multiSort()
1528 multiSortImpl!(Range, ss, funs)(r); in multiSort()
1529 return assumeSorted!(multiSortPredFun!(Range, funs))(r); in multiSort()
1545 private bool multiSortPredFun(Range, funs...)(ElementType!Range a, ElementType!Range b) in multiSortPredFun() argument
1547 foreach (f; funs) in multiSortPredFun()
1556 private void multiSortImpl(Range, SwapStrategy ss, funs...)(Range r) in multiSortImpl() argument
[all …]
/netbsd-src/bin/ksh/
H A Dtable.h115 struct table funs; /* local functions */ member
H A Dexec.c798 tp = mytsearch(&l->funs, name, h);
802 tp = tenter(&l->funs, name, h);
H A Dc_ksh.c748 for (p = tsort(&l->funs); (vp = *p++); ) {
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/
H A Dcommon.d405 /*package*/ string forwardToMember(string member, string[] funs...) in forwardToMember() argument
408 foreach (fun; funs) in forwardToMember()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/
H A Dcommon.d466 /*package*/ string forwardToMember(string member, string[] funs...) in forwardToMember() argument
469 foreach (fun; funs) in forwardToMember()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dfunctional.d869 alias funs = staticMap!(unaryFun, "a", "a * 2", "a * 3", "a * a", "-a"); variable
870 alias afun = adjoin!funs;
H A Dparallelism.d323 alias funs = staticMap!(binaryFun, functions); in reduceAdjoin() local
327 lhs.expand[i] = funs[i](lhs.expand[i], rhs); in reduceAdjoin()
345 alias funs = staticMap!(binaryFun, functions); in reduceFinish() local
349 lhs.expand[i] = funs[i](lhs.expand[i], rhs.expand[i]); in reduceFinish()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dparallelism.d307 alias funs = staticMap!(binaryFun, functions); in reduceAdjoin() local
311 lhs.expand[i] = funs[i](lhs.expand[i], rhs); in reduceAdjoin()
329 alias funs = staticMap!(binaryFun, functions); in reduceFinish() local
333 lhs.expand[i] = funs[i](lhs.expand[i], rhs.expand[i]); in reduceFinish()
H A Dfunctional.d1163 alias funs = staticMap!(unaryFun, "a", "a * 2", "a * 3", "a * a", "-a");
1164 alias afun = adjoin!funs;
/netbsd-src/external/lgpl3/gmp/dist/
H A Dgmp-impl.h4560 DOPRNT_ACCUMULATE_FUN (funs->format, (data, fmt, ap))
4562 DOPRNT_ACCUMULATE_FUN (funs->memory, (data, ptr, len))
4564 DOPRNT_ACCUMULATE_FUN (funs->reps, (data, c, n))
H A DChangeLog21712 * gmp-h.in (__GMP_DECLSPEC_XX): New define, use it on libgmpxx funs.
23117 * gmp-impl.h (gmp_allocated_string): No need for inline on member funs.
/netbsd-src/external/gpl2/texinfo/dist/
H A DChangeLog268 * info/Makefile.am (doc.c, key.c, funs.h): Don't distribute them.
277 the automatic dependency tracking; we need it for funs.h only.
282 (BUILT_SOURCES): set to ``funs.h''.
287 with ``doc.c funs.h''; this reflects the true situation.
288 (infokey_SOURCES): Add funs.h.
H A DNEWS248 . the doc.c, funs.h, and key.c files in info/ are no longer generated
H A DChangeLog.462721 code definitions into `funs.h' to support new key binding system.
4325 * info/Makefile.am (ginfo_SOURCES): Remove doc.c and funs.h in
8958 (funs.h): Add `:' commands after if, to avoid spurious nonzero