Home
last modified time | relevance | path

Searched refs:exp (Results 1 – 20 of 20) sorted by relevance

/civetweb-2.7.6/src/third_party/lua-5.1.5/src/
Dllimits.h75 #define cast(t, exp) ((t)(exp)) argument
Dlmathlib.c125 lua_pushnumber(L, exp(luaL_checknumber(L, 1))); in math_exp()
/civetweb-2.7.6/src/third_party/lua-5.3.5/src/
Dllimits.h111 #define cast(t, exp) ((t)(exp)) argument
Dlmathlib.c200 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/
Dllimits.h93 #define cast(t, exp) ((t)(exp)) argument
Dlmathlib.c140 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/
Dcurses-timers.js68 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/
Dcurses-timers.js68 addRandomChar(3 + i, 28 + j, 58000 - Math.exp(Math.random() * 8) * 20);
/civetweb-2.7.6/src/third_party/lua-5.1.5/
DHISTORY144 + new, general syntax for constructors {[exp] = exp, ... }.
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src/
Dduk_config.h2249 #define DUK_EXP exp
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/
Dduk_config.h2249 #define DUK_EXP exp
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src/
Dduk_config.h2249 #define DUK_EXP exp
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-noline/
Dduk_config.h2249 #define DUK_EXP exp
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/
Dduk_config.h2249 #define DUK_EXP exp
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-noline/
Dduk_config.h2249 #define DUK_EXP exp
/civetweb-2.7.6/src/third_party/
Dsqlite3.c25791 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/
Dduk_config.h-modular-dll2249 #define DUK_EXP exp
Dduk_config.h-modular-static2249 #define DUK_EXP exp
/civetweb-2.7.6/src/third_party/duktape-1.8.0/config/
Dduk_config.h-modular-dll2249 #define DUK_EXP exp
Dduk_config.h-modular-static2249 #define DUK_EXP exp