Home
last modified time | relevance | path

Searched refs:kRandom (Results 1 – 25 of 167) sorted by relevance

1234567

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/bench/
H A DPicturePlaybackBench.cpp28 enum Mode { kTiled, kRandom }; enumerator
38 case kRandom: fName.append("_random"); break; in TiledPlaybackBench()
78 case kRandom: x = rand.nextRangeScalar(0, 768); in onDraw()
96 DEF_BENCH( return new TiledPlaybackBench(kNone, kRandom); )
98 DEF_BENCH( return new TiledPlaybackBench(kRTree, kRandom); )
H A DBulkRectBench.cpp32 kRandom, // Random overlapping rectangles enumerator
68 if (kLayout == RectangleLayout::kRandom) { in computeName()
185 if (kLayout == RectangleLayout::kRandom) { in onDelayedSetup()
276 ADD_BENCH_FAMILY(1000, RectangleLayout::kRandom)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/bench/
H A DPicturePlaybackBench.cpp26 enum Mode { kTiled, kRandom }; enumerator
36 case kRandom: fName.append("_random"); break; in TiledPlaybackBench()
76 case kRandom: x = rand.nextRangeScalar(0, 768); in onDraw()
94 DEF_BENCH( return new TiledPlaybackBench(kNone, kRandom); )
96 DEF_BENCH( return new TiledPlaybackBench(kRTree, kRandom); )
H A DBulkRectBench.cpp33 kRandom, // Random overlapping rectangles enumerator
69 if (kLayout == RectangleLayout::kRandom) { in computeName()
185 if (kLayout == RectangleLayout::kRandom) { in onDelayedSetup()
267 ADD_BENCH_FAMILY(1000, RectangleLayout::kRandom)
/dports/www/firefox/firefox-99.0/third_party/jpeg-xl/lib/jxl/
H A Dcoeff_order_test.cc41 enum Permutation { kIdentity, kFewSwaps, kFewSlides, kRandom }; enumerator
69 if (kind == kRandom) { in TestPermutation()
84 TEST(CoeffOrderTest, RandomSmall) { TestPermutation(kRandom, 256); } in TEST()
89 TEST(CoeffOrderTest, RandomMedium) { TestPermutation(kRandom, 1 << 12); } in TEST()
94 TEST(CoeffOrderTest, RandomBig) { TestPermutation(kRandom, 1 << 16); } in TEST()
/dports/graphics/libjxl/libjxl-0.6.1/lib/jxl/
H A Dcoeff_order_test.cc40 enum Permutation { kIdentity, kFewSwaps, kFewSlides, kRandom }; enumerator
71 if (kind == kRandom) { in TestPermutation()
88 TEST(CoeffOrderTest, RandomSmall) { TestPermutation(kRandom, 256); } in TEST()
93 TEST(CoeffOrderTest, RandomMedium) { TestPermutation(kRandom, 1 << 12); } in TEST()
98 TEST(CoeffOrderTest, RandomBig) { TestPermutation(kRandom, 1 << 16); } in TEST()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Dcoeff_order_test.cc40 enum Permutation { kIdentity, kFewSwaps, kFewSlides, kRandom }; enumerator
71 if (kind == kRandom) { in TestPermutation()
88 TEST(CoeffOrderTest, RandomSmall) { TestPermutation(kRandom, 256); } in TEST()
93 TEST(CoeffOrderTest, RandomMedium) { TestPermutation(kRandom, 1 << 12); } in TEST()
98 TEST(CoeffOrderTest, RandomBig) { TestPermutation(kRandom, 1 << 16); } in TEST()
/dports/www/firefox-esr/firefox-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Dcoeff_order_test.cc40 enum Permutation { kIdentity, kFewSwaps, kFewSlides, kRandom }; enumerator
71 if (kind == kRandom) { in TestPermutation()
88 TEST(CoeffOrderTest, RandomSmall) { TestPermutation(kRandom, 256); } in TEST()
93 TEST(CoeffOrderTest, RandomMedium) { TestPermutation(kRandom, 1 << 12); } in TEST()
98 TEST(CoeffOrderTest, RandomBig) { TestPermutation(kRandom, 1 << 16); } in TEST()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/pink/objects/actions/
H A Daction_loop.cpp42 case kRandom: in deserialize()
43 _style = kRandom; in deserialize()
86 case kRandom: { in update()
H A Daction_loop.h46 kRandom = 3, enumerator
/dports/games/scummvm/scummvm-2.5.1/engines/pink/objects/actions/
H A Daction_loop.cpp42 case kRandom: in deserialize()
43 _style = kRandom; in deserialize()
87 case kRandom: { in update()
H A Daction_loop.h46 kRandom = 3, enumerator
/dports/misc/py-xgboost/xgboost-1.5.1/src/linear/
H A Dparam.h20 kRandom enumerator
51 .add_enum("random", kRandom) in DMLC_DECLARE_PARAMETER()
/dports/misc/xgboost/xgboost-1.5.1/src/linear/
H A Dparam.h20 kRandom enumerator
51 .add_enum("random", kRandom) in DMLC_DECLARE_PARAMETER()
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/operator/numpy/random/
H A Dnp_uniform_op.cc59 ResourceRequest::kRandom, ResourceRequest::kTempSpace}; in __anonca75d0610302()
95 ResourceRequest::kRandom, ResourceRequest::kTempSpace}; in __anonca75d0610602()
H A Dnp_normal_op.cc63 ResourceRequest::kRandom, ResourceRequest::kTempSpace}; in __anon9859d9ea0402()
103 ResourceRequest::kRandom, ResourceRequest::kTempSpace}; in __anon9859d9ea0802()
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/operator/numpy/random/
H A Dnp_uniform_op.cc59 ResourceRequest::kRandom, ResourceRequest::kTempSpace}; in __anon7c2d89cb0302()
95 ResourceRequest::kRandom, ResourceRequest::kTempSpace}; in __anon7c2d89cb0602()
H A Dnp_normal_op.cc63 ResourceRequest::kRandom, ResourceRequest::kTempSpace}; in __anon57eb0e140402()
103 ResourceRequest::kRandom, ResourceRequest::kTempSpace}; in __anon57eb0e140802()
/dports/misc/mxnet/incubator-mxnet-1.9.0/include/mxnet/
H A Dresource.h41 kRandom, enumerator
93 CHECK_EQ(req.type, ResourceRequest::kRandom); in get_random()
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/include/mxnet/
H A Dresource.h41 kRandom, enumerator
93 CHECK_EQ(req.type, ResourceRequest::kRandom); in get_random()
/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/Examples/FLOSS Manual Examples/01 Basics/
H A D01D08_markov_music.csd26 kRandom random 0, 1
29 until kAccum >= kRandom do
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/modules/particles/include/
H A DSkParticleData.h36 kRandom, enumerator
/dports/lang/v8/v8-9.6.180.12/tools/
H A Dbigint-tester.py28 kRandom = 2 variable
49 def GenRandom(length, negative=kRandom):
52 if negative == kYes or (negative == kRandom and (random.randint(0, 1) == 0)):
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/tools/
H A Dbigint-tester.py28 kRandom = 2 variable
49 def GenRandom(length, negative=kRandom):
52 if negative == kYes or (negative == kRandom and (random.randint(0, 1) == 0)):
/dports/www/node10/node-v10.24.1/deps/v8/tools/
H A Dbigint-tester.py25 kRandom = 2 variable
48 def GenRandom(length, negative=kRandom):
51 if negative == kYes or (negative == kRandom and (random.randint(0, 1) == 0)):

1234567