Searched defs:DoubleRepresentation (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Dglobals.h506 union DoubleRepresentation { union in namespace:v8::internal
509 DoubleRepresentation(double x) { value = x; } function in union:v8::internal::DoubleRepresentation
510 bool operator==(const DoubleRepresentation& other) const {

Completed in 114 milliseconds