Searched refs:double_res (Results 1 – 1 of 1) sorted by relevance
3318 double double_res = c_left->DoubleValue() op c_right->DoubleValue(); \3319 if (IsInt32Double(double_res)) { \3320 return H_CONSTANT_INT(double_res); \3322 return H_CONSTANT_DOUBLE(double_res); \3593 double double_res = c_left->DoubleValue() / c_right->DoubleValue(); in New() local3594 if (IsInt32Double(double_res)) { in New()3595 return H_CONSTANT_INT(double_res); in New()3597 return H_CONSTANT_DOUBLE(double_res); in New()