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

  /external/chromium_org/third_party/lcov/example/
Makefile 32 example: example.o iterate.o gauss.o
33 $(CC) example.o iterate.o gauss.o -o example -lgcov
35 example.o: example.c iterate.h gauss.h
41 gauss.o: methods/gauss.c gauss.h
42 $(CC) $(CFLAGS) -c methods/gauss.c -o gauss.o
  /external/chromium_org/third_party/lcov-1.9/example/
Makefile 32 example: example.o iterate.o gauss.o
33 $(CC) example.o iterate.o gauss.o -o example -lgcov
35 example.o: example.c iterate.h gauss.h
41 gauss.o: methods/gauss.c gauss.h
42 $(CC) $(CFLAGS) -c methods/gauss.c -o gauss.o
  /external/flac/libFLAC/include/protected/
stream_encoder.h 69 } gauss; member in union:__anon20136::__anon20137
  /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/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 namespace
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 namespace
540 v = gauss(0, random()) ** 7 - s
    [all...]
  /external/flac/libFLAC/
stream_encoder.c     [all...]

Completed in 305 milliseconds