Searched refs:FastD2I (Results 1 - 7 of 7) sorted by relevance

/external/v8/src/
H A Dconversions.h56 inline int FastD2I(double x) { function in namespace:v8::internal
H A Dconversions-inl.h43 // in this function as there is in FastD2I. Using lrint doesn't work
87 int32_t i = FastD2I(x);
110 value <= Smi::kMaxValue && value == FastI2D(FastD2I(value));
116 value == FastI2D(FastD2I(value));
H A Dobjects.cc1137 if (FastI2D(FastD2I(num)) == num) {
1138 *value = FastD2I(num);
1986 return Smi::FromInt(FastD2I(num))->GetHash();
/external/v8/src/runtime/
H A Druntime-numbers.cc116 int int_value = FastD2I(value);
/external/v8/src/builtins/
H A Dbuiltins-date.cc44 int y = FastD2I(year);
45 int m = FastD2I(month);
/external/v8/src/compiler/
H A Dmachine-operator-reducer.cc601 if (m.HasValue()) return ReplaceInt32(FastD2I(m.Value()));
/external/v8/src/ic/
H A Dic.cc1595 int int_value = FastD2I(value);

Completed in 301 milliseconds