Searched refs:DoubleToUint32 (Results 1 – 8 of 8) sorted by relevance
93 inline uint32_t DoubleToUint32(double x) { in DoubleToUint32() function197 return DoubleToUint32(number->Number()); in NumberToUint32()
4190 uint32_t i = DoubleToUint32(d); in New()
476 uint32_t value = DoubleToUint32(x_val) >> shift; in ShortcutNumericLiteralBinaryExpression()
1471 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()
14496 cast_value = static_cast<uint32_t>(DoubleToUint32(double_value)); in SetValue()
85 if (m.HasValue()) return ReplaceUint32(DoubleToUint32(m.Value())); in Reduce()
444 IsInt32Constant(bit_cast<int32_t>(DoubleToUint32(n)))); in TEST_F()
110 uint32_t expected = DoubleToUint32(*i); in TEST()