Home
last modified time | relevance | path

Searched defs:random (Results 1 – 25 of 259) sorted by relevance

1234567891011

/third_party/flutter/skia/src/gpu/
DGrTestUtils.cpp23 static const SkMatrix& test_matrix(SkRandom* random, in test_matrix()
56 const SkMatrix& TestMatrix(SkRandom* random) { return test_matrix(random, true, true); } in TestMatrix()
58 const SkMatrix& TestMatrixPreservesRightAngles(SkRandom* random) { in TestMatrixPreservesRightAngles()
84 const SkMatrix& TestMatrixRectStaysRect(SkRandom* random) { in TestMatrixRectStaysRect()
110 const SkMatrix& TestMatrixInvertible(SkRandom* random) { return test_matrix(random, true, false); } in TestMatrixInvertible()
111 const SkMatrix& TestMatrixPerspective(SkRandom* random) { return test_matrix(random, false, true); } in TestMatrixPerspective()
113 void TestWrapModes(SkRandom* random, GrSamplerState::WrapMode wrapModes[2]) { in TestWrapModes()
122 const SkRect& TestRect(SkRandom* random) { in TestRect()
138 const SkRect& TestSquare(SkRandom* random) { in TestSquare()
149 const SkRRect& TestRRectSimple(SkRandom* random) { in TestRRectSimple()
[all …]
DGrDrawOpTest.cpp18 const GrUserStencilSettings* GrGetRandomStencil(SkRandom* random, GrContext_Base* context) { in GrGetRandomStencil()
DGrTestUtils.h95 static inline GrColor GrRandomColor(SkRandom* random) { in GrRandomColor()
132 static inline uint8_t GrRandomCoverage(SkRandom* random) { in GrRandomCoverage()
/third_party/skia/src/gpu/
DGrTestUtils.cpp21 static const SkMatrix& test_matrix(SkRandom* random, in test_matrix()
54 const SkMatrix& TestMatrix(SkRandom* random) { return test_matrix(random, true, true); } in TestMatrix()
56 const SkMatrix& TestMatrixPreservesRightAngles(SkRandom* random) { in TestMatrixPreservesRightAngles()
82 const SkMatrix& TestMatrixRectStaysRect(SkRandom* random) { in TestMatrixRectStaysRect()
108 const SkMatrix& TestMatrixInvertible(SkRandom* random) { return test_matrix(random, true, false); } in TestMatrixInvertible()
109 const SkMatrix& TestMatrixPerspective(SkRandom* random) { return test_matrix(random, false, true); } in TestMatrixPerspective()
111 void TestWrapModes(SkRandom* random, GrSamplerState::WrapMode wrapModes[2]) { in TestWrapModes()
120 const SkRect& TestRect(SkRandom* random) { in TestRect()
136 const SkRect& TestSquare(SkRandom* random) { in TestSquare()
147 const SkRRect& TestRRectSimple(SkRandom* random) { in TestRRectSimple()
[all …]
DGrDrawOpTest.cpp19 const GrUserStencilSettings* GrGetRandomStencil(SkRandom* random, GrContext_Base* context) { in GrGetRandomStencil()
/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
DParseRawPrimitivesBenchmark.cs59 Random random = new Random(417384220); // random but deterministic seed field in Google.Protobuf.Benchmarks.ParseRawPrimitivesBenchmark
374 …private static byte[] CreateBufferWithRandomVarints(Random random, int valueCount, int encodedSize… in CreateBufferWithRandomVarints()
392 …private static byte[] CreateBufferWithRandomFloats(Random random, int valueCount, int paddingValue… in CreateBufferWithRandomFloats()
405 …private static byte[] CreateBufferWithRandomDoubles(Random random, int valueCount, int paddingValu… in CreateBufferWithRandomDoubles()
418 …private static byte[] CreateBufferWithRandomData(Random random, int valueCount, int encodedSize, i… in CreateBufferWithRandomData()
429 public static ulong RandomUnsignedVarint(Random random, int encodedSize, bool fitsIn32Bits) in RandomUnsignedVarint()
DWriteRawPrimitivesBenchmark.cs68 Random random = new Random(417384220); // random but deterministic seed field in Google.Protobuf.Benchmarks.WriteRawPrimitivesBenchmark
443 private static uint[] CreateRandomVarints32(Random random, int valueCount, int encodedSize) in CreateRandomVarints32()
453 private static ulong[] CreateRandomVarints64(Random random, int valueCount, int encodedSize) in CreateRandomVarints64()
463 private static float[] CreateRandomFloats(Random random, int valueCount) in CreateRandomFloats()
473 private static double[] CreateRandomDoubles(Random random, int valueCount) in CreateRandomDoubles()
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/
Dint128_benchmark.cc40 std::mt19937 random = MakeRandomEngine(); in GetRandomClass128SampleUniformDivisor() local
80 std::mt19937 random = MakeRandomEngine(); in GetRandomClass128SampleSmallDivisor() local
117 std::mt19937 random = MakeRandomEngine(); in GetRandomClass128Sample() local
171 std::mt19937 random = MakeRandomEngine(); in GetRandomIntrinsic128SampleUniformDivisor() local
212 std::mt19937 random = MakeRandomEngine(); in GetRandomIntrinsic128SampleSmallDivisor() local
251 std::mt19937 random = MakeRandomEngine(); in GetRandomIntrinsic128Sample() local
/third_party/abseil-cpp/absl/numeric/
Dint128_benchmark.cc40 std::mt19937 random = MakeRandomEngine(); in GetRandomClass128SampleUniformDivisor() local
80 std::mt19937 random = MakeRandomEngine(); in GetRandomClass128SampleSmallDivisor() local
117 std::mt19937 random = MakeRandomEngine(); in GetRandomClass128Sample() local
171 std::mt19937 random = MakeRandomEngine(); in GetRandomIntrinsic128SampleUniformDivisor() local
212 std::mt19937 random = MakeRandomEngine(); in GetRandomIntrinsic128SampleSmallDivisor() local
251 std::mt19937 random = MakeRandomEngine(); in GetRandomIntrinsic128Sample() local
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DInterarrivalTimers.cs114 readonly Random random; field in Grpc.IntegrationTesting.PoissonInterarrivalTimer.ExponentialDistribution
118 public ExponentialDistribution(Random random, double lambda) in ExponentialDistribution()
/third_party/boost/boost/test/data/monomorphic/generators/
Drandom.hpp130 inline monomorphic::generated_by< monomorphic::random_t<>> random() in random() function
140 random( SampleType begin, SampleType end ) in random() function
165 random( Params const& params ) in random() function
/third_party/boost/boost/random/
Dtaus88.hpp22 namespace random { namespace
Drandom_device.hpp28 namespace random { namespace
Drandom_number_generator.hpp25 namespace random { namespace
/third_party/boost/boost/random/detail/
Dgenerator_bits.hpp20 namespace random { namespace
Dgenerator_seed_seq.hpp19 namespace random { namespace
Dniederreiter_base2_table.hpp15 namespace random { namespace
/third_party/flutter/skia/docs/examples/
DBitmap_installPixels_2.cpp7 SkRandom random; in draw() local
DBitmap_allocN32Pixels.cpp7 SkRandom random; in draw() local
/third_party/skia/docs/examples/
DBitmap_installPixels_2.cpp7 SkRandom random; in draw() local
DBitmap_allocN32Pixels.cpp7 SkRandom random; in draw() local
/third_party/python/Modules/_decimal/libmpdec/
Dvccompat.h40 #define random rand macro
/third_party/boost/libs/gil/test/core/
Dtest_fixture.cpp52 fixture::random_value<std::uint8_t> random; in test_random_value() local
/third_party/flutter/skia/third_party/externals/sdl/visualtest/include/
DSDL_visualtest_variators.h31 SDLVisualTest_RandomVariator random; member
/third_party/boost/libs/gil/test/core/image/
Dtest_fixture.cpp55 fixture::random_value<std::uint8_t> random; in BOOST_AUTO_TEST_CASE() local

1234567891011