Home
last modified time | relevance | path

Searched refs:DoubleVal (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp106 Dest.DoubleVal = fmod(Src1.DoubleVal, Src2.DoubleVal); in executeFRemInst()
346 if (X.DoubleVal != X.DoubleVal || Y.DoubleVal != Y.DoubleVal) { \
463 } else if (X.DoubleVal != X.DoubleVal || Y.DoubleVal != Y.DoubleVal) { \
549 ( (Src1.AggregateVal[_i].DoubleVal == in executeFCMP_ORD()
550 Src1.AggregateVal[_i].DoubleVal) && in executeFCMP_ORD()
551 (Src2.AggregateVal[_i].DoubleVal == in executeFCMP_ORD()
552 Src2.AggregateVal[_i].DoubleVal))); in executeFCMP_ORD()
558 Dest.IntVal = APInt(1,(Src1.DoubleVal == Src1.DoubleVal && in executeFCMP_ORD()
559 Src2.DoubleVal == Src2.DoubleVal)); in executeFCMP_ORD()
580 ( (Src1.AggregateVal[_i].DoubleVal != in executeFCMP_UNO()
[all …]
DExternalFunctions.cpp165 *DoublePtr = AV.DoubleVal; in ffiValueFor()
234 case Type::DoubleTyID: Result.DoubleVal = *(double*) ret.data(); break; in ffiInvoke()
385 sprintf(Buffer, FmtBuf, Args[ArgNo++].DoubleVal); break; in lle_X_sprintf()
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp680 GV.FloatVal = float(GV.DoubleVal); in getConstantValue()
686 GV.DoubleVal = double(GV.FloatVal); in getConstantValue()
694 GV.DoubleVal = GV.IntVal.roundToDouble(); in getConstantValue()
709 GV.DoubleVal = GV.IntVal.signedRoundToDouble(); in getConstantValue()
726 GV.IntVal = APIntOps::RoundDoubleToAPInt(GV.DoubleVal, BitWidth); in getConstantValue()
765 GV.DoubleVal = GV.IntVal.bitsToDouble(); in getConstantValue()
773 GV.IntVal = APInt::doubleToBits(GV.DoubleVal); in getConstantValue()
833 GV.DoubleVal = LHS.DoubleVal + RHS.DoubleVal; break; in getConstantValue()
835 GV.DoubleVal = LHS.DoubleVal - RHS.DoubleVal; break; in getConstantValue()
837 GV.DoubleVal = LHS.DoubleVal * RHS.DoubleVal; break; in getConstantValue()
[all …]
DExecutionEngineBindings.cpp60 GenVal->DoubleVal = N; in LLVMCreateGenericValueOfFloat()
90 return unwrap(GenVal)->DoubleVal; in LLVMGenericValueToFloat()
/external/llvm/include/llvm/ExecutionEngine/
DGenericValue.h32 double DoubleVal; member
/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.cpp113 rv.DoubleVal = ((double (*)())(intptr_t)FPtr)(); in runFunction()
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp564 rv.DoubleVal = ((double(*)())(intptr_t)FPtr)(); in runFunction()