summaryrefslogtreecommitdiff
path: root/libc/src/stdio/printf_core/float_dec_converter.h
AgeCommit message (Expand)Author
2025-04-17[libc] Fix incorrect unsigned comparison (#135595)Wu Yingcong
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-18[libc] Remove unnecessary check in printf floats (#95841)Michael Jones
2024-04-06[libc][NFC] Rename `UInt.h` to `big_int.h` and `UInt128.h` to `uint128.h` for...Guillaume Chatelet
2024-03-20[libc][NFC] Move `Sign` type to separate header (#85930)Guillaume Chatelet
2024-03-08[libc][NFC] Move `BigInt` out of the `cpp` namespace (#84445)Guillaume Chatelet
2024-03-07[libc] Fix forward missing `BigInt` specialization of `mask_leading_ones` / `...Guillaume Chatelet
2024-02-27[libc] Add fixed point support to printf (#82707)Michael Jones
2024-01-23[libc][NFC] Remove `FPBits` cast operator (#79142)Guillaume Chatelet
2024-01-18[libc][NFC] Introduce a Sign type for FPBits (#78500)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-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-04[libc][NFC] fix int warnings in float conversion (#74379)michaelrj-google
2023-10-30[libc] Fix printf long double truncation bound (#70705)michaelrj-google
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-09-13[libc] simplify printf float writingMichael Jones
2023-08-15[libc] Fix printf %e and %g bugsMichael Jones
2023-08-15[libc] Fix printf %f bugsMichael Jones
2023-08-15[libc] Add get_explicit_exponent to fpbitsMichael Jones
2023-08-09[libc] Better IntegerToString APIGuillaume Chatelet
2023-08-08Revert "[libc] Better IntegerToString API"Guillaume Chatelet
2023-08-08[libc] Better IntegerToString APIGuillaume Chatelet
2023-07-31[libc][NFC] clean up type warnings in printfMichael Jones
2023-07-28[libc] Fix printf g conversion with high precisionMichael 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-03-01[libc] Fix printf %f rounding conditionMichael Jones
2023-02-21[libc] Introduce a libc internal assertion macro named LIBC_ASSERT.Siva Chandra Reddy
2023-02-03[libc] add printf auto float conversionMichael Jones
2023-01-24[libc][NFC] Replace "inline" keyword with "LIBC_INLINE".Siva Chandra Reddy
2023-01-04[libc][NFC] Remove unused variableGuillaume Chatelet
2022-12-22[libc] add exponent format to printfMichael Jones
2022-10-07[libc] add printf decimal float conversionMichael Jones