Beatmup
|
Go to the source code of this file.
Macros | |
#define | ceili(x, y) (((x)+(y)-1)/(y)) |
integer division x/y with ceiling More... | |
#define | roundf_fast(X) (floorf_fast((X) + 0.5f)) |
rounding (nearest integer) More... | |
Functions | |
int | floorf_fast (float x) |
float | modf (float x, float y) |
#define roundf_fast | ( | X | ) | (floorf_fast((X) + 0.5f)) |
|
inline |