Nugget
|
#include <EASTL/functional.h>
#include <stdint.h>
#include <compare>
#include <concepts>
#include <type_traits>
Go to the source code of this file.
Namespaces | |
namespace | psyqo |
namespace | psyqo::FixedPointInternals |
Functions | |
uint32_t | psyqo::FixedPointInternals::iDiv (uint64_t rem, uint32_t base, unsigned scale) |
int32_t | psyqo::FixedPointInternals::dDiv (int32_t a, int32_t b, unsigned scale) |
void | psyqo::FixedPointInternals::printInt (uint32_t value, const eastl::function< void(char)> &, unsigned scale) |