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

  /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/main/none/tests/ppc32/
test_isa_2_06_part1.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);
148 uint16_t _exp, e1; local
160 _exp = e1;
164 register_farg( &fargs[i++], s, _exp, mant );
172 _exp = 0x002;
174 register_farg(&fargs[i++], s, _exp, mant);
176 _exp = 0x000;
178 register_farg(&fargs[i++], s, _exp, mant)
848 uint16_t _exp; local
    [all...]
test_isa_2_06_part2.c 100 int s, uint16_t _exp, uint64_t mant)
104 tmp = ((uint64_t)s << 63) | ((uint64_t)_exp << 52) | mant;
107 s, _exp, mant, *(uint64_t *)farg, *(double *)farg);
281 uint16_t _exp; local
293 _exp = 0x3fd;
295 register_farg(&spec_fargs[i++], s, _exp, mant);
299 _exp = 0x404;
301 register_farg(&spec_fargs[i++], s, _exp, mant);
334 _exp = 0x001;
336 register_farg(&spec_fargs[i++], s, _exp, mant)
    [all...]
test_isa_2_06_part3.c 100 int s, uint16_t _exp, uint64_t mant)
104 tmp = ((uint64_t)s << 63) | ((uint64_t)_exp << 52) | mant;
107 s, _exp, mant, *(uint64_t *)farg, *(double *)farg);
220 uint16_t _exp; local
232 _exp = 0x3fd;
234 register_farg(&spec_fargs[i++], s, _exp, mant);
238 _exp = 0x404;
240 register_farg(&spec_fargs[i++], s, _exp, mant);
244 _exp = 0x001;
246 register_farg(&spec_fargs[i++], s, _exp, mant)
    [all...]
jm-insns.c 4243 uint16_t _exp, e0, e1; local
4483 uint16_t _exp; local
    [all...]
  /external/valgrind/main/none/tests/ppc64/
test_isa_2_06_part1.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);
148 uint16_t _exp, e1; local
160 _exp = e1;
164 register_farg( &fargs[i++], s, _exp, mant );
172 _exp = 0x002;
174 register_farg(&fargs[i++], s, _exp, mant);
176 _exp = 0x000;
178 register_farg(&fargs[i++], s, _exp, mant)
848 uint16_t _exp; local
    [all...]
test_isa_2_06_part2.c 100 int s, uint16_t _exp, uint64_t mant)
104 tmp = ((uint64_t)s << 63) | ((uint64_t)_exp << 52) | mant;
107 s, _exp, mant, *(uint64_t *)farg, *(double *)farg);
281 uint16_t _exp; local
293 _exp = 0x3fd;
295 register_farg(&spec_fargs[i++], s, _exp, mant);
299 _exp = 0x404;
301 register_farg(&spec_fargs[i++], s, _exp, mant);
334 _exp = 0x001;
336 register_farg(&spec_fargs[i++], s, _exp, mant)
    [all...]
test_isa_2_06_part3.c 100 int s, uint16_t _exp, uint64_t mant)
104 tmp = ((uint64_t)s << 63) | ((uint64_t)_exp << 52) | mant;
107 s, _exp, mant, *(uint64_t *)farg, *(double *)farg);
220 uint16_t _exp; local
232 _exp = 0x3fd;
234 register_farg(&spec_fargs[i++], s, _exp, mant);
238 _exp = 0x404;
240 register_farg(&spec_fargs[i++], s, _exp, mant);
244 _exp = 0x001;
246 register_farg(&spec_fargs[i++], s, _exp, mant)
    [all...]
  /external/valgrind/main/VEX/switchback/
test_ppc_jm1.c 3606 uint16_t _exp, e0, e1; local
    [all...]
  /external/chromium_org/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js 1962 var _exp=Math.exp; variable
    [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 263 milliseconds