aboutsummaryrefslogtreecommitdiff
path: root/libc/test/src/stdfix
AgeCommit message (Expand)AuthorFilesLines
2024-06-13[libc] Fix build breaks caused by f16sqrtf changes (#95459)OverMighty2-2/+3
2024-04-30[libc][stdfix] Fix overflow problem for fixed point sqrt when the inputs are ...lntue3-10/+25
2024-03-07[libc][NFC] Fix a typo in test/src/stdfix/RoundTest.h. (#84411)lntue1-1/+1
2024-03-07[libc][stdfix] Add exp function for short _Accum and _Accum types. (#84391)lntue4-0/+139
2024-03-06[libc][stdfix] Add integer square root with fixed point output functions. (#8...lntue4-3/+141
2024-02-26[libc][stdfix] Add sqrt for fixed point types. (#83042)lntue7-0/+153
2024-02-16[libc][stdfix] Add round functions for fixed point types. (#81994)lntue14-0/+239
2024-02-15[libc][stdfix] Add abs functions for signed fixed point types. (#81823)lntue8-0/+138