summaryrefslogtreecommitdiff
path: root/libc/fuzzing/math
AgeCommit message (Expand)Author
2025-07-25[libc] Fuzz tests for fsqrt, f16sqrt, and hypot (#150489)sribee8
2025-07-22[libc] cbrt fuzz test (#150063)sribee8
2025-07-16[libc] Updated exp fuzz tests (#148912)sribee8
2025-07-16[libc] Updated fuzz tests for trig functions (#148891)sribee8
2025-07-15[libc] sqrt and log functions fuzz tests (#148006)sribee8
2025-07-14[libc] exp fuzz tests (#148086)sribee8
2025-07-10[libc] asin fuzz testing (#147786)sribee8
2025-07-10[libc] Fuzz tests for acos and atan (#147843)sribee8
2025-07-10[libc] sincos fuzz test (#147855)sribee8
2024-11-21[libc] Fix wrong name in Compare.h (#117223)Chuvak
2024-08-07[libc] math fuzzing MPFR include statement (#102358)RoseZhang03
2024-08-01[libc] created tan function fuzzer (#101570)RoseZhang03
2024-08-01[libc] added cos function fuzzing test (#101556)RoseZhang03
2024-08-01[libc] Fix math fuzzers (#101529)Michael Jones
2024-08-01[libc] created fuzz test for sin function (#101411)RoseZhang03
2024-07-28[libc] Fix the remaining isnan and isinf in tests. (#100969)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-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2022-12-20[libc] add fuzz target for strtointeger functionsMichael Jones
2022-08-31[libc][cmake] split fputil into individual targetsMichael Jones
2022-07-29[libc][NFC] Use STL case for type_traitsGuillaume Chatelet
2022-03-08[libc][NFC] split standalone_cpp into single headersMichael Jones
2021-12-07[libc] apply new lint rulesMichael Jones
2021-11-19[libc][Obvious][NFC] A bunch of cosmetic cleanup.Siva Chandra Reddy
2021-10-28[libc][NFC] Move utils/CPP to src/__support/CPP.Siva Chandra Reddy
2021-08-06[libc][nfc] move ctype_utils and FPUtils to __supportMichael Jones
2021-04-13[libc] Make FPBits a union.Siva Chandra Reddy
2021-01-05[libc] Add implementations of nextafter[f|l] functions.Siva Chandra Reddy
2020-11-20[libc] Combine all math differential fuzzers into one target.Siva Chandra Reddy
2020-11-19[libc] Add differential fuzzers for ldexp and remquo.Siva Chandra Reddy