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

Function unsigned_to_float

src/resource/expression_language.cpp:111–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 };
110
111 static inline float unsigned_to_float(unsigned u)
112 {
113 FloatAndUnsigned fu;
114 fu.u = u;
115 return fu.f;
116 }
117
118 bool run(const unsigned *byte_code, const float *variables, Stack &stack, ComputeFunction compute_function)
119 {

Callers 1

runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected