Home
last modified time | relevance | path

Searched defs:rnd (Results 1 – 25 of 386) sorted by relevance

12345678910>>...16

/external/deqp/framework/delibs/debase/
DdeRandom.c36 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()
/external/deqp/framework/delibs/decpp/
DdeRandom.cpp55 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
DdeBlockBuffer.cpp71 Random rnd ((deUint32)m_lastPayload.size()); in run() local
137 Random rnd (m_threadId); in run() local
164 Random rnd (iterNdx); in runTest() local
240 Random rnd(m_seed); in run() local
277 Random rnd(m_seed); in run() local
306 Random rnd (deInt32Hash(iterNdx)); in runTest() local
/external/deqp/framework/common/
DtcuRandomValueIterator.hpp33 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()
/external/pdfium/fxjs/
Dcfxjse_resolveprocessor.cpp32 bool CFXJSE_ResolveProcessor::Resolve(CFXJSE_ResolveNodeData& rnd) { in Resolve()
91 bool CFXJSE_ResolveProcessor::ResolveAnyChild(CFXJSE_ResolveNodeData& rnd) { in ResolveAnyChild()
120 bool CFXJSE_ResolveProcessor::ResolveDollar(CFXJSE_ResolveNodeData& rnd) { in ResolveDollar()
146 bool CFXJSE_ResolveProcessor::ResolveExcalmatory(CFXJSE_ResolveNodeData& rnd) { in ResolveExcalmatory()
170 bool CFXJSE_ResolveProcessor::ResolveNumberSign(CFXJSE_ResolveNodeData& rnd) { in ResolveNumberSign()
203 CFXJSE_ResolveNodeData& rnd, in ResolveForAttributeRs()
216 bool CFXJSE_ResolveProcessor::ResolveNormal(CFXJSE_ResolveNodeData& rnd) { in ResolveNormal()
482 bool CFXJSE_ResolveProcessor::ResolveAsterisk(CFXJSE_ResolveNodeData& rnd) { in ResolveAsterisk()
493 CFXJSE_ResolveNodeData& rnd) { in GetFilter()
571 CFXJSE_ResolveNodeData& rnd) { in ConditionArray()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmUtils.cpp246 std::vector<deInt64> getInt64s (de::Random& rnd, const deUint32 count) in getInt64s()
281 std::vector<deInt32> getInt32s (de::Random& rnd, const deUint32 count) in getInt32s()
316 std::vector<deInt16> getInt16s (de::Random& rnd, const deUint32 count) in getInt16s()
343 std::vector<deInt8> getInt8s (de::Random& rnd, const deUint32 count) in getInt8s()
390 std::vector<double> getFloat64s (de::Random& rnd, deUint32 count) in getFloat64s()
480 std::vector<float> getFloat32s (de::Random& rnd, deUint32 count) in getFloat32s()
562 std::vector<deFloat16> getFloat16s (de::Random& rnd, deUint32 count) in getFloat16s()
/external/libvpx/libvpx/test/
Dlpf_test.cc63 void InitInput(Pixel *s, Pixel *ref_s, ACMRandom *rnd, const uint8_t limit, in InitInput()
118 uint8_t GetOuterThresh(ACMRandom *rnd) { in GetOuterThresh()
122 uint8_t GetInnerThresh(ACMRandom *rnd) { in GetInnerThresh()
126 uint8_t GetHevThresh(ACMRandom *rnd) { in GetHevThresh()
169 ACMRandom rnd(ACMRandom::DeterministicSeed()); in TEST_P() local
216 ACMRandom rnd(ACMRandom::DeterministicSeed()); in TEST_P() local
279 ACMRandom rnd(ACMRandom::DeterministicSeed()); in TEST_P() local
342 ACMRandom rnd(ACMRandom::DeterministicSeed()); in TEST_P() local
Ddct32x32_test.cc114 ACMRandom rnd(ACMRandom::DeterministicSeed()); in TEST_P() local
179 ACMRandom rnd(ACMRandom::DeterministicSeed()); in TEST_P() local
208 ACMRandom rnd(ACMRandom::DeterministicSeed()); in TEST_P() local
250 ACMRandom rnd(ACMRandom::DeterministicSeed()); in TEST_P() local
263 ACMRandom rnd(ACMRandom::DeterministicSeed()); in TEST_P() local
Dvp9_subtract_test.cc63 ACMRandom rnd(ACMRandom::DeterministicSeed()); in TEST_P() local
84 ACMRandom rnd(ACMRandom::DeterministicSeed()); in TEST_P() local
/external/tensorflow/tensorflow/core/lib/random/
Dweighted_picker_test.cc38 SimplePhilox rnd(&philox); in TEST() local
94 SimplePhilox rnd(&philox); in TEST() local
109 SimplePhilox rnd(&philox); in TEST() local
121 static void TestPicker(SimplePhilox* rnd, int size) { in TestPicker()
183 static void CheckUniform(SimplePhilox* rnd, WeightedPicker* picker, in CheckUniform()
203 static void CheckSkewed(SimplePhilox* rnd, WeightedPicker* picker, int trials) { in CheckSkewed()
258 SimplePhilox rnd(&philox); in BM_Pick() local
/external/tensorflow/tensorflow/core/lib/io/
Dtable_test.cc42 static StringPiece RandomString(random::SimplePhilox* rnd, int len, in RandomString()
50 static string RandomKey(random::SimplePhilox* rnd, int len) { in RandomKey()
61 static StringPiece CompressibleString(random::SimplePhilox* rnd, in CompressibleString()
303 void Test(random::SimplePhilox* rnd, int num_random_access_iters = 200) { in Test()
325 void TestRandomAccess(random::SimplePhilox* rnd, in TestRandomAccess()
397 string PickRandomKey(random::SimplePhilox* rnd, in PickRandomKey()
435 random::SimplePhilox rnd(&philox); in TEST_F() local
464 random::SimplePhilox rnd(&philox); in TEST_F() local
474 random::SimplePhilox rnd(&philox); in TEST_F() local
484 random::SimplePhilox rnd(&philox); in TEST_F() local
[all …]
/external/curl/lib/
Drand.c39 static CURLcode randit(struct Curl_easy *data, unsigned int *rnd) in randit()
120 CURLcode Curl_rand(struct Curl_easy *data, unsigned char *rnd, size_t num) in Curl_rand()
151 CURLcode Curl_rand_hex(struct Curl_easy *data, unsigned char *rnd, in Curl_rand_hex()
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorRandom.h77 unsigned rnd = PCG_XSH_RS_generator(state); in RandomToTypeUniform() local
86 unsigned rnd = PCG_XSH_RS_generator(state); variable
103 const unsigned rnd = PCG_XSH_RS_generator(state); variable
/external/deqp/modules/egl/
DteglChooseConfigTests.cpp294 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()
/external/deqp/modules/glshared/
DglsRandomUniformBlockCase.cpp66 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()
DglsInteractionTestUtil.cpp44 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()
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktRandomUniformBlockCase.cpp76 de::Random rnd(m_seed); in RandomUniformBlockCase() local
94 void RandomUniformBlockCase::generateBlock (de::Random& rnd, deUint32 layoutFlags) in generateBlock()
144 void RandomUniformBlockCase::generateUniform (de::Random& rnd, UniformBlock& block) in generateUniform()
161 VarType RandomUniformBlockCase::generateType (de::Random& rnd, int typeDepth, bool arrayOk) in generateType()
/external/webrtc/webrtc/voice_engine/test/auto_test/
Dvoe_stress_test.cc244 double rnd(0.0); in CreateDeleteChannelsTest() local
334 int rnd(0); in MultipleThreadsTest() local
389 int rnd(0); in ProcessExtraApi() local
/external/tensorflow/tensorflow/core/lib/strings/
Dordered_code_test.cc35 string RandomString(random::SimplePhilox* rnd, size_t len) { in RandomString()
149 random::SimplePhilox rnd(&philox); in TestNumbers() local
219 random::SimplePhilox rnd(&philox); in TEST() local
331 random::SimplePhilox rnd(&philox); in TEST() local
372 uint64 NextBits(random::SimplePhilox* rnd, int bits) { in NextBits()
383 random::SimplePhilox rnd(&philox); in BM_WriteNum() local
400 random::SimplePhilox rnd(&philox); in BM_ReadNum() local
433 random::SimplePhilox rnd(&philox); in TEST() local
1215 random::SimplePhilox rnd(&philox); in BM_WriteString() local
1233 random::SimplePhilox rnd(&philox); in BM_ReadString() local
/external/deqp/modules/gles2/functional/
Des2fDebugMarkerTests.cpp75 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
/external/tensorflow/tensorflow/core/graph/
Dtensor_id_test.cc37 uint32 Skewed(random::SimplePhilox* rnd, int max_log) { in Skewed()
45 random::SimplePhilox rnd(&philox); in BM_ParseTensorName() local
/external/owasp/sanitizer/src/tests/org/owasp/html/
DHtmlPolicyBuilderFuzzerTest.java162 private static String pick(Random rnd, String[] choices) { in pick()
166 private static String pickChunk(Random rnd) { in pickChunk()
/external/libaom/libaom/test/
Dav1_horz_only_frame_superres_test.cc93 void FillEdge(ACMRandom *rnd, int num_pixels, int bd, bool trash, Pixel *data) { in FillEdge()
103 void PrepBuffers(ACMRandom *rnd, int w, int h, int stride, int bd, in PrepBuffers()
130 void TestImage<Pixel>::Initialize(ACMRandom *rnd) { in Initialize()
179 ACMRandom rnd(ACMRandom::DeterministicSeed()); in CorrectnessTest() local
216 ACMRandom rnd(ACMRandom::DeterministicSeed()); in SpeedTest() local
240 void Prep(ACMRandom *rnd) { in Prep()
Dav1_inv_txfm1d_test.cc60 void random_matrix(int32_t *dst, int len, ACMRandom *rnd) { in random_matrix()
73 ACMRandom rnd(ACMRandom::DeterministicSeed()); in TEST() local
120 ACMRandom rnd(ACMRandom::DeterministicSeed()); in TEST() local
Derror_block_test.cc59 ACMRandom rnd(ACMRandom::DeterministicSeed()); in TEST_P() local
102 ACMRandom rnd(ACMRandom::DeterministicSeed()); in TEST_P() local
160 ACMRandom rnd(ACMRandom::DeterministicSeed()); in TEST_P() local

12345678910>>...16