HomeSort by relevance Sort by last modified time
    Searched full:_exp (Results 26 - 50 of 57) sorted by null

12 3

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
random.py 45 from math import log as _log, exp as _exp, pi as _pi, e as _e, ceil as _ceil
58 NV_MAGICCONST = 4 * _exp(-0.5)/_sqrt(2.0)
419 return _exp(self.normalvariate(mu, sigma))
475 if u2 < 1.0 - d * d or u2 <= (1.0 - d) * _exp(d):
527 x = alpha*_exp(v)
556 elif u1 <= _exp(-x):
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
random.py 45 from math import log as _log, exp as _exp, pi as _pi, e as _e, ceil as _ceil
58 NV_MAGICCONST = 4 * _exp(-0.5)/_sqrt(2.0)
413 return _exp(self.normalvariate(mu, sigma))
475 if u2 < c * (2.0 - c) or u2 <= c * _exp(1.0 - c):
525 x = alpha*_exp(v)
554 elif u1 <= _exp(-x):
    [all...]
  /external/python/cpython2/Lib/
random.py 45 from math import log as _log, exp as _exp, pi as _pi, e as _e, ceil as _ceil
58 NV_MAGICCONST = 4 * _exp(-0.5)/_sqrt(2.0)
419 return _exp(self.normalvariate(mu, sigma))
475 if u2 < 1.0 - d * d or u2 <= (1.0 - d) * _exp(d):
527 x = alpha*_exp(v)
556 elif u1 <= _exp(-x):
  /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
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
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
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
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/llvm/test/CodeGen/ARM/
crash-greedy.ll 33 ; CHECK: bl _exp
  /external/tensorflow/tensorflow/compiler/xla/tests/
compilation_cache_test.cc 117 ComputationBuilder builder_exp(client_, TestName() + "_exp");
  /external/elfutils/libelf/
libelfP.h 620 __typeof__ (exp) _exp = (exp); \
621 if (*_var != _exp) \
623 *_var = _exp; \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_decimal.py     [all...]
  /external/python/cpython2/Lib/test/
test_decimal.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_decimal.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_decimal.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_decimal.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_decimal.py     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
valarray_after.h 452 _DEFINE_EXPR_UNARY_FUNCTION(exp, _Exp)
valarray_before.h 133 struct _Exp
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
valarray_after.h 452 _DEFINE_EXPR_UNARY_FUNCTION(exp, _Exp)
valarray_before.h 133 struct _Exp
  /external/python/cpython3/Lib/test/
test_decimal.py     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/
mpfr.h 194 _sign*(_d[k-1]/B+_d[k-2]/B^2+...+_d[0]/B^k)*2^_exp
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/include/
mpfr.h 194 _sign*(_d[k-1]/B+_d[k-2]/B^2+...+_d[0]/B^k)*2^_exp
    [all...]
  /system/core/init/
README.md 655 Usage: system/core/init/compare-bootcharts.py _base-bootchart-dir_ _exp-bootchart-dir_
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h     [all...]

Completed in 1129 milliseconds

12 3