Lines Matching refs:Double
161 DEFVARIABLE(doubleLeft, VariableType::FLOAT64(), Double(0)); in Less()
162 DEFVARIABLE(doubleRight, VariableType::FLOAT64(), Double(0)); in Less()
266 DEFVARIABLE(doubleLeft, VariableType::FLOAT64(), Double(0)); in LessEq()
267 DEFVARIABLE(doubleRight, VariableType::FLOAT64(), Double(0)); in LessEq()
370 DEFVARIABLE(doubleLeft, VariableType::FLOAT64(), Double(0)); in Greater()
371 DEFVARIABLE(doubleRight, VariableType::FLOAT64(), Double(0)); in Greater()
474 DEFVARIABLE(doubleLeft, VariableType::FLOAT64(), Double(0)); in GreaterEq()
475 DEFVARIABLE(doubleRight, VariableType::FLOAT64(), Double(0)); in GreaterEq()
1232 result = DoubleToTaggedDoublePtr(DoubleAdd(valueDouble, Double(1.0))); in Inc()
1280 result = DoubleToTaggedDoublePtr(DoubleSub(valueDouble, Double(1.0))); in Dec()
1317 result = DoubleToTaggedDoublePtr(Double(-0.0)); in Neg()
1328 result = DoubleToTaggedDoublePtr(Double(-static_cast<double>(INT32_MIN))); in Neg()
1348 result = DoubleToTaggedDoublePtr(DoubleMul(Double(-1), valueDouble)); in Neg()