summaryrefslogtreecommitdiff
path: root/libc/test/src/math/smoke/powf_test.cpp
AgeCommit message (Expand)Author
2025-07-23[libc][NFC] Add stdint.h proxy header to fix dependency issue with <stdint.h>...lntue
2025-04-08[libc][math] Fix signaling NaN handling for math functions. (#133347)wldfngrs
2024-10-26[libc][math] Add tests and fix some issues with FTZ/DAZ modes. (#113744)lntue
2024-10-18[libc][math] Fix signed zeros for powf when underflow happens. (#112601)lntue
2024-10-05[libc] remove errno.h includes (#110934)Job Henandez Lara
2024-10-01[libc][math] Fix exceptional cases pow(-0, 1/2) and pow(-inf, 1/2). (#110566)lntue
2024-04-05[libc] Add proxy header math_macros.h. (#87598)lntue
2024-03-18[libc] Remove direct math.h includes (#85324)Michael Jones
2023-11-06[libc][math] Implement powf function correctly rounded to all rounding modes....lntue