HomeSort by relevance Sort by last modified time
    Searched refs:DoubleRepresentation (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
type-info.h 128 const DoubleRepresentation minus_zero(-0.0);
129 DoubleRepresentation rep(value);
v8globals.h 348 union DoubleRepresentation {
351 DoubleRepresentation(double x) { value = x; }
heap.cc     [all...]

Completed in 6605 milliseconds