Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp55 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()
399 if (X.DoubleVal != X.DoubleVal || Y.DoubleVal != Y.DoubleVal) { \
516 } else if (X.DoubleVal != X.DoubleVal || Y.DoubleVal != Y.DoubleVal) { \
602 ( (Src1.AggregateVal[_i].DoubleVal == in executeFCMP_ORD()
603 Src1.AggregateVal[_i].DoubleVal) && in executeFCMP_ORD()
604 (Src2.AggregateVal[_i].DoubleVal == in executeFCMP_ORD()
605 Src2.AggregateVal[_i].DoubleVal))); in executeFCMP_ORD()
611 Dest.IntVal = APInt(1,(Src1.DoubleVal == Src1.DoubleVal && in executeFCMP_ORD()
[all …]
DExternalFunctions.cpp176 *DoublePtr = AV.DoubleVal; in ffiValueFor()
246 case Type::DoubleTyID: Result.DoubleVal = *(double*) ret.data(); break; in ffiInvoke()
396 sprintf(Buffer, FmtBuf, Args[ArgNo++].DoubleVal); break; in lle_X_sprintf()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp677 GV.FloatVal = float(GV.DoubleVal); in getConstantValue()
683 GV.DoubleVal = double(GV.FloatVal); in getConstantValue()
691 GV.DoubleVal = GV.IntVal.roundToDouble(); in getConstantValue()
706 GV.DoubleVal = GV.IntVal.signedRoundToDouble(); in getConstantValue()
723 GV.IntVal = APIntOps::RoundDoubleToAPInt(GV.DoubleVal, BitWidth); in getConstantValue()
762 GV.DoubleVal = GV.IntVal.bitsToDouble(); in getConstantValue()
770 GV.IntVal = APInt::doubleToBits(GV.DoubleVal); in getConstantValue()
830 GV.DoubleVal = LHS.DoubleVal + RHS.DoubleVal; break; in getConstantValue()
832 GV.DoubleVal = LHS.DoubleVal - RHS.DoubleVal; break; in getConstantValue()
834 GV.DoubleVal = LHS.DoubleVal * RHS.DoubleVal; break; in getConstantValue()
[all …]
DExecutionEngineBindings.cpp61 GenVal->DoubleVal = N; in LLVMCreateGenericValueOfFloat()
91 return unwrap(GenVal)->DoubleVal; in LLVMGenericValueToFloat()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DGenericValue.h29 double DoubleVal; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.cpp112 rv.DoubleVal = ((double (*)())(intptr_t)FPtr)(); in runFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp593 rv.DoubleVal = ((double(*)())(intptr_t)FPtr)(); in runFunction()