Home
last modified time | relevance | path

Searched defs:gauss (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/src/core/
H A DSkGaussFilter.cpp20 static void normalize(int n, double* gauss) { in normalize() argument
43 calculate_bessel_factors(double sigma, double *gauss) calculate_bessel_factors() argument
[all...]
/third_party/skia/tests/
H A DSkGaussFilterTest.cpp18 static double careful_add(int n, double* gauss) { in careful_add() argument
/third_party/ltp/testcases/misc/math/fptests/
H A Dfptest02.c333 static double gauss(void) in gauss() function
H A Dfptest01.c351 static double gauss(void) in gauss() function
/third_party/python/Lib/
H A Drandom.py565 def gauss(self, mu=0.0, sigma=1.0): member in Random
847 gauss = _inst.gauss variable
/third_party/ffmpeg/libavfilter/
H A Dvf_colorconstancy.c89 double *gauss[MAX_DIFF_ORD+1]; member
262 const double *gauss = s->gauss[ord]; slice_get_derivative() local
[all...]
/third_party/python/Lib/test/
H A Dtest_math.py703 from random import random, gauss, shuffle namespace

Completed in 9 milliseconds