Age | Commit message (Expand) | Author |
---|---|---|
2022-02-28 | AK: Add FixedPoint base 2 logarithm | kleines Filmröllchen |
2022-02-28 | AK: Add bit shift to FixedPoint | kleines Filmröllchen |
2022-02-28 | AK: Fix FixedPoint to integral comparisons | kleines Filmröllchen |
2022-01-23 | AK: Add FixedPoint cast operator for up/downcasting to other sizes | Tom |
2022-01-23 | AK: Fix warnings when using FixedPoint with a precision >= 32 bits | Tom |
2022-01-23 | AK: Add Formatter<FixedPoint<...>> without floating point | Tom |
2022-01-23 | AK: Loosen FixedPoint template contraints and forward-declare it | Tom |
2021-11-17 | AK: Convert AK::Format formatting helpers to returning ErrorOr<void> | Andreas Kling |
2021-08-31 | AK: Add FixedPoint arithmetic helper | Hediadyoin1 |