Searched refs:DoubleVal (Results 1 – 6 of 6) 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()
683 GV.FloatVal = float(GV.DoubleVal); in getConstantValue()689 GV.DoubleVal = double(GV.FloatVal); in getConstantValue()697 GV.DoubleVal = GV.IntVal.roundToDouble(); in getConstantValue()712 GV.DoubleVal = GV.IntVal.signedRoundToDouble(); in getConstantValue()729 GV.IntVal = APIntOps::RoundDoubleToAPInt(GV.DoubleVal, BitWidth); in getConstantValue()768 GV.DoubleVal = GV.IntVal.bitsToDouble(); in getConstantValue()776 GV.IntVal = APInt::doubleToBits(GV.DoubleVal); in getConstantValue()836 GV.DoubleVal = LHS.DoubleVal + RHS.DoubleVal; break; in getConstantValue()838 GV.DoubleVal = LHS.DoubleVal - RHS.DoubleVal; break; in getConstantValue()840 GV.DoubleVal = LHS.DoubleVal * RHS.DoubleVal; break; in getConstantValue()[all …]
62 GenVal->DoubleVal = N; in LLVMCreateGenericValueOfFloat() 92 return unwrap(GenVal)->DoubleVal; in LLVMGenericValueToFloat()
29 double DoubleVal; member
599 rv.DoubleVal = ((double(*)())(intptr_t)FPtr)(); in runFunction()