summaryrefslogtreecommitdiff
path: root/libc/test/src/stdlib/strtof_test.cpp
AgeCommit message (Expand)Author
2025-06-11[libc] Reduce direct use of errno in src/stdlib and src/__support tests. (#14...Alexey Samsonov
2024-08-12[NFC][libc] Clarifies underscores in n-char-sequence. (#102193)Mark de Wever
2024-02-06[libc] Move libc_errno inside of LIBC_NAMESPACE (#80774)michaelrj-google
2024-01-26[libc][NFC] Use specific ASSERT macros to test errno (#79573)Guillaume Chatelet
2024-01-24[libc] Add C23 limits.h header. (#78887)lntue
2024-01-23[libc][NFC] Remove `FPBits` cast operator (#79142)Guillaume Chatelet
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-08-02[libc] Support underscores in NaN char sequencesMichael Jones
2023-06-01[libc] Add strtoint32 and strtoint64 testsMichael Jones
2023-04-18[libc][NFC] Move RoundingModeUtils to LibcFPTestHelpers.Siva Chandra Reddy
2023-03-03[libc] move stdlib and stdio to new errno patternMichael Jones
2023-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.Siva Chandra Reddy
2022-07-13[libc] Specify rounding mode for strto[f|d] testsAlex Brachet
2021-12-22[libc] apply formatting to testsMichael Jones
2021-12-07[libc] apply new lint rulesMichael Jones
2021-11-17[libc] fix strtof/d/ld NaN parsingMichael Jones
2021-11-16[libc] Correct rounding for hexadecimalStringToFloat with long inputs.Tue Ly
2021-11-11[libc] tweak strtof errno behaviorMichael Jones
2021-11-09[libc] refactor atof string parsingMichael Jones
2021-10-18[libc] add atof, strtof and strtodMichael Jones