Nugget
Loading...
Searching...
No Matches
Namespaces | Functions
fixed-point.hh File Reference
#include <EASTL/functional.h>
#include <stdint.h>
#include <compare>
#include <concepts>
#include <type_traits>
Include dependency graph for fixed-point.hh:
This graph shows which files directly or indirectly include this file:

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)