Home
last modified time | relevance | path

Searched refs:kRandomBatchSize (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/js/
Dmath.js13 define kRandomBatchSize = 64;
22 var nextRandomIndex = kRandomBatchSize;
139 if (nextRandomIndex >= kRandomBatchSize) {
147 if (nextRandomIndex >= kRandomBatchSize) {
/external/v8/src/runtime/
Druntime-maths.cc259 static const int kRandomBatchSize = 64; in RUNTIME_FUNCTION() local
266 static const int kByteLength = kRandomBatchSize * kDoubleSize; in RUNTIME_FUNCTION()
272 kExternalFloat64Array, buffer, 0, kRandomBatchSize); in RUNTIME_FUNCTION()
287 for (int i = kState1Offset + 1; i < kRandomBatchSize; i++) { in RUNTIME_FUNCTION()