Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CloverHackyColor/CloverBootloader
/ CeilF
Function
CeilF
rEFIt_UEFI/libeg/FloatLib.cpp:127–131 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
125
}
126
127
float CeilF(float X)
128
{
129
INT32 I = (INT32)X;
130
return (float)(++I);
131
}
132
133
float FloorF(float X)
134
{
Callers
1
testSVG
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected