Searched refs:DoubleVal (Results 1 - 8 of 8) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/
H A DGenericValue.h32 double DoubleVal; member in union:llvm::GenericValue::__anon25508
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp658 GV.FloatVal = float(GV.DoubleVal);
664 GV.DoubleVal = double(GV.FloatVal);
672 GV.DoubleVal = GV.IntVal.roundToDouble();
687 GV.DoubleVal = GV.IntVal.signedRoundToDouble();
704 GV.IntVal = APIntOps::RoundDoubleToAPInt(GV.DoubleVal, BitWidth);
743 GV.DoubleVal = GV.IntVal.bitsToDouble();
751 GV.IntVal = APInt::doubleToBits(GV.DoubleVal);
811 GV.DoubleVal = LHS.DoubleVal + RHS.DoubleVal; brea
[all...]
H A DExecutionEngineBindings.cpp67 GenVal->DoubleVal = N;
97 return unwrap(GenVal)->DoubleVal;
/external/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp105 Dest.DoubleVal = fmod(Src1.DoubleVal, Src2.DoubleVal);
345 if (X.DoubleVal != X.DoubleVal || Y.DoubleVal != Y.DoubleVal) { \
462 } else if (X.DoubleVal != X.DoubleVal || Y.DoubleVal !
[all...]
H A DExternalFunctions.cpp166 *DoublePtr = AV.DoubleVal;
236 case Type::DoubleTyID: Result.DoubleVal = *(double*) ret.data(); break;
393 sprintf(Buffer, FmtBuf, Args[ArgNo++].DoubleVal); break;
/external/llvm/bindings/ocaml/executionengine/
H A Dllvm_executionengine.mli27 [llvm::GenericValue::DoubleVal] and [llvm::GenericValue::FloatVal]. *)
51 floating point type [fpty]. See the fields [llvm::GenericValue::DoubleVal]
/external/llvm/lib/ExecutionEngine/JIT/
H A DJIT.cpp328 rv.DoubleVal = ((double(*)())(intptr_t)FPtr)();
368 C = ConstantFP::get(F->getContext(), APFloat(AV.DoubleVal));
/external/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp518 rv.DoubleVal = ((double(*)())(intptr_t)FPtr)();

Completed in 112 milliseconds