Searched refs:DoubleToUint32 (Results 1 – 7 of 7) sorted by relevance
72 inline uint32_t DoubleToUint32(double x);
280 uint32_t DoubleToUint32(double x) { in DoubleToUint32() function
121 return ReplaceUint32(DoubleToUint32(m.ResolvedValue())); in Reduce()
55 return DoubleToUint32(value->Number()); in NextCodePoint()
196 uint32_t value = DoubleToUint32(x_val) >> shift; in ShortcutNumericLiteralBinaryExpression()
358 return isolate->factory()->NewNumberFromUint(DoubleToUint32(input->Number())); in ConvertToUint32()
10671 return internal::DoubleToUint32(d); in EXPORT_TEMPLATE_DEFINE()