Searched refs:DoubleVal (Results 1 – 7 of 7) sorted by relevance
55 Dest.DoubleVal = -Src.DoubleVal; in executeFNegInst()82 R.AggregateVal[i].DoubleVal = -Src.AggregateVal[i].DoubleVal; in visitUnaryOperator()159 Dest.DoubleVal = fmod(Src1.DoubleVal, Src2.DoubleVal); in executeFRemInst()401 if (X.DoubleVal != X.DoubleVal || Y.DoubleVal != Y.DoubleVal) { \518 } else if (X.DoubleVal != X.DoubleVal || Y.DoubleVal != Y.DoubleVal) { \604 ( (Src1.AggregateVal[_i].DoubleVal == in executeFCMP_ORD()605 Src1.AggregateVal[_i].DoubleVal) && in executeFCMP_ORD()606 (Src2.AggregateVal[_i].DoubleVal == in executeFCMP_ORD()607 Src2.AggregateVal[_i].DoubleVal))); in executeFCMP_ORD()613 Dest.IntVal = APInt(1,(Src1.DoubleVal == Src1.DoubleVal && in executeFCMP_ORD()[all …]
188 *DoublePtr = AV.DoubleVal; in ffiValueFor()258 case Type::DoubleTyID: Result.DoubleVal = *(double*) ret.data(); break; in ffiInvoke()416 sprintf(Buffer, FmtBuf, Args[ArgNo++].DoubleVal); break; in lle_X_sprintf()
682 GV.FloatVal = float(GV.DoubleVal); in getConstantValue()688 GV.DoubleVal = double(GV.FloatVal); in getConstantValue()696 GV.DoubleVal = GV.IntVal.roundToDouble(); in getConstantValue()711 GV.DoubleVal = GV.IntVal.signedRoundToDouble(); in getConstantValue()728 GV.IntVal = APIntOps::RoundDoubleToAPInt(GV.DoubleVal, BitWidth); in getConstantValue()767 GV.DoubleVal = GV.IntVal.bitsToDouble(); in getConstantValue()775 GV.IntVal = APInt::doubleToBits(GV.DoubleVal); in getConstantValue()835 GV.DoubleVal = LHS.DoubleVal + RHS.DoubleVal; break; in getConstantValue()837 GV.DoubleVal = LHS.DoubleVal - RHS.DoubleVal; break; in getConstantValue()839 GV.DoubleVal = LHS.DoubleVal * RHS.DoubleVal; break; in getConstantValue()[all …]
61 GenVal->DoubleVal = N; in LLVMCreateGenericValueOfFloat()91 return unwrap(GenVal)->DoubleVal; in LLVMGenericValueToFloat()
29 double DoubleVal; member
1350 double DoubleVal = Val.convertToDouble(); in handleFloatLiteral() local1352 if (FloatMax < DoubleVal || DoubleVal < -FloatMax) { in handleFloatLiteral()1358 return static_cast<float>(DoubleVal); in handleFloatLiteral()
596 rv.DoubleVal = ((double(*)())(intptr_t)FPtr)(); in runFunction()