Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/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.cpp176 *DoublePtr = AV.DoubleVal; in ffiValueFor()
245 case Type::DoubleTyID: Result.DoubleVal = *(double*) ret.data(); break; in ffiInvoke()
395 sprintf(Buffer, FmtBuf, Args[ArgNo++].DoubleVal); break; in lle_X_sprintf()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp678 GV.FloatVal = float(GV.DoubleVal); in getConstantValue()
684 GV.DoubleVal = double(GV.FloatVal); in getConstantValue()
692 GV.DoubleVal = GV.IntVal.roundToDouble(); in getConstantValue()
707 GV.DoubleVal = GV.IntVal.signedRoundToDouble(); in getConstantValue()
724 GV.IntVal = APIntOps::RoundDoubleToAPInt(GV.DoubleVal, BitWidth); in getConstantValue()
763 GV.DoubleVal = GV.IntVal.bitsToDouble(); in getConstantValue()
771 GV.IntVal = APInt::doubleToBits(GV.DoubleVal); in getConstantValue()
831 GV.DoubleVal = LHS.DoubleVal + RHS.DoubleVal; break; in getConstantValue()
833 GV.DoubleVal = LHS.DoubleVal - RHS.DoubleVal; break; in getConstantValue()
835 GV.DoubleVal = LHS.DoubleVal * RHS.DoubleVal; break; in getConstantValue()
[all …]
DExecutionEngineBindings.cpp62 GenVal->DoubleVal = N; in LLVMCreateGenericValueOfFloat()
92 return unwrap(GenVal)->DoubleVal; in LLVMGenericValueToFloat()
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp675 GV.FloatVal = float(GV.DoubleVal); in getConstantValue()
681 GV.DoubleVal = double(GV.FloatVal); in getConstantValue()
689 GV.DoubleVal = GV.IntVal.roundToDouble(); in getConstantValue()
704 GV.DoubleVal = GV.IntVal.signedRoundToDouble(); in getConstantValue()
721 GV.IntVal = APIntOps::RoundDoubleToAPInt(GV.DoubleVal, BitWidth); in getConstantValue()
760 GV.DoubleVal = GV.IntVal.bitsToDouble(); in getConstantValue()
768 GV.IntVal = APInt::doubleToBits(GV.DoubleVal); in getConstantValue()
828 GV.DoubleVal = LHS.DoubleVal + RHS.DoubleVal; break; in getConstantValue()
830 GV.DoubleVal = LHS.DoubleVal - RHS.DoubleVal; break; in getConstantValue()
832 GV.DoubleVal = LHS.DoubleVal * RHS.DoubleVal; break; in getConstantValue()
[all …]
DExecutionEngineBindings.cpp61 GenVal->DoubleVal = N; in LLVMCreateGenericValueOfFloat()
91 return unwrap(GenVal)->DoubleVal; in LLVMGenericValueToFloat()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
DExecutionEngine.cpp577 GV.FloatVal = float(GV.DoubleVal); in getConstantValue()
583 GV.DoubleVal = double(GV.FloatVal); in getConstantValue()
591 GV.DoubleVal = GV.IntVal.roundToDouble(); in getConstantValue()
606 GV.DoubleVal = GV.IntVal.signedRoundToDouble(); in getConstantValue()
623 GV.IntVal = APIntOps::RoundDoubleToAPInt(GV.DoubleVal, BitWidth); in getConstantValue()
660 GV.DoubleVal = GV.IntVal.bitsToDouble(); in getConstantValue()
668 GV.IntVal = APInt::doubleToBits(GV.DoubleVal); in getConstantValue()
728 GV.DoubleVal = LHS.DoubleVal + RHS.DoubleVal; break; in getConstantValue()
730 GV.DoubleVal = LHS.DoubleVal - RHS.DoubleVal; break; in getConstantValue()
732 GV.DoubleVal = LHS.DoubleVal * RHS.DoubleVal; break; in getConstantValue()
[all …]
DExecutionEngineBindings.cpp46 GenVal->DoubleVal = N; in LLVMCreateGenericValueOfFloat()
76 return unwrap(GenVal)->DoubleVal; in LLVMGenericValueToFloat()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
DExecution.cpp104 Dest.DoubleVal = fmod(Src1.DoubleVal, Src2.DoubleVal); in executeFRemInst()
373 } else if (X.DoubleVal != X.DoubleVal || Y.DoubleVal != Y.DoubleVal) { \
428 Dest.IntVal = APInt(1,(Src1.DoubleVal == Src1.DoubleVal && in executeFCMP_ORD()
429 Src2.DoubleVal == Src2.DoubleVal)); in executeFCMP_ORD()
440 Dest.IntVal = APInt(1,(Src1.DoubleVal != Src1.DoubleVal || in executeFCMP_UNO()
441 Src2.DoubleVal != Src2.DoubleVal)); in executeFCMP_UNO()
967 Dest.FloatVal = (float) Src.DoubleVal; in executeFPTruncInst()
976 Dest.DoubleVal = (double) Src.FloatVal; in executeFPExtInst()
990 Dest.IntVal = APIntOps::RoundDoubleToAPInt(Src.DoubleVal, DBitWidth); in executeFPToUIInst()
1004 Dest.IntVal = APIntOps::RoundDoubleToAPInt(Src.DoubleVal, DBitWidth); in executeFPToSIInst()
[all …]
DExternalFunctions.cpp165 *DoublePtr = AV.DoubleVal; in ffiValueFor()
235 case Type::DoubleTyID: Result.DoubleVal = *(double*) ret.data(); break; in ffiInvoke()
395 sprintf(Buffer, FmtBuf, Args[ArgNo++].DoubleVal); break; in lle_X_sprintf()
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
DGenericValue.h28 double DoubleVal; member
36 GenericValue() : DoubleVal(0.0), IntVal(1,0) {} in GenericValue()
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVValue.h147 Union.DoubleVal = TheValue; in SPIRVConstant()
155 double getDoubleValue() const { return Union.DoubleVal;} in getDoubleValue()
186 double DoubleVal; member
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/
DGenericValue.h30 double DoubleVal; member
/external/llvm/include/llvm/ExecutionEngine/
DGenericValue.h33 double DoubleVal; member
/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.cpp113 rv.DoubleVal = ((double (*)())(intptr_t)FPtr)(); in runFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.cpp113 rv.DoubleVal = ((double (*)())(intptr_t)FPtr)(); in runFunction()
/external/swiftshader/third_party/LLVM/bindings/ocaml/executionengine/
Dllvm_executionengine.mli27 [llvm::GenericValue::DoubleVal] and [llvm::GenericValue::FloatVal]. *)
52 floating point type [fpty]. See the fields [llvm::GenericValue::DoubleVal]
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp208 rv.DoubleVal = ((double(*)())(intptr_t)FPtr)(); in runFunction()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJIT.cpp473 rv.DoubleVal = ((double(*)())(intptr_t)FPtr)(); in runFunction()
514 C = ConstantFP::get(F->getContext(), APFloat(AV.DoubleVal)); in runFunction()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1689 APFloat DoubleVal = CFP->getValueAPF(); in EmitGlobalConstantFP() local
1691 DoubleVal.convert(APFloat::IEEEdouble, APFloat::rmNearestTiesToEven, in EmitGlobalConstantFP()
1694 << DoubleVal.convertToDouble() << '\n'; in EmitGlobalConstantFP()
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp579 rv.DoubleVal = ((double(*)())(intptr_t)FPtr)(); in runFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp593 rv.DoubleVal = ((double(*)())(intptr_t)FPtr)(); in runFunction()