Home
last modified time | relevance | path

Searched defs:rnd (Results 26 - 50 of 231) sorted by relevance

12345678910

/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dlow_level_alloc_test.cc88 int rnd; in Test() local
/third_party/vk-gl-cts/modules/glshared/
H A DglsInteractionTestUtil.cpp44 static Vec4 getRandomColor (de::Random& rnd) in getRandomColor() argument
54 void computeRandomRenderState (de::Random& rnd, RenderState& state, glu::ApiType apiType, int targetWidth, int targetHeight) in computeRandomRenderState() argument
[all...]
/third_party/ffmpeg/libavfilter/
H A Dcolorspacedsp_yuv2yuv_template.c51 const int rnd = 1 << (sh - 1); in yuv2yuv() local
H A Dvsrc_sierpinski.c168 unsigned int rnd = av_lfg_get(&s->lfg); in draw_sierpinski() local
/third_party/ffmpeg/libavutil/
H A Dmathematics.c58 int64_t av_rescale_rnd(int64_t a, int64_t b, int64_t c, enum AVRounding rnd) in av_rescale_rnd() argument
134 av_rescale_q_rnd(int64_t a, AVRational bq, AVRational cq, enum AVRounding rnd) av_rescale_q_rnd() argument
[all...]
/third_party/ffmpeg/tests/checkasm/
H A Dcheckasm.h115 #define rnd() av_lfg_get(&checkasm_lfg) macro
/third_party/FreeBSD/lib/libc/gen/
H A Darc4random.c113 u_char rnd[KEYSZ + IVSZ]; in _rs_stir() local
[all...]
/third_party/libcoap/tests/
H A Dtest_session.c86 double rnd = 1 + (fp_to_double(ack_random_factor) - 1.0) * q_to_double(r); in timeout() local
/third_party/node/deps/v8/src/base/utils/
H A Drandom-number-generator.cc105 int rnd = Next(31); in NextInt() local
/third_party/vk-gl-cts/external/openglcts/modules/glesext/fragment_shading_rate/
H A DesextcFragmentShadingRateBasic.cpp176 deRandom rnd; in setupTest() local
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
H A Dtest_digestauth.c138 char rnd[8]; in testDigestAuth() local
H A Dtest_digestauth_with_arguments.c137 char rnd[8]; in testDigestAuth() local
/third_party/skia/tests/
H A DRandomTest.cpp116 unsigned int rnd = rand.nextU(); in test_single_gorilla() local
123 unsigned int rnd = rand.nextU(); in test_single_gorilla() local
/third_party/python/Modules/_decimal/libmpdec/
H A Dbasearith.c505 mpd_uint_t rnd, rest; /* rounding digit, rest */ in _mpd_baseshiftr() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_test_util.h86 std::minstd_rand rnd; in CreateRandomString() local
/third_party/skia/gm/
H A Dimagealphathreshold.cpp181 SkRandom rnd; in make_img() local
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fPrerequisiteTests.cpp131 deRandom rnd; in iterate() local
185 deRandom rnd; in iterate() local
[all...]
/third_party/vk-gl-cts/modules/gles3/stress/
H A Des3sSyncTests.cpp97 static void generateVertices (std::vector<float>& dst, int numPrimitives, de::Random& rnd) in generateVertices() argument
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeRandom.hpp183 template<> inline float randomScalar (de::Random& rnd, float minValue, float maxValue) { return rnd.getFloat(minValue, maxValue); } in randomScalar() argument
184 template<> inline deInt32 randomScalar (de::Random& rnd, deInt32 minValue, deInt32 maxValue) { return rnd.getInt(minValue, maxValue); } in randomScalar() argument
185 template<> inline deUint32 randomScalar (de::Random& rnd, deUint32 minValue, deUint32 maxValue) { if (minValue == 0 && maxValue == 0xffffffff) return rnd.getUint32(); in randomScalar() argument
187 template<> inline deInt16 randomScalar (de::Random& rnd, deInt16 minValue, deInt16 maxValue) { return (deInt16)rnd in randomScalar() argument
188 randomScalar(de::Random& rnd, deUint16 minValue, deUint16 maxValue) randomScalar() argument
189 randomScalar(de::Random& rnd, deInt8 minValue, deInt8 maxValue) randomScalar() argument
190 randomScalar(de::Random& rnd, deUint8 minValue, deUint8 maxValue) randomScalar() argument
[all...]
H A DdeSpinBarrier.cpp220 SpinBarrier::WaitMode getWaitMode (de::Random& rnd) in getWaitMode() argument
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fDebugMarkerTests.cpp75 void getSimpleRndString (vector<char>& dst, de::Random& rnd, int maxLen) in getSimpleRndString() argument
85 void getComplexRndString (vector<char>& dst, de::Random& rnd, int maxLen) in getComplexRndString() argument
[all...]
H A Des2fPrerequisiteTests.cpp131 deRandom rnd; in iterate() local
185 deRandom rnd; in iterate() local
[all...]
/test/xts/hats/hdf/hdf_lite/manager/common/
H A Dhdf_sbuf_test.cpp65 std::random_device rnd; in GenDataSequence() local
232 std::random_device rnd; in SbufData() local
/third_party/ffmpeg/libavcodec/
H A Dxvididct.c57 static int idct_row(short *in, const int *const tab, int rnd) in idct_row() argument
H A Dmsvideo1enc.c40 AVLFG rnd; member

Completed in 12 milliseconds

12345678910