Searched refs:RandomInt (Results 1 – 2 of 2) sorted by relevance
97 double RandomInt(double min, double max) { in RandomInt() function in v8::internal::compiler::TyperTest118 double RandomInt(Type::RangeType* range) { in RandomInt() function in v8::internal::compiler::TyperTest119 return RandomInt(range->Min(), range->Max()); in RandomInt()156 double x1 = RandomInt(r1); in TestBinaryArithOp()157 double x2 = RandomInt(r2); in TestBinaryArithOp()173 double x1 = RandomInt(r1); in TestBinaryCompareOp()174 double x2 = RandomInt(r2); in TestBinaryCompareOp()192 int32_t x1 = static_cast<int32_t>(RandomInt(r1)); in TestBinaryBitOp()193 int32_t x2 = static_cast<int32_t>(RandomInt(r2)); in TestBinaryBitOp()
391 APInt RandomInt(Ty->getPrimitiveSizeInBits(), makeArrayRef(RandomBits)); in Act() local392 APFloat RandomFloat(Ty->getFltSemantics(), RandomInt); in Act()