muldivScaled       33 lib/lua/limathlib.c     lua_pushnumber(L, muldivScaled(luaL_checknumber(L, 1),
muldivScaled       39 lib/lua/limathlib.c     lua_pushnumber(L, muldivScaled(luaL_checknumber(L, 1),
muldivScaled       47 lib/lua/limathlib.c     lua_pushnumber(L, muldivScaled(INT_SCALE, luaL_checknumber(L, 1), c));
muldivScaled       75 modules/cordic_math.c     return muldivScaled(a, b, CORDIC_SCALE);
muldivScaled       79 modules/cordic_math.c     return muldivScaled(CORDIC_SCALE, a, b);
muldivScaled       73 modules/cordic_math.h LUALIB_API fixed muldivScaled(fixed a, fixed b, fixed c);