HomeSort by relevance Sort by last modified time
    Searched refs:apf (Results 1 - 8 of 8) sorted by null

  /frameworks/compile/slang/
slang_rs_reflection_base.cpp 172 llvm::APFloat apf = Val.getFloat(); local
173 if (&apf.getSemantics() == &llvm::APFloat::IEEEsingle) {
174 tmp << apf.convertToFloat() << "f";
176 tmp << apf.convertToDouble();
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 603 APFloat apf = APFloat::getZero(APFloat::x87DoubleExtended); local
604 (void)apf.convertFromAPInt(GV.IntVal,
607 GV.IntVal = apf.bitcastToAPInt();
618 APFloat apf = APFloat::getZero(APFloat::x87DoubleExtended); local
619 (void)apf.convertFromAPInt(GV.IntVal,
622 GV.IntVal = apf.bitcastToAPInt();
635 APFloat apf = APFloat(APFloat::x87DoubleExtended, GV.IntVal); local
638 (void)apf.convertToInteger(&v, BitWidth,
    [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp 843 APFloat apf = CFP->getValueAPF(); local
846 apf.convert(APFloat::IEEEdouble, APFloat::rmNearestTiesToEven,
849 utohex_buffer(uint64_t(apf.bitcastToAPInt().getZExtValue()),
    [all...]
ConstantFold.cpp 650 APFloat apf(DestTy->getFltSemantics(),
652 (void)apf.convertFromAPInt(api,
655 return ConstantFP::get(V->getContext(), apf);
    [all...]
Constants.cpp 583 APFloat apf = cast<ConstantFP>(Constant::getNullValue(Ty))->getValueAPF(); local
584 apf.changeSign();
585 return get(Context, apf);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 1072 APFloat apf = APFloat(Val); local
    [all...]
LegalizeDAG.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 

Completed in 90 milliseconds