Home
last modified time | relevance | path

Searched refs:DoubleToUint32 (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/
Dconversions.h93 inline uint32_t DoubleToUint32(double x) { in DoubleToUint32() function
197 return DoubleToUint32(number->Number()); in NumberToUint32()
Dhydrogen-instructions.cc4190 uint32_t i = DoubleToUint32(d); in New()
Dparser.cc476 uint32_t value = DoubleToUint32(x_val) >> shift; in ShortcutNumericLiteralBinaryExpression()
Druntime.cc1471 return static_cast<uint8_t>(DoubleToUint32(value)); in DataViewConvertValue()
1477 return static_cast<uint16_t>(DoubleToUint32(value)); in DataViewConvertValue()
1483 return DoubleToUint32(value); in DataViewConvertValue()
Dobjects.cc14496 cast_value = static_cast<uint32_t>(DoubleToUint32(double_value)); in SetValue()
/external/v8/src/compiler/
Dsimplified-operator-reducer.cc85 if (m.HasValue()) return ReplaceUint32(DoubleToUint32(m.Value())); in Reduce()
Dsimplified-operator-reducer-unittest.cc444 IsInt32Constant(bit_cast<int32_t>(DoubleToUint32(n)))); in TEST_F()
/external/v8/test/cctest/compiler/
Dtest-simplified-lowering.cc110 uint32_t expected = DoubleToUint32(*i); in TEST()