Home
last modified time | relevance | path

Searched refs:log2 (Results 1 – 13 of 13) sorted by relevance

/openbmc/qemu/tests/fp/
H A Dmeson.build150 'fp-test-log2',
151 ['fp-test-log2.c', '../../fpu/softfloat.c'],
155 test('fp-test-log2', fptestlog2,
156 timeout: slow_fp_tests.get('log2', 30),
H A Dfp-test-log2.c109 real.d = log2(test.d); in main()
114 real.d = log2(test.d); in main()
/openbmc/qemu/scripts/
H A Dqcow2-to-stdout.py256 hdr_cluster_bits = int(math.log2(cluster_size))
257 hdr_refcount_bits = int(math.log2(refcount_bits))
/openbmc/u-boot/arch/arm/lib/
H A Duldivmod.S174 @ Q = A >> log2(B)
199 @ Q = A >> log2(B)
/openbmc/u-boot/fs/reiserfs/
H A Dreiserfs_private.h482 log2 (unsigned long word) in log2() function
H A Dreiserfs.c311 INFO->fullblocksize_shift = log2 (sb_blocksize(&super)); in reiserfs_mount()
/openbmc/qemu/fpu/
H A Dsoftfloat-parts.c.inc1689 * Return log2(A)
1691 static void partsN(log2)(FloatPartsN *a, float_status *s, const FloatFmt *fmt)
1711 /* log2(0) = -inf */
1742 * When a_exp == -1, we're computing the log2 of a value [0.5,1.0).
1771 * When a_exp == 0, we're computing the log2 of a value
H A Dsoftfloat.c931 PARTS_GENERIC_64_128(log2, A)(A, S, F)
/openbmc/qemu/docs/specs/
H A Dppc-spapr-xive.rst180 log2 of size, in ascending order.
/openbmc/qemu/docs/devel/
H A Dtcg-ops.rst771 specifies the length of the element (if applicable) in log2 8-bit units.
/openbmc/openbmc/poky/meta/recipes-support/vte/vte/
H A D0004-fast_float-Add-single-header-library-for-from_char-i.patch2534 +// `log2(10**(digits + max_exp))`, or `log2(10**(767 + 342))`, or
/openbmc/qemu/target/mips/tcg/
H A Dmsa_helper.c7912 DEST = float ## BITS ## _ ## log2(ARG, status); \
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch9706 +/* floor(log2(x)) */