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

  /cts/apps/CtsVerifier/assets/scripts/power_monitors/
_dummy.py 81 values = [ random.gauss(base[(self._sequence-1)%4], 0.0005) for _ in range(100)]
  /external/flac/libFLAC/include/protected/
stream_encoder.h 72 } gauss; member in union:__anon19182::__anon19183
  /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
  /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...]
  /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
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_random.py 130 # by (and only by) the .gauss() method.
135 y1 = self.gen.gauss(0, 1)
139 y2 = self.gen.gauss(0, 1)
186 # by (and only by) the .gauss() method.
191 y1 = self.gen.gauss(0, 1)
195 y2 = self.gen.gauss(0, 1)
499 g.random = x[:].pop; g.gauss(0.0, 1.0)
549 (g.gauss, (10.0, 0.0), 10.0),
test_math.py 535 from random import random, gauss, shuffle
540 v = gauss(0, random()) ** 7 - s
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_random.py 130 # by (and only by) the .gauss() method.
135 y1 = self.gen.gauss(0, 1)
139 y2 = self.gen.gauss(0, 1)
186 # by (and only by) the .gauss() method.
191 y1 = self.gen.gauss(0, 1)
195 y2 = self.gen.gauss(0, 1)
499 g.random = x[:].pop; g.gauss(0.0, 1.0)
549 (g.gauss, (10.0, 0.0), 10.0),
test_math.py 535 from random import random, gauss, shuffle
540 v = gauss(0, random()) ** 7 - s
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_random.py 130 # by (and only by) the .gauss() method.
135 y1 = self.gen.gauss(0, 1)
139 y2 = self.gen.gauss(0, 1)
186 # by (and only by) the .gauss() method.
191 y1 = self.gen.gauss(0, 1)
195 y2 = self.gen.gauss(0, 1)
499 g.random = x[:].pop; g.gauss(0.0, 1.0)
549 (g.gauss, (10.0, 0.0), 10.0),
test_math.py 535 from random import random, gauss, shuffle
540 v = gauss(0, random()) ** 7 - s
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_random.py 130 # by (and only by) the .gauss() method.
135 y1 = self.gen.gauss(0, 1)
139 y2 = self.gen.gauss(0, 1)
186 # by (and only by) the .gauss() method.
191 y1 = self.gen.gauss(0, 1)
195 y2 = self.gen.gauss(0, 1)
499 g.random = x[:].pop; g.gauss(0.0, 1.0)
549 (g.gauss, (10.0, 0.0), 10.0),
test_math.py 535 from random import random, gauss, shuffle
540 v = gauss(0, random()) ** 7 - s
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_random.py 122 # by (and only by) the .gauss() method.
127 y1 = self.gen.gauss(0, 1)
131 y2 = self.gen.gauss(0, 1)
178 # by (and only by) the .gauss() method.
183 y1 = self.gen.gauss(0, 1)
187 y2 = self.gen.gauss(0, 1)
490 g.random = x[:].pop; g.gauss(0.0, 1.0)
test_math.py 535 from random import random, gauss, shuffle
540 v = gauss(0, random()) ** 7 - s
    [all...]
  /external/flac/libFLAC/
stream_encoder.c     [all...]

Completed in 1157 milliseconds