Home
last modified time | relevance | path

Searched refs:fact (Results 1 – 25 of 189) sorted by relevance

12345678

/freebsd/usr.bin/factor/
H A Dfactor.c168 const ubig *fact; /* The factor found. */ in pr_fact() local
186 for (fact = &prime[0]; !BN_is_one(val); ++fact) { in pr_fact()
189 if (BN_mod_word(val, (BN_ULONG)*fact) == 0) in pr_fact()
191 } while (++fact <= pr_limit); in pr_fact()
194 if (fact > pr_limit) { in pr_fact()
199 BN_set_word(bnfact, *(fact - 1)); in pr_fact()
215 printf(hflag ? " 0x%" PRIx64 "" : " %" PRIu64 "", *fact); in pr_fact()
216 BN_div_word(val, (BN_ULONG)*fact); in pr_fact()
217 } while (BN_mod_word(val, (BN_ULONG)*fact) == 0); in pr_fact()
/freebsd/contrib/one-true-awk/testdir/
H A Dp.441 function fact(n) {
5 return n * fact(n-1)
7 { print $1 "! is " fact($1) }
/freebsd/sys/dev/clk/rockchip/
H A Drk_clk_fract.c96 uint64_t tmp, fact; in clk_compute_fract_div() local
110 fact = n_rem / d_rem; in clk_compute_fract_div()
118 tmp = n_prev + fact * n_cur; in clk_compute_fract_div()
123 tmp = d_prev + fact * d_cur; in clk_compute_fract_div()
/freebsd/crypto/openssl/doc/man3/
H A DSRP_VBASE_new.pod39 to hide the fact that it doesn't have a verifier for a particular username,
65 the server to hide the fact that it doesn't have a verifier for a particular
H A DX509_cmp.pod63 These functions in fact utilize the underlying B<memcmp> of the C library to do
H A DRSA_check_key.pod27 in fact prime, and that B<n = p*q>.
/freebsd/tools/tools/find-sb/
H A DREADME10 in fact something vaguely sane located at that spot on the disk. (There are
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_flags.inc26 "(e.g., when comparing strings, ignore the fact that the output of the"
/freebsd/usr.sbin/cron/doc/
H A DTHANKS4 Many people have contributed to cron. Many more than I can remember, in fact.
/freebsd/tools/test/stress2/misc/
H A Drdgsbase.sh47 any numbers from hwpmc, just the fact that the driver causes the series of
/freebsd/contrib/ntp/scripts/stats/
H A DREADME18 The input file is deleted after processing. In fact, the shell scripts will
/freebsd/contrib/libcbor/doc/source/api/
H A Dtype_0_1.rst41 …Due to the fact that CBOR negative integers represent integers in the range :math:`[-1, -2^N]`, ``…
/freebsd/share/examples/drivers/
H A DREADME34 and in fact the shell script will compile a kernel with the new
/freebsd/contrib/libucl/m4/
H A Dax_lua.m4368 function fact (n)
372 return n * fact(n-1)
375 print("fact(5) is " .. fact(5))'`]
376 AS_IF([test "$_ax_lua_factorial" = 'fact(5) is 120'],
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/
H A Dmt8183-kukui-kodama.dtsi329 * we're relying on the fact that this pin has a default
H A Dmt8183-kukui-krane.dtsi333 * we're relying on the fact that this pin has a default
H A Dmt8183-kukui-kakadu.dtsi341 * we're relying on the fact that this pin has a default
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DBuiltinTypes.def231 // ObjCObjectType with this as its base. In fact, this only ever
237 // ObjCObjectType with this as its base. In fact, this only ever
/freebsd/sys/contrib/zlib/
H A DFAQ38 made with more input or output space. A Z_BUF_ERROR may in fact be
235 As far as we know, no. In fact, that was originally the whole point behind
331 efficient approach (and in fact exactly what the zlib format was designed
348 part of zlib. In fact none of the stuff in contrib is part of zlib. The
/freebsd/share/i18n/csmapper/JIS/
H A DJISX0201-KANA%UCS.src49 # If you have carefully considered the fact that the mappings in
H A DUCS%JISX0201-KANA.src49 # If you have carefully considered the fact that the mappings in
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/
H A Dti-tsc-adc.txt49 charge step, so this does in fact function as a
/freebsd/contrib/unbound/doc/
H A DFEATURES46 service. In fact for all DNS service so cache snooping is halted.
/freebsd/sys/contrib/device-tree/src/arm/samsung/
H A Dexynos5420-arndale-octa.dts515 * fact controlled by LDO18EN. The eMMC does
760 * fact controlled by BUCK10EN. The eMMC does
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dnvidia,tegra114-pinmux.txt5 nvidia,tegra30-pinmux.txt. In fact, this document assumes that binding as

12345678