index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AK
/
FixedPoint.h
Age
Commit message (
Expand
)
Author
2023-02-18
AK: Fix printing of negative FixedPoint values
Nico Weber
2023-01-23
AK: Make FixedPoint::create_raw public and constexpr
Nico Weber
2023-01-19
AK: Move the AK::FixedPoint formatter to FixedPoint.h
Timothy Flynn
2023-01-02
Everywhere: Remove unused includes of AK/Format.h
Ben Wiederhake
2022-12-03
Everywhere: Run clang-format
Linus Groh
2022-11-26
AK: Make it possible to not `using` AK classes into the global namespace
Andreas Kling
2022-04-23
AK: Make sure we don't include Math.h or math.h from KERNEL
Andrew Kaster
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