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

  /external/skia/gm/
blurtextsmallradii.cpp 15 double sigmas[] = {0.5, 0.75, 1.0, 1.5, 2.5}; local
18 for (auto sigma : sigmas) {
blurimagevmask.cpp 21 const double sigmas[] = {3.0, 8.0, 16.0, 24.0, 32.0}; local
28 for (auto sigma:sigmas) {
  /external/skqp/gm/
blurtextsmallradii.cpp 15 double sigmas[] = {0.5, 0.75, 1.0, 1.5, 2.5}; local
18 for (auto sigma : sigmas) {
blurimagevmask.cpp 21 const double sigmas[] = {3.0, 8.0, 16.0, 24.0, 32.0}; local
28 for (auto sigma:sigmas) {
  /external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/
mixture_test.py 540 sigmas = [0.1, 5.0, 3.0, 0.2, 4.0]
548 loc=mu, scale=sigma) for mu, sigma in zip(mus, sigmas)
559 loc=mu, scale=sigma) for mu, sigma in zip(mus, sigmas)
716 sigmas = [np.ones(shape=(), dtype=np.float32) for _ in range(n_components)]
719 for (mu, sigma) in zip(means, sigmas)]
742 for (mu, sigma) in zip(means, sigmas)]
764 sigmas = [np.ones(shape=psize, dtype=np.float32)
768 for (mu, sigma) in zip(means, sigmas)]
    [all...]
  /external/skia/tests/
BlurTest.cpp 310 // Test out the normal blur style with a wide range of sigmas
449 const SkScalar sigmas[] = { local
458 for (size_t j = 0; j < SK_ARRAY_COUNT(sigmas); ++j) {
459 const SkScalar sigma = sigmas[j];
488 for (size_t j = 0; j < SK_ARRAY_COUNT(sigmas); ++j) {
489 const SkScalar sigma = sigmas[j];
682 const SkScalar sigmas[] = { 0, SkBits2Float(1) }; local
685 for (auto sigma : sigmas) {
  /external/skqp/tests/
BlurTest.cpp 310 // Test out the normal blur style with a wide range of sigmas
449 const SkScalar sigmas[] = { local
458 for (size_t j = 0; j < SK_ARRAY_COUNT(sigmas); ++j) {
459 const SkScalar sigma = sigmas[j];
488 for (size_t j = 0; j < SK_ARRAY_COUNT(sigmas); ++j) {
489 const SkScalar sigma = sigmas[j];
682 const SkScalar sigmas[] = { 0, SkBits2Float(1) }; local
685 for (auto sigma : sigmas) {
  /external/icu/icu4c/source/test/intltest/
strcase.cpp 303 // sigmas preceded and/or followed by cased letters
305 sigmas=UnicodeString("i\\u0307\\u03a3\\u0308j \\u0307\\u03a3\\u0308j i\\u00ad\\u03a3\\u0308 \\u0307\\u03a3\\u0308 ", "").unescape(), local
309 (t=sigmas).toLower();
311 errln("error in sigmas.toLower()=\"" + t + "\" expected \"" + sigmasLower + "\"");
314 (t=sigmas).toUpper(Locale(""));
316 errln("error in sigmas.toUpper()=\"" + t + "\" expected \"" + sigmasUpper + "\"");
    [all...]

Completed in 127 milliseconds