/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/ |
D | Execution.cpp | 106 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 …]
|
D | ExternalFunctions.cpp | 176 *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/ |
D | Execution.cpp | 106 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 …]
|
D | ExternalFunctions.cpp | 165 *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/ |
D | ExecutionEngine.cpp | 678 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 …]
|
D | ExecutionEngineBindings.cpp | 62 GenVal->DoubleVal = N; in LLVMCreateGenericValueOfFloat() 92 return unwrap(GenVal)->DoubleVal; in LLVMGenericValueToFloat()
|
/external/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 675 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 …]
|
D | ExecutionEngineBindings.cpp | 61 GenVal->DoubleVal = N; in LLVMCreateGenericValueOfFloat() 91 return unwrap(GenVal)->DoubleVal; in LLVMGenericValueToFloat()
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 577 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 …]
|
D | ExecutionEngineBindings.cpp | 46 GenVal->DoubleVal = N; in LLVMCreateGenericValueOfFloat() 76 return unwrap(GenVal)->DoubleVal; in LLVMGenericValueToFloat()
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/ |
D | Execution.cpp | 104 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 …]
|
D | ExternalFunctions.cpp | 165 *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/ |
D | GenericValue.h | 28 double DoubleVal; member 36 GenericValue() : DoubleVal(0.0), IntVal(1,0) {} in GenericValue()
|
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | SPIRVValue.h | 147 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/ |
D | GenericValue.h | 30 double DoubleVal; member
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | GenericValue.h | 33 double DoubleVal; member
|
/external/llvm/lib/ExecutionEngine/Orc/ |
D | OrcMCJITReplacement.cpp | 113 rv.DoubleVal = ((double (*)())(intptr_t)FPtr)(); in runFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/ |
D | OrcMCJITReplacement.cpp | 113 rv.DoubleVal = ((double (*)())(intptr_t)FPtr)(); in runFunction()
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/executionengine/ |
D | llvm_executionengine.mli | 27 [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/ |
D | MCJIT.cpp | 208 rv.DoubleVal = ((double(*)())(intptr_t)FPtr)(); in runFunction()
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/ |
D | JIT.cpp | 473 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/ |
D | AsmPrinter.cpp | 1689 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/ |
D | MCJIT.cpp | 579 rv.DoubleVal = ((double(*)())(intptr_t)FPtr)(); in runFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.cpp | 593 rv.DoubleVal = ((double(*)())(intptr_t)FPtr)(); in runFunction()
|