Home
last modified time | relevance | path

Searched refs:math_exp (Results 1 – 25 of 197) sorted by relevance

12345678

/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapparser.y176 | math_exp OR math_exp {
184 | math_exp AND math_exp {
235 | math_exp EQ math_exp {
241 | math_exp NE math_exp {
247 | math_exp GT math_exp {
253 | math_exp LT math_exp {
259 | math_exp GE math_exp {
265 | math_exp LE math_exp {
396 | math_exp IEQ math_exp {
616 | math_exp '+' math_exp { $$ = $1 + $3; }
[all …]
/dports/databases/grass7/grass-7.8.6/imagery/i.ortho.photo/i.ortho.elev/
H A Dmain.c53 char *math_exp; in main() local
117 math_exp = (char *)G_malloc(80 * sizeof(char)); in main()
126 *math_exp = 0; in main()
138 strcpy(math_exp, math_opt->answer); in main()
156 if (!I_get_group_elev(group, elev_layer, mapset_elev, location_elev, math_exp, units, nd)) { in main()
164 fprintf(stdout, "math expression:\t%s\n",math_exp); in main()
205 math_exp, units, nd); in main()
230 math_exp, units, nd); in main()
/dports/databases/grass7/grass-7.8.6/imagery/i.ortho.photo/lib/
H A Delev.c19 char *math_exp, char *units, char *nd) in I_put_group_elev() argument
32 fprintf(fd, "math expression :%s\n", math_exp); in I_put_group_elev()
43 char *math_exp, char *units, char *nd) in I_get_group_elev() argument
80 sscanf(buf, "math expression :%s\n", math_exp); in I_get_group_elev()
/dports/editors/jupp/jupp/
H A Dumath.c29 static char *math_exp; variable
164 if (math_exp) { in calc()
165 free(math_exp); in calc()
167 math_exp = strdup((void *)s); in calc()
272 if (math_exp) { in umathins()
273 binss(bw->cursor, (void *)math_exp); in umathins()
/dports/games/scummvm-tools/scummvm-tools-2.5.0/engines/grim/lua/
H A Dlmathlib.cpp98 static void math_exp (void) in math_exp() function
189 {"exp", math_exp},
/dports/games/scorched3d/scorched/src/common/lua/
H A Dlmathlib.cpp109 static int math_exp (lua_State *L) in math_exp() function
156 {"exp", math_exp},
/dports/devel/tinygo/tinygo-0.14.1/src/runtime/
H A Dmath.go97 func math_Exp(x float64) float64 { return math_exp(x) }
100 func math_exp(x float64) float64 func
/dports/games/gltron/gltron-0.70/lua/src/lib/
H A Dlmathlib.c111 static int math_exp (lua_State *L) { in math_exp() function
221 {"exp", math_exp},
/dports/games/tomenet/tomenet-4.6.0/src/server/lua/
H A Dlmathlib.c111 static int math_exp (lua_State *L) { in math_exp() function
221 {"exp", math_exp},
/dports/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/source/
H A Dlmathlib.cpp113 static int math_exp (lua_State *L) { in math_exp() function
223 {"exp", math_exp},
/dports/games/libretro-scummvm/scummvm-7b1e929/common/lua/
H A Dlmathlib.cpp128 static int math_exp (lua_State *L) { in math_exp() function
229 {"exp", math_exp},
/dports/games/palomino/palomino/src/lua_lang/
H A Dlmathlib.c124 static int math_exp (lua_State *L) { in math_exp() function
225 {"exp", math_exp},
/dports/games/scummvm/scummvm-2.5.1/common/lua/
H A Dlmathlib.cpp128 static int math_exp (lua_State *L) { in math_exp() function
229 {"exp", math_exp},
/dports/games/hedgewars-server/hedgewars-src-1.0.0/misc/liblua/
H A Dlmathlib.c124 static int math_exp (lua_State *L) { in math_exp() function
225 {"exp", math_exp},
/dports/graphics/aloadimage/arcan-0.6.1/external/lua/
H A Dlmathlib.c124 static int math_exp (lua_State *L) { in math_exp() function
225 {"exp", math_exp},
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/lua/
H A Dlmathlib.c124 static int math_exp (lua_State *L) { in math_exp() function
225 {"exp", math_exp},
/dports/games/hedgewars/hedgewars-src-1.0.0/misc/liblua/
H A Dlmathlib.c124 static int math_exp (lua_State *L) { in math_exp() function
225 {"exp", math_exp},
/dports/games/stratagus/stratagus-3.2.0/third-party/lua-5.1.5/src/
H A Dlmathlib.c124 static int math_exp (lua_State *L) { in math_exp() function
225 {"exp", math_exp},
/dports/sysutils/acfgfs/arcan-0.6.1/external/lua/
H A Dlmathlib.c124 static int math_exp (lua_State *L) { in math_exp() function
225 {"exp", math_exp},
/dports/databases/redis-devel/redis-0e5b813/deps/lua/src/
H A Dlmathlib.c124 static int math_exp (lua_State *L) { in math_exp() function
225 {"exp", math_exp},
/dports/databases/redis5/redis-5.0.14/deps/lua/src/
H A Dlmathlib.c124 static int math_exp (lua_State *L) { in math_exp() function
225 {"exp", math_exp},
/dports/databases/redis6/redis-6.0.16/deps/lua/src/
H A Dlmathlib.c124 static int math_exp (lua_State *L) { in math_exp() function
225 {"exp", math_exp},
/dports/editors/fxite/fxite-FXITE-0_92/lua/
H A Dlmathlib.c124 static int math_exp (lua_State *L) { in math_exp() function
225 {"exp", math_exp},
/dports/lang/lua51/lua-5.1.5/src/
H A Dlmathlib.c124 static int math_exp (lua_State *L) { in math_exp() function
225 {"exp", math_exp},
/dports/games/freeminer/freeminer-0.4.10.4/src/lua/src/
H A Dlmathlib.c124 static int math_exp (lua_State *L) { in math_exp() function
225 {"exp", math_exp},

12345678