History log of /llvm-project/libc/fuzzing/math/sin_fuzz.cpp (Results 1 – 4 of 4)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: llvmorg-21-init, llvmorg-19.1.7, llvmorg-19.1.6, llvmorg-19.1.5, llvmorg-19.1.4, llvmorg-19.1.3, llvmorg-19.1.2, llvmorg-19.1.1, llvmorg-19.1.0, llvmorg-19.1.0-rc4, llvmorg-19.1.0-rc3
# 2d95dee0 07-Aug-2024 RoseZhang03 <rosezhang@google.com>

[libc] math fuzzing MPFR include statement (#102358)

Updated the include statement for MPFR


Revision tags: llvmorg-19.1.0-rc2
# 0142bd6b 01-Aug-2024 RoseZhang03 <rosezhang@google.com>

[libc] created tan function fuzzer (#101570)

Also edited file header formatting on sin_fuz and cos_fuzz


# b45d3629 01-Aug-2024 RoseZhang03 <rosezhang@google.com>

[libc] added cos function fuzzing test (#101556)


# 90065da6 01-Aug-2024 RoseZhang03 <rosezhang@google.com>

[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),

[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.

show more ...