HomeSort by relevance Sort by last modified time
    Searched defs:_exp (Results 1 - 11 of 11) 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);
111 int s, uint16_t _exp, uint32_t mant)
114 tmp = ((uint32_t)s << 31) | ((uint32_t)_exp << 23) | mant;
289 uint16_t _exp; local
301 _exp = 0x3fd;
303 register_farg(&spec_fargs[i++], s, _exp, mant);
307 _exp = 0x404;
309 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);
111 int s, uint16_t _exp, uint32_t mant)
114 tmp = ((uint32_t)s << 31) | ((uint32_t)_exp << 23) | mant;
229 uint16_t _exp; local
241 _exp = 0x3fd;
243 register_farg(&spec_fargs[i++], s, _exp, mant);
247 _exp = 0x404;
249 register_farg(&spec_fargs[i++], s, _exp, mant)
    [all...]
jm-insns.c 4328 uint16_t _exp, e0, e1; local
4568 uint16_t _exp; local
    [all...]
  /external/valgrind/main/none/tests/ppc64/
test_isa_2_07_part2.c 102 int s, uint16_t _exp, uint64_t mant)
106 tmp = ((uint64_t)s << 63) | ((uint64_t)_exp << 52) | mant;
109 s, _exp, mant, *(uint64_t *)farg, *(double *)farg);
113 int s, uint16_t _exp, uint32_t mant)
116 tmp = ((uint32_t)s << 31) | ((uint32_t)_exp << 23) | mant;
164 uint16_t _exp; local
176 _exp = 0x3fd;
178 register_farg(&spec_fargs[i++], s, _exp, mant);
182 _exp = 0x404;
184 register_farg(&spec_fargs[i++], s, _exp, mant)
    [all...]
test_isa_2_07_part1.c 890 int s, uint16_t _exp, uint64_t mant)
894 tmp = ((uint64_t)s << 63) | ((uint64_t)_exp << 52) | mant;
897 s, _exp, mant, *(uint64_t *)farg, *(double *)farg);
932 uint16_t _exp, e0, e1; local
937 testing them: set _exp > 0
947 _exp = (e0 << 10) | e1;
951 register_farg(&fargs[i++], s, _exp, mant);
964 _exp = e1;
968 register_farg(&fargs[i++], s, _exp, mant);
979 _exp = 0x000
    [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/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 291 milliseconds