Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RavEngine/RavEngine
/ SDL_ceilf
Function
SDL_ceilf
deps/SDL2/src/stdlib/SDL_stdlib.c:145–153 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
143
}
144
145
float
146
SDL_ceilf(float x)
147
{
148
#if defined(HAVE_CEILF)
149
return ceilf(x);
150
#else
151
return (float)SDL_ceil((float)x);
152
#endif
153
}
154
155
double
156
SDL_copysign(double x, double y)
Callers
2
PSP_QueueCopy
Function · 0.85
SetHomeLED
Function · 0.85
Calls
1
SDL_ceil
Function · 0.85
Tested by
no test coverage detected