summaryrefslogtreecommitdiff
path: root/AK/FixedPoint.h
AgeCommit message (Expand)Author
2023-04-12Everywhere: Fix a few typosNico Weber
2023-04-11AK: Add option to the string formatter to use a digit separatorTim Ledbetter
2023-03-04AK: Remove signbit definition to prevent conflict in FixedPointnipos
2023-03-03AK: Make FixedPoint(FloatingPoint) ctor round instead of truncatingNico Weber
2023-02-25AK: Add FixedPoint::clampkleines Filmröllchen
2023-02-18AK: Fix printing of negative FixedPoint valuesNico Weber
2023-01-23AK: Make FixedPoint::create_raw public and constexprNico Weber
2023-01-19AK: Move the AK::FixedPoint formatter to FixedPoint.hTimothy Flynn
2023-01-02Everywhere: Remove unused includes of AK/Format.hBen Wiederhake
2022-12-03Everywhere: Run clang-formatLinus Groh
2022-11-26AK: Make it possible to not `using` AK classes into the global namespaceAndreas Kling
2022-04-23AK: Make sure we don't include Math.h or math.h from KERNELAndrew Kaster
2022-02-28AK: Add FixedPoint base 2 logarithmkleines Filmröllchen
2022-02-28AK: Add bit shift to FixedPointkleines Filmröllchen
2022-02-28AK: Fix FixedPoint to integral comparisonskleines Filmröllchen
2022-01-23AK: Add FixedPoint cast operator for up/downcasting to other sizesTom
2022-01-23AK: Fix warnings when using FixedPoint with a precision >= 32 bitsTom
2022-01-23AK: Add Formatter<FixedPoint<...>> without floating pointTom
2022-01-23AK: Loosen FixedPoint template contraints and forward-declare itTom
2021-11-17AK: Convert AK::Format formatting helpers to returning ErrorOr<void>Andreas Kling
2021-08-31AK: Add FixedPoint arithmetic helperHediadyoin1