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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
random.py 54 "gauss","betavariate","paretovariate","weibullvariate",
560 ## -------------------- Gauss (faster alternative) --------------------
562 def gauss(self, mu, sigma): member in class:Random
875 _test_generator(N, gauss, (0.0, 1.0))
900 gauss = _inst.gauss variable
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
random.py 54 "gauss","betavariate","paretovariate","weibullvariate",
558 ## -------------------- Gauss (faster alternative) --------------------
560 def gauss(self, mu, sigma): member in class:Random
873 _test_generator(N, gauss, (0.0, 1.0))
898 gauss = _inst.gauss variable
    [all...]
  /external/flac/libFLAC/include/protected/
stream_encoder.h 72 } gauss; member in union:__anon19378::__anon19379
  /external/python/cpython2/Lib/
random.py 54 "gauss","betavariate","paretovariate","weibullvariate",
560 ## -------------------- Gauss (faster alternative) --------------------
562 def gauss(self, mu, sigma): member in class:Random
875 _test_generator(N, gauss, (0.0, 1.0))
900 gauss = _inst.gauss variable
  /prebuilts/gdb/darwin-x86/lib/python2.7/
random.py 54 "gauss","betavariate","paretovariate","weibullvariate",
554 ## -------------------- Gauss (faster alternative) --------------------
556 def gauss(self, mu, sigma): member in class:Random
869 _test_generator(N, gauss, (0.0, 1.0))
894 gauss = _inst.gauss variable
  /prebuilts/gdb/linux-x86/lib/python2.7/
random.py 54 "gauss","betavariate","paretovariate","weibullvariate",
554 ## -------------------- Gauss (faster alternative) --------------------
556 def gauss(self, mu, sigma): member in class:Random
869 _test_generator(N, gauss, (0.0, 1.0))
894 gauss = _inst.gauss variable
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
random.py 54 "gauss","betavariate","paretovariate","weibullvariate",
554 ## -------------------- Gauss (faster alternative) --------------------
556 def gauss(self, mu, sigma): member in class:Random
869 _test_generator(N, gauss, (0.0, 1.0))
894 gauss = _inst.gauss variable
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
random.py 54 "gauss","betavariate","paretovariate","weibullvariate",
554 ## -------------------- Gauss (faster alternative) --------------------
556 def gauss(self, mu, sigma): member in class:Random
869 _test_generator(N, gauss, (0.0, 1.0))
894 gauss = _inst.gauss variable
  /external/fio/
file.h 11 #include "lib/gauss.h"
144 struct gauss_state gauss; member in union:fio_file::__anon19255
  /external/ltp/testcases/misc/math/fptests/
fptest01.c 80 static double gauss(void);
94 int gcount; /* # calls to gauss */
274 return (gauss());
351 static double gauss(void) function
fptest02.c 30 * math in routine "gauss". The value "avgspd" computed in routine
80 static double gauss(void);
255 return (gauss());
333 static double gauss(void) function

Completed in 2262 milliseconds