Home
last modified time | relevance | path

Searched refs:log2floor (Results 1 – 25 of 39) sorted by relevance

12

/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/stdlib/scripts/
H A Dgenerate_ryu_table.escript48 Pow5len = log2floor(Pow),
55 Pow5len = log2floor(Pow),
66 log2floor(Int) when is_integer(Int), Int > 0 -> function
67 log2floor(Int, 0).
69 log2floor(0, N) -> function
71 log2floor(Int, N) -> function
72 log2floor(Int bsr 1, 1 + N).
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/stdlib/scripts/
H A Dgenerate_ryu_table.escript48 Pow5len = log2floor(Pow),
55 Pow5len = log2floor(Pow),
66 log2floor(Int) when is_integer(Int), Int > 0 -> function
67 log2floor(Int, 0).
69 log2floor(0, N) -> function
71 log2floor(Int, N) -> function
72 log2floor(Int bsr 1, 1 + N).
/dports/lang/erlang/otp-OTP-24.1.7/lib/stdlib/scripts/
H A Dgenerate_ryu_table.escript48 Pow5len = log2floor(Pow),
55 Pow5len = log2floor(Pow),
66 log2floor(Int) when is_integer(Int), Int > 0 -> function
67 log2floor(Int, 0).
69 log2floor(0, N) -> function
71 log2floor(Int, N) -> function
72 log2floor(Int bsr 1, 1 + N).
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/stdlib/scripts/
H A Dgenerate_ryu_table.escript48 Pow5len = log2floor(Pow),
55 Pow5len = log2floor(Pow),
66 log2floor(Int) when is_integer(Int), Int > 0 -> function
67 log2floor(Int, 0).
69 log2floor(0, N) -> function
71 log2floor(Int, N) -> function
72 log2floor(Int bsr 1, 1 + N).
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/folsom/test/
H A Dmochinum.erl213 Exp = log2floor(Frac),
220 log2floor(Int) -> function
221 log2floor(Int, 0).
223 log2floor(0, N) -> function
225 log2floor(Int, N) -> function
226 log2floor(Int bsr 1, 1 + N).
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/mochiweb/src/
H A Dmochinum.erl231 Exp = log2floor(Frac),
238 log2floor(Int) -> function
239 log2floor(Int, 0).
241 log2floor(0, N) -> function
243 log2floor(Int, N) -> function
244 log2floor(Int bsr 1, 1 + N).
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbit_common/src/
H A Drabbit_numerical.erl217 Exp = log2floor(Frac),
224 log2floor(Int) -> function
225 log2floor(Int, 0).
227 log2floor(0, N) -> function
229 log2floor(Int, N) -> function
230 log2floor(Int bsr 1, 1 + N).
/dports/www/erlang-mochiweb/mochiweb-2.18.0/src/
H A Dmochinum.erl231 Exp = log2floor(Frac),
238 log2floor(Int) -> function
239 log2floor(Int, 0).
241 log2floor(0, N) -> function
243 log2floor(Int, N) -> function
244 log2floor(Int bsr 1, 1 + N).
/dports/devel/erlang-folsom/folsom-0.8.3/test/
H A Dmochinum.erl213 Exp = log2floor(Frac),
220 log2floor(Int) -> function
221 log2floor(Int, 0).
223 log2floor(0, N) -> function
225 log2floor(Int, N) -> function
226 log2floor(Int bsr 1, 1 + N).
/dports/benchmarks/tsung/tsung-1.7.0/src/lib/
H A Dmochinum.erl231 Exp = log2floor(Frac),
238 log2floor(Int) -> function
239 log2floor(Int, 0).
241 log2floor(0, N) -> function
243 log2floor(Int, N) -> function
244 log2floor(Int bsr 1, 1 + N).
/dports/www/erlang-mochiweb-basho/mochiweb-4d38821/src/
H A Dmochinum.erl213 Exp = log2floor(Frac),
220 log2floor(Int) -> function
221 log2floor(Int, 0).
223 log2floor(0, N) -> function
225 log2floor(Int, N) -> function
226 log2floor(Int bsr 1, 1 + N).
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/core/tests/unit/kernel/
H A Dtest_piecewise.py126 self.assertEqual(util.log2floor(1), 0)
127 self.assertEqual(util.log2floor(2), 1)
128 self.assertEqual(util.log2floor(3), 1)
129 self.assertEqual(util.log2floor(4), 2)
130 self.assertEqual(util.log2floor(5), 2)
131 self.assertEqual(util.log2floor(6), 2)
132 self.assertEqual(util.log2floor(7), 2)
133 self.assertEqual(util.log2floor(8), 3)
134 self.assertEqual(util.log2floor(9), 3)
135 self.assertEqual(util.log2floor(2**10), 10)
[all …]
/dports/math/p5-Math-Prime-Util/Math-Prime-Util-0.73/
H A Dutil.h247 #define log2floor(n) ((n) ? 63-__builtin_clzll(n) : 0) macro
251 #define log2floor(n) ((n) ? 31-__builtin_clzl(n) : 0) macro
272 static int log2floor(UV n) { in log2floor() function
292 static unsigned int log2floor(UV n) { in log2floor() function
312 static unsigned int log2floor(UV n) { in log2floor() function
320 #define clz(n) ( (n) ? BITS_PER_WORD-1-log2floor(n) : BITS_PER_WORD )
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/delibs/debase/
H A DdeInt32.h463 int log2floor = deLog2Floor32(a); in deLog2Ceil32() local
465 return log2floor; in deLog2Ceil32()
467 return log2floor+1; in deLog2Ceil32()
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/core/kernel/piecewise_library/
H A Dutil.py56 def log2floor(n): function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/src/
H A Dio_lib_format.erl551 E = log2floor(M),
686 log2floor(Int) when is_integer(Int), Int > 0 -> function
687 log2floor(Int, 0).
689 log2floor(0, N) -> function
691 log2floor(Int, N) -> function
692 log2floor(Int bsr 1, 1 + N).
/dports/print/tex-dvipdfmx/texlive-20150521-source/texk/dvipdfm-x/
H A Dsfnt.c227 log2floor (unsigned n) in log2floor() function
457 p += sfnt_put_ushort(p, log2floor(td->num_kept_tables)); in sfnt_create_FontFile_stream()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/src/
H A Dio_lib_format.erl551 E = log2floor(M),
686 log2floor(Int) when is_integer(Int), Int > 0 -> function
687 log2floor(Int, 0).
689 log2floor(0, N) -> function
691 log2floor(Int, N) -> function
692 log2floor(Int bsr 1, 1 + N).
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/src/
H A Dio_lib_format.erl551 E = log2floor(M),
686 log2floor(Int) when is_integer(Int), Int > 0 -> function
687 log2floor(Int, 0).
689 log2floor(0, N) -> function
691 log2floor(Int, N) -> function
692 log2floor(Int bsr 1, 1 + N).
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/luatexdir/font/
H A Dsfnt.w163 static unsigned log2floor(unsigned n)
392 p += sfnt_put_ushort(p, log2floor(td->num_kept_tables));
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/luatexdir/font/
H A Dsfnt.w163 static unsigned log2floor(unsigned n)
392 p += sfnt_put_ushort(p, log2floor(td->num_kept_tables));
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/luatexdir/font/
H A Dsfnt.w163 static unsigned log2floor(unsigned n)
392 p += sfnt_put_ushort(p, log2floor(td->num_kept_tables));
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/luatexdir/font/
H A Dsfnt.w163 static unsigned log2floor(unsigned n)
392 p += sfnt_put_ushort(p, log2floor(td->num_kept_tables));
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/luatexdir/font/
H A Dsfnt.w163 static unsigned log2floor(unsigned n)
392 p += sfnt_put_ushort(p, log2floor(td->num_kept_tables));
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/luatexdir/font/
H A Dsfnt.w163 static unsigned log2floor(unsigned n)
392 p += sfnt_put_ushort(p, log2floor(td->num_kept_tables));

12