Searched defs:gauss (Results 1 – 8 of 8) sorted by relevance
| /third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/ |
| D | functions.inl | 9 GLM_FUNC_QUALIFIER T gauss function 20 GLM_FUNC_QUALIFIER T gauss function
|
| /third_party/skia/src/core/ |
| D | SkGaussFilter.cpp | 20 static void normalize(int n, double* gauss) { in normalize() 43 static int calculate_bessel_factors(double sigma, double *gauss) { in calculate_bessel_factors()
|
| D | SkMaskBlurFilter.cpp | 595 uint16_t* gauss, in blur_x_rect() 613 static void direct_blur_x(int radius, uint16_t* gauss, in direct_blur_x() 808 BlurY blur, int radius, uint16_t *gauss, in blur_y_rect() 838 int radius, uint16_t* gauss, in direct_blur_y()
|
| /third_party/skia/tests/ |
| D | SkGaussFilterTest.cpp | 18 static double careful_add(int n, double* gauss) { in careful_add()
|
| /third_party/python/Lib/ |
| D | random.py | 565 def gauss(self, mu=0.0, sigma=1.0): member in Random 847 gauss = _inst.gauss variable
|
| /third_party/ltp/testcases/misc/math/fptests/ |
| D | fptest02.c | 333 static double gauss(void) in gauss() function
|
| D | fptest01.c | 351 static double gauss(void) in gauss() function
|
| /third_party/ffmpeg/libavfilter/ |
| D | vf_colorconstancy.c | 89 double *gauss[MAX_DIFF_ORD+1]; member 262 const double *gauss = s->gauss[ord]; in slice_get_derivative() local
|