Home
last modified time | relevance | path

Searched defs:RandomInt (Results 1 – 2 of 2) sorted by relevance

/external/v8/test/unittests/compiler/
Dtyper-unittest.cc97 double RandomInt(double min, double max) { in RandomInt() function in v8::internal::compiler::TyperTest
118 double RandomInt(Type::RangeType* range) { in RandomInt() function in v8::internal::compiler::TyperTest
/external/llvm/tools/llvm-stress/
Dllvm-stress.cpp391 APInt RandomInt(Ty->getPrimitiveSizeInBits(), makeArrayRef(RandomBits)); in Act() local