MCPcopy Create free account
hub / github.com/crownengine/crown / floor

Function floor

3rdparty/bx/src/crtnone.cpp:228–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226}
227
228extern "C" double floor(double _x)
229{
230 return bx::floor(_x);
231}
232
233extern "C" float acosf(float _x)
234{

Callers 15

TruncateMethod · 0.85
TruncateMethod · 0.85
quantizeMethod · 0.85
quantizeMethod · 0.85
flt_rdFunction · 0.85
imageResizeRgba32fLinearFunction · 0.85
imageRgba32fToLinearFunction · 0.85
imageRgba32fToGammaFunction · 0.85
_mesa_round_to_evenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected