/third_party/vk-gl-cts/framework/delibs/debase/ |
D | deRandom.c | 36 void deRandom_init (deRandom* rnd, deUint32 seed) in deRandom_init() 49 deUint32 deRandom_getUint32 (deRandom* rnd) in deRandom_getUint32() 67 deUint64 deRandom_getUint64 (deRandom* rnd) in deRandom_getUint64() 78 float deRandom_getFloat (deRandom* rnd) in deRandom_getFloat() 88 double deRandom_getDouble (deRandom* rnd) in deRandom_getDouble() 100 deBool deRandom_getBool (deRandom* rnd) in deRandom_getBool()
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
D | deRandom.cpp | 55 Random rnd(4789); in Random_selfTest() local 64 Random rnd(4789); in Random_selfTest() local 73 Random rnd(4789); in Random_selfTest() local 82 Random rnd(4789); in Random_selfTest() local 92 Random rnd(4789); in Random_selfTest() local 102 Random rnd(4789); in Random_selfTest() local 125 Random rnd(4789); in Random_selfTest() local 141 Random rnd(4789); in Random_selfTest() local 154 Random rnd(4789); in Random_selfTest() local 177 Random rnd(4789); in Random_selfTest() local
|
D | deRandom.hpp | 183 template<> inline float randomScalar (de::Random& rnd, float minValue, float maxValue) { return … in randomScalar() 184 template<> inline deInt32 randomScalar (de::Random& rnd, deInt32 minValue, deInt32 maxValue) { re… in randomScalar() 185 template<> inline deUint32 randomScalar (de::Random& rnd, deUint32 minValue, deUint32 maxValue) { … in randomScalar() 187 template<> inline deInt16 randomScalar (de::Random& rnd, deInt16 minValue, deInt16 maxValue) { re… in randomScalar() 188 template<> inline deUint16 randomScalar (de::Random& rnd, deUint16 minValue, deUint16 maxValue) { … in randomScalar() 189 template<> inline deInt8 randomScalar (de::Random& rnd, deInt8 minValue, deInt8 maxValue) { retu… in randomScalar() 190 template<> inline deUint8 randomScalar (de::Random& rnd, deUint8 minValue, deUint8 maxValue) { re… in randomScalar()
|
D | deBlockBuffer.cpp | 72 Random rnd ((deUint32)m_lastPayload.size()); in run() local 138 Random rnd (m_threadId); in run() local 165 Random rnd (iterNdx); in runTest() local 241 Random rnd(m_seed); in run() local 280 Random rnd(m_seed); in run() local 309 Random rnd (deInt32Hash(iterNdx)); in runTest() local
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuRandomValueIterator.hpp | 33 T getRandomValue (de::Random& rnd) in getRandomValue() 48 template <> inline deUint8 getRandomValue<deUint8> (de::Random& rnd) { return (deUint8)rnd.getUint… in getRandomValue() 49 template <> inline deUint16 getRandomValue<deUint16> (de::Random& rnd) { return (deUint16)rnd.getUi… in getRandomValue() 50 template <> inline deUint32 getRandomValue<deUint32> (de::Random& rnd) { return rnd.getUint32(); … in getRandomValue() 51 template <> inline deUint64 getRandomValue<deUint64> (de::Random& rnd) { return rnd.getUint64(); … in getRandomValue() 52 template <> inline deInt8 getRandomValue<deInt8> (de::Random& rnd) { return (deInt8)rnd.getUint32(… in getRandomValue() 53 template <> inline deInt16 getRandomValue<deInt16> (de::Random& rnd) { return (deInt16)rnd.getUint… in getRandomValue() 54 template <> inline deInt32 getRandomValue<deInt32> (de::Random& rnd) { return (deInt32)rnd.getUint… in getRandomValue() 55 template <> inline deInt64 getRandomValue<deInt64> (de::Random& rnd) { return (deInt64)rnd.getUint… in getRandomValue()
|
/third_party/ffmpeg/libavcodec/aarch64/ |
D | hpeldsp_neon.S | 25 .macro pixels16 rnd=1, avg=0 argument 52 .macro pixels16_x2 rnd=1, avg=0 argument 73 .macro pixels16_y2 rnd=1, avg=0 argument 109 .macro pixels16_xy2 rnd=1, avg=0 argument 183 .macro pixels8 rnd=1, avg=0 argument 208 .macro pixels8_x2 rnd=1, avg=0 argument 229 .macro pixels8_y2 rnd=1, avg=0 argument 265 .macro pixels8_xy2 rnd=1, avg=0 argument 322 .macro pixfunc pfx, name, suf, rnd=1, avg=0
|
/third_party/ffmpeg/libavcodec/arm/ |
D | hpeldsp_neon.S | 24 .macro pixels16 rnd=1, avg=0 argument 55 .macro pixels16_x2 rnd=1, avg=0 argument 78 .macro pixels16_y2 rnd=1, avg=0 argument 116 .macro pixels16_xy2 rnd=1, avg=0 argument 194 .macro pixels8 rnd=1, avg=0 argument 223 .macro pixels8_x2 rnd=1, avg=0 argument 245 .macro pixels8_y2 rnd=1, avg=0 argument 281 .macro pixels8_xy2 rnd=1, avg=0 argument 342 .macro pixfunc pfx, name, suf, rnd=1, avg=0
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
D | vktSpvAsmIntegerDotProductTests.cpp | 59 static void fillRandomScalars(de::Random& rnd, T minValue, T maxValue, void* dst, int numValues, in… in fillRandomScalars() 539 void addOpSDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd… in addOpSDotKHRComputeTests() 578 …HRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name,… in add32bitOpSDotKHRComputeTests() 585 …HRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name,… in add16bitOpSDotKHRComputeTests() 592 …HRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name,… in add8bitOpSDotKHRComputeTests() 627 void addOpUDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd… in addOpUDotKHRComputeTests() 666 …HRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name,… in add32bitOpUDotKHRComputeTests() 673 …HRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name,… in add16bitOpUDotKHRComputeTests() 680 …HRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name,… in add8bitOpUDotKHRComputeTests() 714 …KHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, in addOpSUDotKHRComputeTests() [all …]
|
D | vktSpvAsmUtils.cpp | 339 std::vector<deInt64> getInt64s (de::Random& rnd, const deUint32 count) in getInt64s() 374 std::vector<deInt32> getInt32s (de::Random& rnd, const deUint32 count) in getInt32s() 409 std::vector<deInt16> getInt16s (de::Random& rnd, const deUint32 count) in getInt16s() 436 std::vector<deInt8> getInt8s (de::Random& rnd, const deUint32 count) in getInt8s() 483 std::vector<double> getFloat64s (de::Random& rnd, deUint32 count) in getFloat64s() 573 std::vector<float> getFloat32s (de::Random& rnd, deUint32 count) in getFloat32s() 655 std::vector<deFloat16> getFloat16s (de::Random& rnd, deUint32 count) in getFloat16s()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmIntegerDotProductTests.cpp | 59 static void fillRandomScalars(de::Random& rnd, T minValue, T maxValue, void* dst, int numValues, in… in fillRandomScalars() 539 void addOpSDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd… in addOpSDotKHRComputeTests() 578 …HRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name,… in add32bitOpSDotKHRComputeTests() 585 …HRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name,… in add16bitOpSDotKHRComputeTests() 592 …HRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name,… in add8bitOpSDotKHRComputeTests() 627 void addOpUDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd… in addOpUDotKHRComputeTests() 666 …HRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name,… in add32bitOpUDotKHRComputeTests() 673 …HRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name,… in add16bitOpUDotKHRComputeTests() 680 …HRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name,… in add8bitOpUDotKHRComputeTests() 714 …KHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, in addOpSUDotKHRComputeTests() [all …]
|
D | vktSpvAsmUtils.cpp | 339 std::vector<deInt64> getInt64s (de::Random& rnd, const deUint32 count) in getInt64s() 374 std::vector<deInt32> getInt32s (de::Random& rnd, const deUint32 count) in getInt32s() 409 std::vector<deInt16> getInt16s (de::Random& rnd, const deUint32 count) in getInt16s() 436 std::vector<deInt8> getInt8s (de::Random& rnd, const deUint32 count) in getInt8s() 483 std::vector<double> getFloat64s (de::Random& rnd, deUint32 count) in getFloat64s() 573 std::vector<float> getFloat32s (de::Random& rnd, deUint32 count) in getFloat32s() 655 std::vector<deFloat16> getFloat16s (de::Random& rnd, deUint32 count) in getFloat16s()
|
/third_party/skia/third_party/externals/swiftshader/tests/SystemBenchmarks/ |
D | LRUCacheBenchmarks.cpp | 85 FastRnd rnd; in BENCHMARK_DEFINE_F() local 100 FastRnd rnd; in BENCHMARK_DEFINE_F() local 118 FastRnd rnd; in BENCHMARK_DEFINE_F() local 135 FastRnd rnd; in BENCHMARK_DEFINE_F() local 156 FastRnd rnd; in BENCHMARK_DEFINE_F() local 186 FastRnd rnd; in BENCHMARK_DEFINE_F() local
|
/third_party/openssl/crypto/bn/ |
D | bn_rand.c | 23 static int bnrand(BNRAND_FLAG flag, BIGNUM *rnd, int bits, int top, int bottom, in bnrand() 102 int BN_rand_ex(BIGNUM *rnd, int bits, int top, int bottom, in BN_rand_ex() 108 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_rand() 113 int BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_bntest_rand() 119 int BN_priv_rand_ex(BIGNUM *rnd, int bits, int top, int bottom, in BN_priv_rand_ex() 126 int BN_priv_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_priv_rand() 231 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_pseudo_rand()
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglChooseConfigTests.cpp | 294 de::Random rnd(0); in getValue() local 357 de::Random rnd(m_iterNdx); in iterate() local 368 template <int MinVal, int MaxVal> static EGLint getInt (de::Random& rnd) in getInt() 373 static EGLint getBool (de::Random& rnd) in getBool() 378 static EGLint getBufferType (de::Random& rnd) in getBufferType() 384 static EGLint getConfigCaveat (de::Random& rnd) in getConfigCaveat() 390 static EGLint getApiBits (de::Random& rnd) in getApiBits() 400 static EGLint getSurfaceType (de::Random& rnd) in getSurfaceType() 415 …EGLint> > genRandomAttributes (const std::set<EGLenum>& attribSet, int numAttribs, de::Random& rnd) in genRandomAttributes()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/ |
D | vktTransformFeedbackRandomLayoutCase.cpp | 77 de::Random rnd(m_seed); in RandomInterfaceBlockCase() local 151 void RandomInterfaceBlockCase::generateBlock (de::Random& rnd, deUint32 layoutFlags) in generateBlock() 175 void RandomInterfaceBlockCase::generateBlockMember (de::Random& rnd, InterfaceBlock& block, const i… in generateBlockMember() 204 VarType RandomInterfaceBlockCase::generateType (de::Random& rnd, int typeDepth, bool arrayOk) in generateType()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/ |
D | vktTransformFeedbackRandomLayoutCase.cpp | 77 de::Random rnd(m_seed); in RandomInterfaceBlockCase() local 151 void RandomInterfaceBlockCase::generateBlock (de::Random& rnd, deUint32 layoutFlags) in generateBlock() 175 void RandomInterfaceBlockCase::generateBlockMember (de::Random& rnd, InterfaceBlock& block, const i… in generateBlockMember() 204 VarType RandomInterfaceBlockCase::generateType (de::Random& rnd, int typeDepth, bool arrayOk) in generateType()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/ |
D | vktRandomUniformBlockCase.cpp | 77 de::Random rnd(m_seed); in RandomUniformBlockCase() local 101 void RandomUniformBlockCase::generateBlock (de::Random& rnd, deUint32 layoutFlags) in generateBlock() 166 void RandomUniformBlockCase::generateUniform (de::Random& rnd, UniformBlock& block, deUint32 comple… in generateUniform() 183 VarType RandomUniformBlockCase::generateType (de::Random& rnd, int typeDepth, bool arrayOk, deUint3… in generateType()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ubo/ |
D | vktRandomUniformBlockCase.cpp | 77 de::Random rnd(m_seed); in RandomUniformBlockCase() local 101 void RandomUniformBlockCase::generateBlock (de::Random& rnd, deUint32 layoutFlags) in generateBlock() 166 void RandomUniformBlockCase::generateUniform (de::Random& rnd, UniformBlock& block, deUint32 comple… in generateUniform() 183 VarType RandomUniformBlockCase::generateType (de::Random& rnd, int typeDepth, bool arrayOk, deUint3… in generateType()
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsRandomUniformBlockCase.cpp | 66 de::Random rnd(m_seed); in init() local 82 void RandomUniformBlockCase::generateBlock (de::Random& rnd, deUint32 layoutFlags) in generateBlock() 139 void RandomUniformBlockCase::generateUniform (de::Random& rnd, UniformBlock& block) in generateUniform() 156 VarType RandomUniformBlockCase::generateType (de::Random& rnd, int typeDepth, bool arrayOk) in generateType()
|
D | glsInteractionTestUtil.cpp | 44 static Vec4 getRandomColor (de::Random& rnd) in getRandomColor() 54 void computeRandomRenderState (de::Random& rnd, RenderState& state, glu::ApiType apiType, int targe… in computeRandomRenderState() 220 void computeRandomQuad (de::Random& rnd, gls::FragmentOpUtil::IntegerQuad& quad, int targetWidth, i… in computeRandomQuad() 254 void computeRandomRenderCommands (de::Random& rnd, glu::ApiType apiType, int numCommands, int targe… in computeRandomRenderCommands()
|
D | glsVertexArrayTests.cpp | 223 inline GLValue::Float getRandom (deRandom& rnd, GLValue::Float min, GLValue::Float max) in getRandom() 232 inline GLValue::Short getRandom (deRandom& rnd, GLValue::Short min, GLValue::Short max) in getRandom() 241 inline GLValue::Ushort getRandom (deRandom& rnd, GLValue::Ushort min, GLValue::Ushort max) in getRandom() 250 inline GLValue::Byte getRandom (deRandom& rnd, GLValue::Byte min, GLValue::Byte max) in getRandom() 259 inline GLValue::Ubyte getRandom (deRandom& rnd, GLValue::Ubyte min, GLValue::Ubyte max) in getRandom() 268 inline GLValue::Fixed getRandom (deRandom& rnd, GLValue::Fixed min, GLValue::Fixed max) in getRandom() 277 inline GLValue::Half getRandom (deRandom& rnd, GLValue::Half min, GLValue::Half max) in getRandom() 289 inline GLValue::Int getRandom (deRandom& rnd, GLValue::Int min, GLValue::Int max) in getRandom() 298 inline GLValue::Uint getRandom (deRandom& rnd, GLValue::Uint min, GLValue::Uint max) in getRandom() 307 inline GLValue::Double getRandom (deRandom& rnd, GLValue::Double min, GLValue::Double max) in getRandom() [all …]
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | Utf8Utils.java | 119 final Random rnd = new Random(seed); in randomStrings() local 134 static String randomString(Random rnd, int charCount, MaxCodePoint maxCodePoint) { in randomString() 164 final Random rnd = new Random(seed); in randomStringsWithDistribution() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory_model/ |
D | vktMemoryModelSharedLayout.cpp | 114 de::Random rnd(m_seed); in RandomSharedLayoutCase() local 133 void RandomSharedLayoutCase::generateSharedMemoryObject (de::Random &rnd) in generateSharedMemoryObject() 144 void RandomSharedLayoutCase::generateSharedMemoryVar (de::Random &rnd, SharedStruct &object) in generateSharedMemoryVar() 161 glu::VarType RandomSharedLayoutCase::generateType (de::Random &rnd, int typeDepth, bool arrayOk) in generateType()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/ |
D | vktMemoryModelSharedLayout.cpp | 114 de::Random rnd(m_seed); in RandomSharedLayoutCase() local 133 void RandomSharedLayoutCase::generateSharedMemoryObject (de::Random &rnd) in generateSharedMemoryObject() 144 void RandomSharedLayoutCase::generateSharedMemoryVar (de::Random &rnd, SharedStruct &object) in generateSharedMemoryVar() 161 glu::VarType RandomSharedLayoutCase::generateType (de::Random &rnd, int typeDepth, bool arrayOk) in generateType()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fDebugMarkerTests.cpp | 75 void getSimpleRndString (vector<char>& dst, de::Random& rnd, int maxLen) in getSimpleRndString() 85 void getComplexRndString (vector<char>& dst, de::Random& rnd, int maxLen) in getComplexRndString() 120 de::Random rnd (0xaf829c0); in iterate() local
|