MCPcopy 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
127float CeilF(float X)
128{
129 INT32 I = (INT32)X;
130 return (float)(++I);
131}
132
133float FloorF(float X)
134{

Callers 1

testSVGFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected