Home
last modified time | relevance | path

Searched defs:C4REAL10 (Results 1 – 1 of 1) sorted by relevance

/dports/games/openclonk/openclonk-release-8.1-src/src/lib/
H A DC4Real.h269 inline C4Real C4REAL10(int x) { return itofix(x, 10); } in C4REAL10() function
308 inline C4Real C4REAL10(int x) { return float(x) / 10; } in C4REAL10() function