summaryrefslogtreecommitdiff
path: root/libc/fuzzing/math
Commit message (Expand)AuthorAgeFilesLines
* [libc] add fuzz target for strtointeger functionsMichael Jones2022-12-201-1/+1
* [libc][cmake] split fputil into individual targetsMichael Jones2022-08-311-1/+1
* [libc][NFC] Use STL case for type_traitsGuillaume Chatelet2022-07-291-4/+3
* [libc][NFC] split standalone_cpp into single headersMichael Jones2022-03-081-1/+1
* [libc] apply new lint rulesMichael Jones2021-12-071-2/+2
* [libc][Obvious][NFC] A bunch of cosmetic cleanup.Siva Chandra Reddy2021-11-191-0/+5
* [libc][NFC] Move utils/CPP to src/__support/CPP.Siva Chandra Reddy2021-10-282-2/+2
* [libc][nfc] move ctype_utils and FPUtils to __supportMichael Jones2021-08-065-5/+5
* [libc] Make FPBits a union.Siva Chandra Reddy2021-04-132-2/+2
* [libc] Add implementations of nextafter[f|l] functions.Siva Chandra Reddy2021-01-053-0/+39
* [libc] Combine all math differential fuzzers into one target.Siva Chandra Reddy2020-11-2013-240/+328
* [libc] Add differential fuzzers for ldexp and remquo.Siva Chandra Reddy2020-11-199-0/+297