Home
last modified time | relevance | path

Searched refs:DeterministicRandom (Results 1 - 1 of 1) sorted by relevance

/third_party/icu/vendor/double-conversion/upstream/test/cctest/
H A Dtest-strtod.cc1128 static uint32_t DeterministicRandom() { in DeterministicRandom() function
1155 buffer[pos++] = DeterministicRandom() % 10 + '0'; in TEST()
1157 int exponent = DeterministicRandom() % (25*2 + 1) - 25 - length; in TEST()
1168 buffer[pos++] = DeterministicRandom() % 10 + '0'; in TEST()
1170 int exponent = DeterministicRandom() % (308*2 + 1) - 308 - length; in TEST()
1222 buffer[pos++] = DeterministicRandom() % 10 + '0'; in TEST()
1224 int exponent = DeterministicRandom() % (5*2 + 1) - 5 - length; in TEST()
1235 buffer[pos++] = DeterministicRandom() % 10 + '0'; in TEST()
1237 int exponent = DeterministicRandom() % (38*2 + 1) - 38 - length; in TEST()

Completed in 2 milliseconds