linux/lib/math
Yury Norov 7ca1d7f939 lib/prime_numbers: drop temporary buffer in dump_primes()
The function uses temporary buffer to convert primes bitmap into
human readable format. Switch to using kunit_info("%*pbl")", and
drop the buffer.

Signed-off-by: Yury Norov <ynorov@nvidia.com>
2026-04-09 13:28:05 -04:00
..
tests lib/prime_numbers: drop temporary buffer in dump_primes() 2026-04-09 13:28:05 -04:00
cordic.c
div64.c lib: mul_u64_u64_div_u64(): optimise the divide code 2025-11-20 14:03:42 -08:00
gcd.c lib/math/gcd: use static key to select implementation at runtime 2025-07-19 19:08:28 -07:00
int_log.c
int_pow.c
int_sqrt.c
Kconfig
lcm.c
Makefile
prime_numbers_private.h
prime_numbers.c
rational.c
reciprocal_div.c
test_div64.c
test_mul_u64_u64_div_u64.c lib: test_mul_u64_u64_div_u64(): test the 32bit code on 64bit 2025-11-20 14:03:42 -08:00