Home
last modified time | relevance | path

Searched refs:double_res (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
Dhydrogen-instructions.cc1542 double double_res = c->DoubleValue(); in New() local
1544 return HConstant::New(zone, context, double_res); in New()
1546 } else if (representation.CanContainDouble(double_res)) { in New()
1548 static_cast<int32_t>(double_res), in New()
4106 double double_res = c_left->DoubleValue() op c_right->DoubleValue(); \
4107 if (IsInt32Double(double_res)) { \
4108 return H_CONSTANT_INT(double_res); \
4110 return H_CONSTANT_DOUBLE(double_res); \
4371 double double_res = c_left->DoubleValue() / c_right->DoubleValue(); in New() local
4372 if (IsInt32Double(double_res)) { in New()
[all …]