Home
last modified time | relevance | path

Searched refs:currfp_gmul (Results 1 – 2 of 2) sorted by relevance

/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dfieldpattern.cpp1555 EX int currfp_gmul(int a, int b) { return currfp.gmul(a,b); } in currfp_gmul() function
H A Dbigstuff.cpp1620 int wd = currfp_gmul(fval2, currfp_inverses(c->fval-1)); in build_walls()