HomeSort by relevance Sort by last modified time
    Searched defs:_exp (Results 1 - 16 of 16) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/
random.py 45 from math import log as _log, exp as _exp, pi as _pi, e as _e, ceil as _ceil namespace
58 NV_MAGICCONST = 4 * _exp(-0.5)/_sqrt(2.0)
413 return _exp(self.normalvariate(mu, sigma))
469 if u2 < 1.0 - d * d or u2 <= (1.0 - d) * _exp(d):
521 x = alpha*_exp(v)
550 elif u1 <= _exp(-x):
  /prebuilts/gdb/linux-x86/lib/python2.7/
random.py 45 from math import log as _log, exp as _exp, pi as _pi, e as _e, ceil as _ceil namespace
58 NV_MAGICCONST = 4 * _exp(-0.5)/_sqrt(2.0)
413 return _exp(self.normalvariate(mu, sigma))
469 if u2 < 1.0 - d * d or u2 <= (1.0 - d) * _exp(d):
521 x = alpha*_exp(v)
550 elif u1 <= _exp(-x):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
random.py 45 from math import log as _log, exp as _exp, pi as _pi, e as _e, ceil as _ceil namespace
58 NV_MAGICCONST = 4 * _exp(-0.5)/_sqrt(2.0)
413 return _exp(self.normalvariate(mu, sigma))
469 if u2 < 1.0 - d * d or u2 <= (1.0 - d) * _exp(d):
521 x = alpha*_exp(v)
550 elif u1 <= _exp(-x):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
random.py 45 from math import log as _log, exp as _exp, pi as _pi, e as _e, ceil as _ceil namespace
58 NV_MAGICCONST = 4 * _exp(-0.5)/_sqrt(2.0)
413 return _exp(self.normalvariate(mu, sigma))
469 if u2 < 1.0 - d * d or u2 <= (1.0 - d) * _exp(d):
521 x = alpha*_exp(v)
550 elif u1 <= _exp(-x):
  /external/valgrind/none/tests/ppc32/
test_isa_2_06_part1.c 111 int s, uint16_t _exp, uint64_t mant)
115 tmp = ((uint64_t)s << 63) | ((uint64_t)_exp << 52) | mant;
118 s, _exp, mant, *(uint64_t *)farg, *(double *)farg);
153 uint16_t _exp, e1; local
165 _exp = e1;
169 register_farg( &fargs[i++], s, _exp, mant );
177 _exp = 0x002;
179 register_farg(&fargs[i++], s, _exp, mant);
181 _exp = 0x000;
183 register_farg(&fargs[i++], s, _exp, mant)
793 uint16_t _exp; local
    [all...]
test_isa_2_06_part2.c 107 int s, uint16_t _exp, uint64_t mant)
111 tmp = ((uint64_t)s << 63) | ((uint64_t)_exp << 52) | mant;
114 s, _exp, mant, *(uint64_t *)farg, *(double *)farg);
118 int s, uint16_t _exp, uint32_t mant)
121 tmp = ((uint32_t)s << 31) | ((uint32_t)_exp << 23) | mant;
296 uint16_t _exp; local
308 _exp = 0x3fd;
310 register_farg(&spec_fargs[i++], s, _exp, mant);
314 _exp = 0x404;
316 register_farg(&spec_fargs[i++], s, _exp, mant)
    [all...]
test_isa_2_06_part3.c 106 int s, uint16_t _exp, uint64_t mant)
110 tmp = ((uint64_t)s << 63) | ((uint64_t)_exp << 52) | mant;
113 s, _exp, mant, *(uint64_t *)farg, *(double *)farg);
117 int s, uint16_t _exp, uint32_t mant)
120 tmp = ((uint32_t)s << 31) | ((uint32_t)_exp << 23) | mant;
235 uint16_t _exp; local
247 _exp = 0x3fd;
249 register_farg(&spec_fargs[i++], s, _exp, mant);
253 _exp = 0x404;
255 register_farg(&spec_fargs[i++], s, _exp, mant)
    [all...]
jm-insns.c 4339 uint16_t _exp, e0, e1; local
4579 uint16_t _exp; local
    [all...]
  /external/valgrind/none/tests/ppc64/
test_isa_2_07_part2.c 108 int s, uint16_t _exp, uint64_t mant)
112 tmp = ((uint64_t)s << 63) | ((uint64_t)_exp << 52) | mant;
115 s, _exp, mant, *(uint64_t *)farg, *(double *)farg);
119 int s, uint16_t _exp, uint32_t mant)
122 tmp = ((uint32_t)s << 31) | ((uint32_t)_exp << 23) | mant;
170 uint16_t _exp; local
182 _exp = 0x3fd;
184 register_farg(&spec_fargs[i++], s, _exp, mant);
188 _exp = 0x404;
190 register_farg(&spec_fargs[i++], s, _exp, mant)
    [all...]
test_isa_2_07_part1.c 937 int s, uint16_t _exp, uint64_t mant)
941 tmp = ((uint64_t)s << 63) | ((uint64_t)_exp << 52) | mant;
944 s, _exp, mant, *(uint64_t *)farg, *(double *)farg);
979 uint16_t _exp, e0, e1; local
984 testing them: set _exp > 0
994 _exp = (e0 << 10) | e1;
998 register_farg(&fargs[i++], s, _exp, mant);
1011 _exp = e1;
1015 register_farg(&fargs[i++], s, _exp, mant);
1026 _exp = 0x000
    [all...]
  /external/valgrind/VEX/switchback/
test_ppc_jm1.c 3604 uint16_t _exp, e0, e1; local
    [all...]
  /external/v8/test/mjsunit/asm/embenchen/
lua_binarytrees.js 6769 var _exp=Math_exp; variable
    [all...]
  /external/v8/test/mjsunit/wasm/embenchen/
lua_binarytrees.js 6772 var _exp=Math_exp; variable
    [all...]
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js 1962 var _exp=Math.exp; variable
    [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 704 milliseconds