Home
last modified time | relevance | path

Searched refs:logbn (Results 1 – 2 of 2) sorted by relevance

/dports/net/hping3/hping3-20051105/
H A Dgentables.c18 static double logbn(double base, double n);
115 double logbn(double base, double n) in logbn() function
132 logbn(i, base), i, base); in _gen_basetable()
178 bexp = (unsigned long) floor(logbn(i, base)); in _gen_basepowtable()
/dports/math/p5-Math-Prime-Util-GMP/Math-Prime-Util-GMP-0.52/
H A Dutility.c794 double logn, logbn, coreps; in logint() local
848 logbn = logn / log(base); in logint()
849 res = (UV) logbn; in logint()
852 if (res != (UV)(logbn+coreps) || res != (UV)(logbn-coreps)) { in logint()