Searched refs:exp (Results 1 – 20 of 20) sorted by relevance
/civetweb-2.7.6/src/third_party/lua-5.1.5/src/ |
D | llimits.h | 75 #define cast(t, exp) ((t)(exp)) argument
|
D | lmathlib.c | 125 lua_pushnumber(L, exp(luaL_checknumber(L, 1))); in math_exp()
|
/civetweb-2.7.6/src/third_party/lua-5.3.5/src/ |
D | llimits.h | 111 #define cast(t, exp) ((t)(exp)) argument
|
D | lmathlib.c | 200 lua_pushnumber(L, l_mathop(exp)(luaL_checknumber(L, 1))); in math_exp()
|
/civetweb-2.7.6/src/third_party/lua-5.2.4/src/ |
D | llimits.h | 93 #define cast(t, exp) ((t)(exp)) argument
|
D | lmathlib.c | 140 lua_pushnumber(L, l_mathop(exp)(luaL_checknumber(L, 1))); in math_exp()
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/examples/eventloop/ |
D | curses-timers.js | 68 addRandomChar(3 + i, 28 + j, 58000 - Math.exp(Math.random() * 8) * 20);
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/examples/eventloop/ |
D | curses-timers.js | 68 addRandomChar(3 + i, 28 + j, 58000 - Math.exp(Math.random() * 8) * 20);
|
/civetweb-2.7.6/src/third_party/lua-5.1.5/ |
D | HISTORY | 144 + new, general syntax for constructors {[exp] = exp, ... }.
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src/ |
D | duk_config.h | 2249 #define DUK_EXP exp
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/ |
D | duk_config.h | 2249 #define DUK_EXP exp
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src/ |
D | duk_config.h | 2249 #define DUK_EXP exp
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-noline/ |
D | duk_config.h | 2249 #define DUK_EXP exp
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/ |
D | duk_config.h | 2249 #define DUK_EXP exp
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-noline/ |
D | duk_config.h | 2249 #define DUK_EXP exp
|
/civetweb-2.7.6/src/third_party/ |
D | sqlite3.c | 25791 int exp, e2; /* exponent of real numbers */ 26071 exp = 0; 26079 while( realvalue>=1e100*scale && exp<=350 ){ scale *= 1e100;exp+=100;} 26080 while( realvalue>=1e10*scale && exp<=350 ){ scale *= 1e10; exp+=10; } 26081 while( realvalue>=10.0*scale && exp<=350 ){ scale *= 10.0; exp++; } 26083 while( realvalue<1e-8 ){ realvalue *= 1e8; exp-=8; } 26084 while( realvalue<1.0 ){ realvalue *= 10.0; exp--; } 26085 if( exp>350 ){ 26100 if( realvalue>=10.0 ){ realvalue *= 0.1; exp++; } 26104 if( exp<-4 || exp>precision ){ [all …]
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/config/ |
D | duk_config.h-modular-dll | 2249 #define DUK_EXP exp
|
D | duk_config.h-modular-static | 2249 #define DUK_EXP exp
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/config/ |
D | duk_config.h-modular-dll | 2249 #define DUK_EXP exp
|
D | duk_config.h-modular-static | 2249 #define DUK_EXP exp
|