summaryrefslogtreecommitdiff
path: root/libc/src/stdio/printf_core/float_hex_converter.h
AgeCommit message (Expand)Author
2025-11-05[libc] Migrate ctype_utils to use char instead of int where applicable. (#166...Alexey Samsonov
2025-03-12[libc] Template the writing mode for the writer class (#111559)Joseph Huber
2024-12-03[libc] Change ctype to be encoding independent (#110574)Michael Jones
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek
2024-06-13[llvm-project] Fix typo "seperate" (#95373)Jay Foad
2024-01-18[libc][NFC] Introduce a Sign type for FPBits (#78500)Guillaume Chatelet
2023-12-20[libc][NFC] clean up printf_core and scanf_core (#74535)michaelrj-google
2023-12-15[libc][NFC] Rename `MANTISSA_WIDTH` in `FRACTION_LEN` (#75489)Guillaume Chatelet
2023-12-14[libc][NFC] Remove MantissaWidth traits (#75458)Guillaume Chatelet
2023-12-14[libc][NFC] Remove ExponentWidth traits (#75362)Guillaume Chatelet
2023-12-04[libc][NFC] fix int warnings in float conversion (#74379)michaelrj-google
2023-10-16[libc] Add simple long double to printf float fuzz (#68449)michaelrj-google
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-08-15[libc] Fix printf %a padding issueMichael Jones
2023-08-15[libc] Add get_explicit_exponent to fpbitsMichael Jones
2023-07-31[libc][NFC] clean up type warnings in printfMichael Jones
2023-06-13[libc] Add Int<> type and fix (U)Int<128> compatibility issues.Tue Ly
2023-06-12[libc] Add platform independent floating point rounding mode checks.Tue Ly
2023-05-16Revert "[libc] Add explicit constructor calls to fix compilation when using U...Mikhail R. Gadelha
2023-05-16[libc] Add explicit constructor calls to fix compilation when using UInt<T>Mikhail R. Gadelha
2023-05-03[libc] Make printf decimal long doubles use hexMichael Jones
2023-01-24[libc][NFC] Replace "inline" keyword with "LIBC_INLINE".Siva Chandra Reddy
2022-08-24[libc] move printf to use StringViewsMichael Jones
2022-07-22[libc][nfc] move printf inf/nan to separate functionMichael Jones
2022-07-15[libc] add rounding modes to printf float convMichael Jones
2022-07-11[libc] clean up printf error codesMichael Jones
2022-07-08[libc] add printf hexadecimal float conversionMichael Jones