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

1 2

  /external/python/cpython2/Demo/tkinter/guido/
brownian.py 21 x = random.gauss(WIDTH/2.0, SIGMA)
22 y = random.gauss(HEIGHT/2.0, SIGMA)
25 dx = random.gauss(0, BUZZ)
26 dy = random.gauss(0, BUZZ)
brownian2.py 21 x = random.gauss(WIDTH/2.0, SIGMA)
22 y = random.gauss(HEIGHT/2.0, SIGMA)
25 dx = random.gauss(0, BUZZ)
26 dy = random.gauss(0, BUZZ)
  /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:__anon19378::__anon19379
  /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...]
  /external/fio/
file.h 11 #include "lib/gauss.h"
144 struct gauss_state gauss; member in union:fio_file::__anon19255
  /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/python/cpython2/Lib/test/
test_random.py 128 # by (and only by) the .gauss() method.
133 y1 = self.gen.gauss(0, 1)
137 y2 = self.gen.gauss(0, 1)
185 # by (and only by) the .gauss() method.
190 y1 = self.gen.gauss(0, 1)
194 y2 = self.gen.gauss(0, 1)
504 g.random = x[:].pop; g.gauss(0.0, 1.0)
554 (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/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),
  /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...]

Completed in 1406 milliseconds

1 2