Lines Matching full:seed
332 const string& seed, char vectorSize,
336 const string& seed, char vectorSize,
1466 string seed = hashString(mJavaCheckMethodName + param.javaAllocName);
1470 writeJavaRandomCompatibleFloatAllocation(file, dataType, seed, vectorSize,
1474 writeJavaRandomCompatibleIntegerAllocation(file, dataType, seed, vectorSize,
1483 << vectorSize << ", " << seed << ", " << param.minValue << ", " << param.maxValue
1489 // << ", " << seed << ", " << (mTest == "limited" ? "false" : "true") << ")";
1490 << ", " << seed << ", false)";
1496 const string& seed, char vectorSize,
1500 << "(mRS, Element.DataType." << dataType << ", " << vectorSize << ", " << seed << ", ";
1529 const string& seed, char vectorSize,
1533 << "(mRS, Element.DataType." << dataType << ", " << vectorSize << ", " << seed << ", ";