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

/external/v8/src/
H A Dv8conversions.h45 return DoubleToUint32(number->Number());
H A Dconversions.h98 inline uint32_t DoubleToUint32(double x) { function in namespace:v8::internal
H A Dparser.cc3184 uint32_t value = DoubleToUint32(x_val) >> shift;
H A Dobjects.cc11518 cast_value = static_cast<uint32_t>(DoubleToUint32(double_value));

Completed in 110 milliseconds