Home
last modified time | relevance | path

Searched refs:math_modf (Results 1 – 25 of 199) sorted by relevance

12345678

/dports/converters/lua-json/luajson-1.3.4/lua/json/encode/
H A Darray.lua14 local math_floor, math_modf = math.floor, math.modf
58 local _, decim = math_modf(k)
/dports/devel/tinygo/tinygo-0.14.1/src/runtime/
H A Dmath.go205 func math_Modf(x float64) (float64, float64) { return math_modf(x) }
208 func math_modf(x float64) (float64, float64) func
/dports/games/libretro-scummvm/scummvm-7b1e929/common/lua/
H A Dlmathlib.cpp100 static int math_modf (lua_State *L) { in math_modf() function
238 {"modf", math_modf},
/dports/games/palomino/palomino/src/lua_lang/
H A Dlmathlib.c96 static int math_modf (lua_State *L) { in math_modf() function
234 {"modf", math_modf},
/dports/games/scummvm/scummvm-2.5.1/common/lua/
H A Dlmathlib.cpp100 static int math_modf (lua_State *L) { in math_modf() function
238 {"modf", math_modf},
/dports/games/hedgewars-server/hedgewars-src-1.0.0/misc/liblua/
H A Dlmathlib.c96 static int math_modf (lua_State *L) { in math_modf() function
234 {"modf", math_modf},
/dports/graphics/aloadimage/arcan-0.6.1/external/lua/
H A Dlmathlib.c96 static int math_modf (lua_State *L) { in math_modf() function
234 {"modf", math_modf},
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/lua/
H A Dlmathlib.c96 static int math_modf (lua_State *L) { in math_modf() function
234 {"modf", math_modf},
/dports/games/hedgewars/hedgewars-src-1.0.0/misc/liblua/
H A Dlmathlib.c96 static int math_modf (lua_State *L) { in math_modf() function
234 {"modf", math_modf},
/dports/games/stratagus/stratagus-3.2.0/third-party/lua-5.1.5/src/
H A Dlmathlib.c96 static int math_modf (lua_State *L) { in math_modf() function
234 {"modf", math_modf},
/dports/sysutils/acfgfs/arcan-0.6.1/external/lua/
H A Dlmathlib.c96 static int math_modf (lua_State *L) { in math_modf() function
234 {"modf", math_modf},
/dports/databases/redis-devel/redis-0e5b813/deps/lua/src/
H A Dlmathlib.c96 static int math_modf (lua_State *L) { in math_modf() function
234 {"modf", math_modf},
/dports/databases/redis5/redis-5.0.14/deps/lua/src/
H A Dlmathlib.c96 static int math_modf (lua_State *L) { in math_modf() function
234 {"modf", math_modf},
/dports/databases/redis6/redis-6.0.16/deps/lua/src/
H A Dlmathlib.c96 static int math_modf (lua_State *L) { in math_modf() function
234 {"modf", math_modf},
/dports/editors/fxite/fxite-FXITE-0_92/lua/
H A Dlmathlib.c96 static int math_modf (lua_State *L) { in math_modf() function
234 {"modf", math_modf},
/dports/lang/lua51/lua-5.1.5/src/
H A Dlmathlib.c96 static int math_modf (lua_State *L) { in math_modf() function
234 {"modf", math_modf},
/dports/games/freeminer/freeminer-0.4.10.4/src/lua/src/
H A Dlmathlib.c96 static int math_modf (lua_State *L) { in math_modf() function
234 {"modf", math_modf},
/dports/games/spring/spring_98.0/AI/Skirmish/Shard/lib/lua/
H A Dlmathlib.c96 static int math_modf (lua_State *L) { in math_modf() function
234 {"modf", math_modf},
/dports/science/elmerfem/elmerfem-release-9.0/contrib/lua-5.1.5/src/
H A Dlmathlib.c96 static int math_modf (lua_State *L) { in math_modf() function
234 {"modf", math_modf},
/dports/www/civetweb/civetweb-1.15/src/third_party/lua-5.1.5/src/
H A Dlmathlib.c96 static int math_modf (lua_State *L) { in math_modf() function
234 {"modf", math_modf},
/dports/games/minetest/minetest-5.4.1/lib/lua/src/
H A Dlmathlib.c96 static int math_modf (lua_State *L) { in math_modf() function
234 {"modf", math_modf},
/dports/games/naev/naev-0.7.0/lib/lua/
H A Dlmathlib.c96 static int math_modf (lua_State *L) { in math_modf() function
234 {"modf", math_modf},
/dports/misc/xplr/xplr-0.17.0/cargo-crates/lua-src-543.1.0/lua-5.1.5/
H A Dlmathlib.c96 static int math_modf (lua_State *L) { in math_modf() function
234 {"modf", math_modf},
/dports/games/ufoai/ufoai-2.5-source/src/game/lua/
H A Dlmathlib.cpp96 static int math_modf (lua_State *L) { in math_modf() function
234 {"modf", math_modf},
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/lua/
H A Dlmathlib.c96 static int math_modf (lua_State *L) { in math_modf() function
234 {"modf", math_modf},

12345678