/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/interval/include/boost/numeric/interval/ |
D | transc.hpp | 33 typename Policies::rounding rnd; in exp() local 44 typename Policies::rounding rnd; in log() local 56 typename Policies::rounding rnd; in cos() local 86 typename Policies::rounding rnd; in sin() local 99 typename Policies::rounding rnd; in tan() local 120 typename Policies::rounding rnd; in asin() local 137 typename Policies::rounding rnd; in acos() local 153 typename Policies::rounding rnd; in atan() local 163 typename Policies::rounding rnd; in sinh() local 173 typename Policies::rounding rnd; in cosh() local [all …]
|
D | arith.hpp | 48 typename Policies::rounding rnd; in operator +=() local 60 typename Policies::rounding rnd; in operator +=() local 72 typename Policies::rounding rnd; in operator -=() local 84 typename Policies::rounding rnd; in operator -=() local 120 typename Policies::rounding rnd; in operator +() local 130 typename Policies::rounding rnd; in operator +() local 145 typename Policies::rounding rnd; in operator -() local 155 typename Policies::rounding rnd; in operator -() local 165 typename Policies::rounding rnd; in operator -() local 179 typename Policies::rounding rnd; in operator *() local [all …]
|
D | arith2.hpp | 37 typename Policies::rounding rnd; in fmod() local 49 typename Policies::rounding rnd; in fmod() local 60 typename Policies::rounding rnd; in fmod() local 107 typename Policies::rounding rnd; in multiplicative_inverse() local 127 T pow_dn(const T& x_, int pwr, Rounding& rnd) // x and pwr are positive in pow_dn() 141 T pow_up(const T& x_, int pwr, Rounding& rnd) // x and pwr are positive in pow_up() 177 typename Policies::rounding rnd; in pow() local 203 typename Policies::rounding rnd; in sqrt() local 214 typename Policies::rounding rnd; in square() local 247 typename Policies::rounding rnd; in root_aux_dn() local [all …]
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmIntegerDotProductTests.cpp | 58 static void fillRandomScalars(de::Random &rnd, T minValue, T maxValue, void *dst, int numValues, in… in fillRandomScalars() 567 void addOpSDotKHRComputeTests(tcu::TestContext &testCtx, tcu::TestCaseGroup *group, de::Random &rnd… in addOpSDotKHRComputeTests() 610 …KHRComputeTests(tcu::TestContext &testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, in add32bitOpSDotKHRComputeTests() 619 …KHRComputeTests(tcu::TestContext &testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, in add16bitOpSDotKHRComputeTests() 628 …KHRComputeTests(tcu::TestContext &testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, in add8bitOpSDotKHRComputeTests() 666 void addOpUDotKHRComputeTests(tcu::TestContext &testCtx, tcu::TestCaseGroup *group, de::Random &rnd… in addOpUDotKHRComputeTests() 709 …KHRComputeTests(tcu::TestContext &testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, in add32bitOpUDotKHRComputeTests() 718 …KHRComputeTests(tcu::TestContext &testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, in add16bitOpUDotKHRComputeTests() 727 …KHRComputeTests(tcu::TestContext &testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, in add8bitOpUDotKHRComputeTests() 764 …KHRComputeTests(tcu::TestContext &testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, in addOpSUDotKHRComputeTests() [all …]
|
H A D | vktSpvAsmUtils.cpp | 369 std::vector<int64_t> getInt64s(de::Random &rnd, const uint32_t count) in getInt64s() 404 std::vector<int32_t> getInt32s(de::Random &rnd, const uint32_t count) in getInt32s() 439 std::vector<int16_t> getInt16s(de::Random &rnd, const uint32_t count) in getInt16s() 466 std::vector<int8_t> getInt8s(de::Random &rnd, const uint32_t count) in getInt8s() 516 std::vector<double> getFloat64s(de::Random &rnd, uint32_t count, bool includeSpecialFloat16Values) in getFloat64s() 614 std::vector<float> getFloat32s(de::Random &rnd, uint32_t count, bool includeSpecialFloat16Values) in getFloat32s() 711 std::vector<deFloat16> getFloat16s(de::Random &rnd, uint32_t count, bool includeSpecialFloat16Value… in getFloat16s()
|
H A D | vktSpvAsm8bitStorageTests.cpp | 170 vector<int8_t> data8bit(const ShaderTemplate std, de::Random &rnd, const bool isData = true) in data8bit() 178 vector<int32_t> data32bit(const ShaderTemplate std, de::Random &rnd, const bool isData = true) in data32bit() 932 de::Random rnd(deStringHash(group->getName())); in addCompute8bitStorage32To8Group() local 1091 de::Random rnd(deStringHash(group->getName())); in addCompute8bitUniform8To32Group() local 1250 de::Random rnd(deStringHash(group->getName())); in addCompute8bitStoragePushConstant8To32Group() local 1412 de::Random rnd(deStringHash(group->getName())); in addCompute8bitStorage16To8Group() local 1570 de::Random rnd(deStringHash(group->getName())); in addCompute8bitUniform8To16Group() local 1734 de::Random rnd(deStringHash(group->getName())); in addCompute8bitStoragePushConstant8To16Group() local 1901 de::Random rnd(deStringHash(group->getName())); in addCompute8bitStorageBuffer8To8Group() local 1984 de::Random rnd(deStringHash(group->getName())); in addCompute8bitStorageUniform8StructTo32StructGroup() local [all …]
|
H A D | vktSpvAsm16bitStorageTests.cpp | 370 vector<deFloat16> data16bitStd140(de::Random &rnd) in data16bitStd140() 449 vector<deFloat16> data16bitStd430(de::Random &rnd) in data16bitStd430() 523 vector<float> data32bitStd140(de::Random &rnd) in data32bitStd140() 601 vector<float> data32bitStd430(de::Random &rnd) in data32bitStd430() 675 vector<int16_t> dataMixStd140(de::Random &rnd) in dataMixStd140() 747 vector<int16_t> dataMixStd430(de::Random &rnd) in dataMixStd430() 1131 de::Random rnd(deStringHash(group->getName())); in addCompute16bitStorageUniform16To32Group() local 1493 de::Random rnd(deStringHash(group->getName())); in addCompute16bitStorageUniform16To32ChainAccessGroup() local 1690 de::Random rnd(deStringHash(group->getName())); in addCompute16bitStoragePushConstant16To32Group() local 1987 de::Random rnd(deStringHash(testGroup->getName())); in addGraphics16BitStorageUniformInt32To16Group() local [all …]
|
/aosp_15_r20/external/deqp/framework/delibs/decpp/ |
H A D | deRandom.cpp | 56 Random rnd(4789); in Random_selfTest() local 65 Random rnd(4789); in Random_selfTest() local 75 Random rnd(4789); in Random_selfTest() local 87 Random rnd(4789); in Random_selfTest() local 98 Random rnd(4789); in Random_selfTest() local 109 Random rnd(4789); in Random_selfTest() local 123 Random rnd(4789); in Random_selfTest() local 139 Random rnd(4789); in Random_selfTest() local 152 Random rnd(4789); in Random_selfTest() local 169 Random rnd(4789); in Random_selfTest() local
|
H A D | deRandom.hpp | 219 inline float randomScalar(de::Random &rnd, float minValue, float maxValue) in randomScalar() 224 inline int32_t randomScalar(de::Random &rnd, int32_t minValue, int32_t maxValue) in randomScalar() 229 inline uint32_t randomScalar(de::Random &rnd, uint32_t minValue, uint32_t maxValue) in randomScalar() 236 inline int16_t randomScalar(de::Random &rnd, int16_t minValue, int16_t maxValue) in randomScalar() 241 inline uint16_t randomScalar(de::Random &rnd, uint16_t minValue, uint16_t maxValue) in randomScalar() 246 inline int8_t randomScalar(de::Random &rnd, int8_t minValue, int8_t maxValue) in randomScalar() 251 inline uint8_t randomScalar(de::Random &rnd, uint8_t minValue, uint8_t maxValue) in randomScalar()
|
H A D | deBlockBuffer.cpp | 75 Random rnd((uint32_t)m_lastPayload.size()); in run() local 142 Random rnd(m_threadId); in run() local 169 Random rnd(iterNdx); in runTest() local 243 Random rnd(m_seed); in run() local 280 Random rnd(m_seed); in run() local 309 Random rnd(deInt32Hash(iterNdx)); in runTest() local
|
/aosp_15_r20/external/deqp/framework/common/ |
H A D | tcuRandomValueIterator.hpp | 33 T getRandomValue(de::Random &rnd) in getRandomValue() 49 inline uint8_t getRandomValue<uint8_t>(de::Random &rnd) in getRandomValue() 54 inline uint16_t getRandomValue<uint16_t>(de::Random &rnd) in getRandomValue() 59 inline uint32_t getRandomValue<uint32_t>(de::Random &rnd) in getRandomValue() 64 inline uint64_t getRandomValue<uint64_t>(de::Random &rnd) in getRandomValue() 69 inline int8_t getRandomValue<int8_t>(de::Random &rnd) in getRandomValue() 74 inline int16_t getRandomValue<int16_t>(de::Random &rnd) in getRandomValue() 79 inline int32_t getRandomValue<int32_t>(de::Random &rnd) in getRandomValue() 84 inline int64_t getRandomValue<int64_t>(de::Random &rnd) in getRandomValue()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/io/ |
H A D | table_test.cc | 43 static StringPiece RandomString(random::SimplePhilox* rnd, int len, in RandomString() 51 static string RandomKey(random::SimplePhilox* rnd, int len) { in RandomKey() 62 static StringPiece CompressibleString(random::SimplePhilox* rnd, in CompressibleString() 304 void Test(random::SimplePhilox* rnd, int num_random_access_iters = 200) { in Test() 326 void TestRandomAccess(random::SimplePhilox* rnd, in TestRandomAccess() 398 string PickRandomKey(random::SimplePhilox* rnd, in PickRandomKey() 436 random::SimplePhilox rnd(&philox); in TEST_F() local 465 random::SimplePhilox rnd(&philox); in TEST_F() local 475 random::SimplePhilox rnd(&philox); in TEST_F() local 485 random::SimplePhilox rnd(&philox); in TEST_F() local [all …]
|
/aosp_15_r20/external/pdfium/fxjs/xfa/ |
H A D | cfxjse_resolveprocessor.cpp | 34 bool CFXJSE_ResolveProcessor::Resolve(v8::Isolate* pIsolate, NodeData& rnd) { in Resolve() 94 NodeData& rnd) { in ResolveAnyChild() 127 NodeData& rnd) { in ResolveDollar() 154 NodeData& rnd) { in ResolveExcalmatory() 180 NodeData& rnd) { in ResolveNumberSign() 214 CFXJSE_Engine::ResolveResult* rnd, in ResolveForAttributeRs() 228 NodeData& rnd) { in ResolveNormal() 494 bool CFXJSE_ResolveProcessor::ResolveAsterisk(NodeData& rnd) { in ResolveAsterisk() 505 NodeData& rnd) { in GetFilter() 694 NodeData& rnd) { in SetStylesForChild()
|
/aosp_15_r20/external/deqp/framework/delibs/debase/ |
H A D | deRandom.c | 36 void deRandom_init(deRandom *rnd, uint32_t seed) in deRandom_init() 49 uint32_t deRandom_getUint32(deRandom *rnd) in deRandom_getUint32() 67 uint64_t 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() 99 bool deRandom_getBool(deRandom *rnd) in deRandom_getBool()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/interval/include/boost/numeric/interval/detail/ |
D | division.hpp | 29 typename Policies::rounding rnd; in div_non_zero() local 56 typename Policies::rounding rnd; in div_non_zero() local 73 typename Policies::rounding rnd; in div_positive() local 93 typename Policies::rounding rnd; in div_positive() local 108 typename Policies::rounding rnd; in div_negative() local 128 typename Policies::rounding rnd; in div_negative() local 160 typename Policies::rounding rnd; in div_zero_part1() local 180 typename Policies::rounding rnd; in div_zero_part2() local
|
/aosp_15_r20/external/libvpx/test/ |
H A D | lpf_test.cc | 63 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() 175 ACMRandom rnd(ACMRandom::DeterministicSeed()); in TEST_P() local 222 ACMRandom rnd(ACMRandom::DeterministicSeed()); in TEST_P() local 287 ACMRandom rnd(ACMRandom::DeterministicSeed()); in TEST_P() local 350 ACMRandom rnd(ACMRandom::DeterministicSeed()); in TEST_P() local
|
H A D | dct32x32_test.cc | 118 ACMRandom rnd(ACMRandom::DeterministicSeed()); in TEST_P() local 183 ACMRandom rnd(ACMRandom::DeterministicSeed()); in TEST_P() local 212 ACMRandom rnd(ACMRandom::DeterministicSeed()); in TEST_P() local 254 ACMRandom rnd(ACMRandom::DeterministicSeed()); in TEST_P() local 267 ACMRandom rnd(ACMRandom::DeterministicSeed()); in TEST_P() local 356 ACMRandom rnd(ACMRandom::DeterministicSeed()); in RunInvTrans32x32SpeedTest() local 429 ACMRandom rnd(ACMRandom::DeterministicSeed()); in CompareInvReference32x32() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/random/ |
H A D | weighted_picker_test.cc | 38 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() 261 SimplePhilox rnd(&philox); in BM_Pick() local
|
/aosp_15_r20/external/deqp/modules/egl/ |
H A D | teglChooseConfigTests.cpp | 299 de::Random rnd(0); in getValue() local 377 de::Random rnd(m_iterNdx); in iterate() local 389 static EGLint getInt(de::Random &rnd) in getInt() 394 static EGLint getBool(de::Random &rnd) in getBool() 399 static EGLint getBufferType(de::Random &rnd) in getBufferType() 405 static EGLint getConfigCaveat(de::Random &rnd) in getConfigCaveat() 411 static EGLint getApiBits(de::Random &rnd) in getApiBits() 421 static EGLint getSurfaceType(de::Random &rnd) in getSurfaceType() 437 de::Random &rnd) in genRandomAttributes()
|
/aosp_15_r20/external/deqp/modules/glshared/ |
H A D | glsVertexArrayTests.cpp | 214 inline GLValue::Float getRandom(deRandom &rnd, GLValue::Float min, GLValue::Float max) in getRandom() 223 inline GLValue::Short getRandom(deRandom &rnd, GLValue::Short min, GLValue::Short max) in getRandom() 233 inline GLValue::Ushort getRandom(deRandom &rnd, GLValue::Ushort min, GLValue::Ushort max) in getRandom() 243 inline GLValue::Byte getRandom(deRandom &rnd, GLValue::Byte min, GLValue::Byte max) in getRandom() 253 inline GLValue::Ubyte getRandom(deRandom &rnd, GLValue::Ubyte min, GLValue::Ubyte max) in getRandom() 263 inline GLValue::Fixed getRandom(deRandom &rnd, GLValue::Fixed min, GLValue::Fixed max) in getRandom() 273 inline GLValue::Half getRandom(deRandom &rnd, GLValue::Half min, GLValue::Half max) in getRandom() 285 inline GLValue::Int getRandom(deRandom &rnd, GLValue::Int min, GLValue::Int max) in getRandom() 295 inline GLValue::Uint getRandom(deRandom &rnd, GLValue::Uint min, GLValue::Uint max) in getRandom() 305 inline GLValue::Double getRandom(deRandom &rnd, GLValue::Double min, GLValue::Double max) in getRandom() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/strings/ |
H A D | ordered_code_test.cc | 35 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 437 random::SimplePhilox rnd(&philox); in TEST() local 1218 random::SimplePhilox rnd(&philox); in BM_WriteString() local 1234 random::SimplePhilox rnd(&philox); in BM_ReadString() local
|
/aosp_15_r20/external/leveldb/table/ |
H A D | table_test.cc | 444 void Test(Random* rnd) { in Test() 482 void TestRandomAccess(Random* rnd, const std::vector<std::string>& keys, in TestRandomAccess() 576 std::string PickRandomKey(Random* rnd, const std::vector<std::string>& keys) { in PickRandomKey() 615 Random rnd(test::RandomSeed() + 1); in TEST_F() local 645 Random rnd(test::RandomSeed() + 1); in TEST_F() local 654 Random rnd(test::RandomSeed() + 2); in TEST_F() local 663 Random rnd(test::RandomSeed() + 3); in TEST_F() local 674 Random rnd(test::RandomSeed() + 4); in TEST_F() local 683 Random rnd(test::RandomSeed() + 5); in TEST_F() local 701 Random rnd(test::RandomSeed()); in TEST_F() local [all …]
|
/aosp_15_r20/external/swiftshader/tests/SystemBenchmarks/ |
H A 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
|
/aosp_15_r20/external/leveldb/db/ |
H A D | skiplist_test.cc | 54 Random rnd(1000); in TEST() local 176 static Key RandomTarget(Random* rnd) { in RandomTarget() 218 void WriteStep(Random* rnd) { in WriteStep() 226 void ReadStep(Random* rnd) { in ReadStep() 291 Random rnd(test::RandomSeed()); in TEST() local 332 Random rnd(state->seed_); in ConcurrentReader() local 344 Random rnd(seed); in RunConcurrent() local
|
/aosp_15_r20/external/curl/lib/ |
H A D | rand.c | 131 unsigned int rnd; in weak_random() local 157 static CURLcode randit(struct Curl_easy *data, unsigned int *rnd, in randit() 210 unsigned char *rnd, size_t num) in Curl_rand_bytes() 244 CURLcode Curl_rand_hex(struct Curl_easy *data, unsigned char *rnd, in Curl_rand_hex() 281 CURLcode Curl_rand_alnum(struct Curl_easy *data, unsigned char *rnd, in Curl_rand_alnum()
|