summaryrefslogtreecommitdiff
path: root/libc/fuzzing/stdlib/strtofloat_fuzz.cpp
AgeCommit message (Expand)Author
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
2024-01-23[reland][libc] Remove unnecessary `FPBits` functions and properties (#79128)Guillaume Chatelet
2024-01-23Revert "[libc] Remove unnecessary `FPBits` functions and properties" (#79118)Guillaume Chatelet
2024-01-23[libc] Remove unnecessary `FPBits` functions and properties (#79113)Guillaume Chatelet
2024-01-03[libc][NFC] Remove `FloatProperties` (#76508)Guillaume Chatelet
2023-12-28[libc][NFC] Integrate `FloatProperties` into `FPBits` (#76506)Guillaume Chatelet
2023-12-15[libc][NFC] Rename `MANTISSA_WIDTH` in `FRACTION_LEN` (#75489)Guillaume Chatelet
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-07-18[libc] Set min precision for strtofloat fuzzMichael Jones
2023-07-11[libc] adjust strtofloat precision for subnormalsMichael Jones
2023-07-05[libc] fix MPFR rounding problems in fuzz testMichael Jones
2023-05-22[libc] Use MPFR for strtofloat fuzzingMichael Jones
2023-02-27[libc] use vars in string to num fuzz targetsMichael Jones
2023-02-10[libc] add standalone strtoint/float fuzzersMichael Jones