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

/freebsd-11-stable/usr.bin/factor/
H A Dfactor.c183 const ubig *fact; /* The factor found. */ local
201 for (fact = &prime[0]; !BN_is_one(val); ++fact) {
204 if (BN_mod_word(val, (BN_ULONG)*fact) == 0)
206 } while (++fact <= pr_limit);
209 if (fact > pr_limit) {
214 BN_set_word(bnfact, *(fact - 1));
231 printf(hflag ? " 0x%" PRIx64 "" : " %" PRIu64 "", *fact);
232 BN_div_word(val, (BN_ULONG)*fact);
233 } while (BN_mod_word(val, (BN_ULONG)*fact)
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DThreading.inc101 // "Name" is not an inherent property of a thread on Windows. In fact, when
/freebsd-11-stable/contrib/bmake/mk/
H A Dsys.vars.mk17 # It relies on the fact that conditionals and dependencies are resolved
H A Dgendirdeps.mk253 # in fact we can only assume that RELDIR is.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProgram.inc346 // simple fact of having a handler at all causes the wait below to return
/freebsd-11-stable/crypto/openssl/util/
H A Dmkerr.pl64 fact if any error or function codes have been added/removed.
/freebsd-11-stable/share/mk/
H A Dgendirdeps.mk251 # in fact we can only assume that RELDIR is.
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dlib1funcs.asm1006 /* All the following Dword shift variants rely on the fact that
1008 is in fact done as
1128 /* These next two sections are here despite the fact that they contain Thumb
/freebsd-11-stable/contrib/binutils/bfd/
H A Delflink.c227 only want to define it if we are, in fact, creating a .dynamic
419 /* We know that the p points into writable memory. In fact,
5299 unsigned long int fact;
5331 fact = i / (BFD_TARGET_PAGESIZE / bed->s->sizeof_hash_entry) + 1;
5332 max *= fact * fact;
5342 fact = i / (BFD_TARGET_PAGESIZE / bed->s->sizeof_hash_entry) + 1;
5343 max *= fact;
7927 /* Some symbols may be special in that the fact that they're
9888 some global symbols were, in fact, converte
5289 unsigned long int fact; local
[all...]
/freebsd-11-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex520 64-bit. In fact, the old \texttt{ppc} architecture exists mainly just
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex4151 % We rely on the fact that \parsearg sets \catcode`\ =10.
4243 % without the @) is in fact defined. We can only feasibly check at the
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex3035 % We rely on the fact that \parsearg sets \catcode`\ =10.
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex2934 % We rely on the fact that \parsearg sets \catcode`\ =10.

Completed in 187 milliseconds