zephyr/tests/lib/c_lib/src
Ryan McClelland f851d2a61b tests: lib: c_lib: fix test_sqrt double promotion warnings
Double promotion warnings are generated with the flag -Wdouble-promotion
Exponent was defined as a float, but was really be used a double here
Change the type of exponent in sqrt from float to double.

Signed-off-by: Ryan McClelland <ryanmcclelland@meta.com>
2023-07-21 06:30:32 -04:00
..
main.c tests/c_lib: Run basic libc tests using newlib and newlib-nano 2023-07-11 09:42:55 +02:00
test_qsort.c test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
test_sqrt.c tests: lib: c_lib: fix test_sqrt double promotion warnings 2023-07-21 06:30:32 -04:00
test_strerror.c tests/c_lib: Run basic libc tests using newlib and newlib-nano 2023-07-11 09:42:55 +02:00