Searched refs:fact (Results 1 - 25 of 92) sorted by relevance

1234

/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/arc/
H A Dcrtn.S29 # fact return. This file is the last thing linked into any executable.
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/arc/
H A Dcrtn.S29 # fact return. This file is the last thing linked into any executable.
/netbsd-current/games/factor/
H A Dfactor.c209 const uint64_t *fact; /* The factor found. */ local
228 for (fact = &prime[0]; !BN_is_one(val); ++fact) {
231 if (BN_mod_word(val, (BN_ULONG)*fact) == 0)
233 } while (++fact <= pr_limit);
236 if (fact > pr_limit) {
241 BN_set_word(bnfact, *(fact - 1));
261 pr_uint64(*fact, xflag);
262 BN_div_word(val, (BN_ULONG)*fact);
263 } while (BN_mod_word(val, (BN_ULONG)*fact)
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Delf_arch_mips1.d7 # Note: objdump omits leading zeros, so must check for the fact that
H A Dmips32r2.s30 # This file checks that in fact HW rotate will
H A Dmips64r2.s44 # This file checks that in fact HW rotate will
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/msp430/
H A Dtestutils.inc30 # cheat and use the fact that we know that _passmsg is the
44 # This time we use the fact that _passmsg is aligned to a
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/msp430/
H A Dtestutils.inc30 # cheat and use the fact that we know that _passmsg is the
44 # This time we use the fact that _passmsg is aligned to a
/netbsd-current/libexec/ftpd/
H A Dcmds.c141 const char *name; /* name of fact */
142 int enabled; /* if fact is enabled */
144 /* function to display fact */
588 fact_modify(const char *fact, FILE *fd, factelem *fe) argument
593 cprintf(fd, "%s=%04d%02d%02d%02d%02d%02d;", fact,
600 fact_perm(const char *fact, FILE *fd, factelem *fe) argument
619 cprintf(fd, "%s=", fact);
725 fact_size(const char *fact, FILE *fd, factelem *fe) argument
729 cprintf(fd, "%s=" LLF ";", fact, (LLT)fe->stat->st_size);
733 fact_type(const char *fact, FIL argument
777 fact_unique(const char *fact, FILE *fd, factelem *fe) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dfunctional.d1089 ulong fact(ulong n) @safe
1091 return n < 2 ? 1 : n * memoize!fact(n - 1);
1093 assert(fact(10) == 3628800);
1097 * This memoizes all values of $(D fact) up to the largest argument. To only cache the final
1106 alias fact = memoize!factImpl;
1107 assert(fact(10) == 3628800);
1116 ulong fact(ulong n)
1119 return n < 2 ? 1 : n * memoize!(fact, 8)(n - 1);
1121 assert(fact(8) == 40320);
1123 assert(fact(1
[all...]
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dgamma.c116 mpz_t fact; local
406 mpz_init (fact);
477 mpz_clear (fact);
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/csky/
H A Dcrtn.S26 # fact return. Users may put any desired instructions in those sections.
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/sparc/
H A Dcrtn.S26 ! fact return. Users may put any desired instructions in those sections.
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/xtensa/
H A Dcrtn.S25 # fact return. Users may put any desired instructions in those sections.
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/mcore/
H A Dcrtn.S26 # fact return. Users may put any desired instructions in those sections.
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/fr30/
H A Dcrtn.S26 # fact return. Users may put any desired instructions in those sections.
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/moxie/
H A Dcrtn.S25 # fact return. Users may put any desired instructions in those sections.
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/score/
H A Dcrtn.S25 # fact return.
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/ft32/
H A Dcrtn.S25 # fact return. Users may put any desired instructions in those sections.
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/ia64/
H A Dcrtn.S24 # fact return. Users may put any desired instructions in those sections.
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/mcore/
H A Dcrtn.S26 # fact return. Users may put any desired instructions in those sections.
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/sparc/
H A Dcrtn.S26 ! fact return. Users may put any desired instructions in those sections.
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/fr30/
H A Dcrtn.S26 # fact return. Users may put any desired instructions in those sections.
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/score/
H A Dcrtn.S25 # fact return.
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/csky/
H A Dcrtn.S26 # fact return. Users may put any desired instructions in those sections.

Completed in 458 milliseconds

1234