|
Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
|
#include <type.h>Go to the source code of this file.
Macros | |
| #define | M_PI 3.14159265358979323846 |
Functions | |
| uint64_t | pow (uint64_t base, uint64_t exp) |
| uint64_t | clamp (uint64_t value, uint64_t min, uint64_t max) |
| uint64_t | min (uint64_t a, uint64_t b) |
| uint64_t | max (uint64_t a, uint64_t b) |
| int64_t | abs (int64_t a) |
Definition at line 24 of file math.c.
Referenced by clamp(), elf_count_load_size(), and elf_load().
Definition at line 21 of file math.c.
Referenced by clamp(), execve(), and rtc_read_time().