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

/external/chromium_org/v8/src/
H A Dhydrogen-instructions.cc4055 double double_res = c_left->DoubleValue() op c_right->DoubleValue(); \
4056 if (IsInt32Double(double_res)) { \
4057 return H_CONSTANT_INT(double_res); \
4059 return H_CONSTANT_DOUBLE(double_res); \
4324 double double_res = c_left->DoubleValue() / c_right->DoubleValue(); local
4325 if (IsInt32Double(double_res)) {
4326 return H_CONSTANT_INT(double_res);
4328 return H_CONSTANT_DOUBLE(double_res);

Completed in 86 milliseconds