OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FastI2D
(Results
1 - 8
of
8
) sorted by null
/external/v8/src/
conversions.h
64
inline double
FastI2D
(int x) {
conversions-inl.h
88
if (
FastI2D
(i) == x) return i;
110
value <= Smi::kMaxValue && value ==
FastI2D
(FastD2I(value));
116
value ==
FastI2D
(FastD2I(value));
factory.cc
[
all
...]
elements.cc
[
all
...]
objects.cc
[
all
...]
/external/v8/src/runtime/
runtime-numbers.cc
117
if (value ==
FastI2D
(int_value) && Smi::IsValid(int_value)) {
/external/v8/src/compiler/
machine-operator-reducer.cc
633
if (m.HasValue()) return ReplaceFloat64(
FastI2D
(m.Value()));
[
all
...]
/external/v8/src/crankshaft/
hydrogen-instructions.cc
[
all
...]
Completed in 874 milliseconds