1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/lib/math/tests
Luis Felipe Hernandez 0fafc9e156 lib/math: add int_sqrt test suite
Adds test suite for integer based square root function.

The test suite is designed to verify the correctness of the int_sqrt()
math library function.

Link: https://lkml.kernel.org/r/20241213042701.1037467-1-luis.hernandez093@gmail.com
Signed-off-by: Luis Felipe Hernandez <luis.hernandez093@gmail.com>
Reviewed-by: Kuan-Wei Chiu <visitorckw@gmail.com>
Cc: David Gow <davidgow@google.com>
Cc: Ricardo B. Marliere <rbm@suse.com>
Cc: Shuah Khan <skhan@linuxfoundation.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
2025-01-12 20:21:08 -08:00
..
int_pow_kunit.c lib/math: Add int_pow test suite 2024-09-12 10:03:00 -06:00
int_sqrt_kunit.c lib/math: add int_sqrt test suite 2025-01-12 20:21:08 -08:00
Makefile lib/math: add int_sqrt test suite 2025-01-12 20:21:08 -08:00