5 Commits

Author SHA1 Message Date
sribee8
037d34815e
[libc] Updated fuzz tests for trig functions (#148891)
Fuzz tests were set up incorrectly so updated trig functions to match
the correct format.

---------

Co-authored-by: Sriya Pratipati <sriyap@google.com>
2025-07-16 17:57:47 +00:00
RoseZhang03
2d95dee0c0
[libc] math fuzzing MPFR include statement (#102358)
Updated the include statement for MPFR
2024-08-07 21:12:40 +00:00
RoseZhang03
0142bd6b15
[libc] created tan function fuzzer (#101570)
Also edited file header formatting on sin_fuz and cos_fuzz
2024-08-01 23:19:47 +00:00
RoseZhang03
b45d36299e
[libc] added cos function fuzzing test (#101556) 2024-08-01 21:59:55 +00:00
RoseZhang03
90065da6d5
[libc] created fuzz test for sin function (#101411)
Verifies that sin function output is correct by comparing with MPFR
output. NaN and inf are not tested (as our output will vary compared to
MPFR), and signed zeroes are already tested in unit tests.
2024-08-01 17:31:04 +00:00