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/
Dtest-strtod.cc1127 static uint32_t DeterministicRandom() { in DeterministicRandom() function
1154 buffer[pos++] = DeterministicRandom() % 10 + '0'; in TEST()
1156 int exponent = DeterministicRandom() % (25*2 + 1) - 25 - length; in TEST()
1167 buffer[pos++] = DeterministicRandom() % 10 + '0'; in TEST()
1169 int exponent = DeterministicRandom() % (308*2 + 1) - 308 - length; in TEST()
1221 buffer[pos++] = DeterministicRandom() % 10 + '0'; in TEST()
1223 int exponent = DeterministicRandom() % (5*2 + 1) - 5 - length; in TEST()
1234 buffer[pos++] = DeterministicRandom() % 10 + '0'; in TEST()
1236 int exponent = DeterministicRandom() % (38*2 + 1) - 38 - length; in TEST()