aboutsummaryrefslogtreecommitdiff
path: root/libc/test/src/stdio/sprintf_test.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-02-27[libc] Add fixed point support to printf (#82707)Michael Jones1-0/+211
2024-02-07[libc] Support C23 'b' (binary) modifier in printf (#80851)Artem Tyurin1-0/+113
2024-02-06[libc] add inttypes macros (#80726)Schrodinger ZHU Yifan1-0/+20
2024-01-30[libc][NFC] Rename `FPBits` nan functions (#79998)Guillaume Chatelet1-9/+5
2024-01-29[libc] Remove specific nan payload in math functions (#79165)Guillaume Chatelet1-15/+10
2024-01-25[libc] Move printf long double to simple calc (#75414)michaelrj-google1-549/+542
2024-01-23[reland][libc] Remove unnecessary `FPBits` functions and properties (#79128)Guillaume Chatelet1-11/+21
2024-01-23Revert "[libc] Remove unnecessary `FPBits` functions and properties" (#79118)Guillaume Chatelet1-21/+11
2024-01-23[libc] Remove unnecessary `FPBits` functions and properties (#79113)Guillaume Chatelet1-11/+21
2023-12-01[libc][NFC] Rename SPECIAL_X86_LONG_DOUBLE in LIBC_LONG_DOUBLE_IS_X86_FLOAT80...Guillaume Chatelet1-28/+29
2023-12-01[libc][NFC] rename LONG_DOUBLE_IS_DOUBLE into LIBC_LONG_DOUBLE_IS_FLOAT64 (#7...Guillaume Chatelet1-22/+22
2023-11-23[libc][NFC] Sink "PlatformDefs.h" into "FloatProperties.h" (#73226)Guillaume Chatelet1-1/+0
2023-11-06[libc][math] Add min/max/min_denorm/max_denorm constants to FPBits and clean ...lntue1-6/+5
2023-10-30[libc] Fix printf long double truncation bound (#70705)michaelrj-google1-0/+3
2023-10-27[libc] Fix incorrect printing for alt mode ints (#70252)michaelrj-google1-0/+16
2023-10-24[libc] Disable -NaN test on float128 systems (#70146)michaelrj-google1-0/+4
2023-10-24[libc] Fix printf long double inf, bitcast in msan (#70067)michaelrj-google1-1/+16
2023-10-16[libc] Add simple long double to printf float fuzz (#68449)michaelrj-google1-0/+3
2023-10-04[libc] Fix typo in long double negative block (#68243)michaelrj-google1-0/+19
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet1-662/+665
2023-09-21[libc] Fix Off By One Errors In Printf Long Double (#66957)michaelrj-google1-0/+79
2023-09-07[libc] Fix printf %p formatMichael Jones1-0/+46
2023-08-15[libc] Fix printf %e and %g bugsMichael Jones1-2/+67
2023-08-15[libc] Fix printf %f bugsMichael Jones1-2/+53
2023-08-15[libc] Fix printf %a padding issueMichael Jones1-0/+14
2023-08-07[libc] Add nullptr check option to printf %sMichael Jones1-0/+8
2023-07-28[libc] Fix printf g conversion with high precisionMichael Jones1-0/+4
2023-07-26[libc][NFC] fix sprintf test on 32 bit systemsMichael Jones1-1/+7
2023-06-14[libc] Enable hermetic floating point tests again.Tue Ly1-72/+23
2023-06-08[libc] disable printf Lf tests for float128 platsMichael Jones1-7/+8
2023-06-08[libc] add options to printf decimal floatsMichael Jones1-5/+123
2023-04-18[libc][NFC] Move RoundingModeUtils to LibcFPTestHelpers.Siva Chandra Reddy1-41/+41
2023-03-01[libc] Fix printf %f rounding conditionMichael Jones1-0/+7
2023-02-15[libc][NFC] Make tuning macros start with LIBC_COPT_Guillaume Chatelet1-6/+6
2023-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.Siva Chandra Reddy1-1/+1
2023-02-03[libc] add printf auto float conversionMichael Jones1-0/+636
2022-12-22[libc] add exponent format to printfMichael Jones1-0/+587
2022-10-07[libc] add printf decimal float conversionMichael Jones1-1/+581
2022-07-15[libc] add rounding modes to printf float convMichael Jones1-3/+129
2022-07-08[libc] add printf hexadecimal float conversionMichael Jones1-0/+252
2022-06-28[libc] add integer writing to printfMichael Jones1-1/+36
2022-06-27[libc] add printf oct conversionMichael Jones1-0/+121
2022-06-17[libc] add printf pointer convMichael Jones1-0/+16
2022-06-16[libc] add printf hex conversionMichael Jones1-0/+125
2022-06-09[libc] add printf base 10 integer conversionMichael Jones1-0/+145
2022-05-17[libc] add sprintfMichael Jones1-0/+104