Searched refs:kMaxUInt (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/test/cctest/
H A Dtest-assembler-arm.cc570 static const uint32_t kMaxUInt = 0xffffffffu; variable
579 TestRoundingMode(u32_f64, RZ, (kMaxUInt + 0.5), kMaxUInt);
580 TestRoundingMode(u32_f64, RZ, (kMaxUInt + 1.0), kMaxUInt, true);
590 TestRoundingMode(u32_f64, RM, (kMaxUInt + 0.5), kMaxUInt);
591 TestRoundingMode(u32_f64, RM, (kMaxUInt + 1.0), kMaxUInt, true);
602 TestRoundingMode(u32_f64, RN, (kMaxUInt
[all...]

Completed in 58 milliseconds