Home
last modified time | relevance | path

Searched refs:apf (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp674 APFloat apf = APFloat::getZero(APFloat::x87DoubleExtended); in getConstantValue() local
675 (void)apf.convertFromAPInt(GV.IntVal, in getConstantValue()
678 GV.IntVal = apf.bitcastToAPInt(); in getConstantValue()
689 APFloat apf = APFloat::getZero(APFloat::x87DoubleExtended); in getConstantValue() local
690 (void)apf.convertFromAPInt(GV.IntVal, in getConstantValue()
693 GV.IntVal = apf.bitcastToAPInt(); in getConstantValue()
706 APFloat apf = APFloat(APFloat::x87DoubleExtended, GV.IntVal); in getConstantValue() local
709 (void)apf.convertToInteger(&v, BitWidth, in getConstantValue()
/external/llvm/lib/IR/
DConstantFold.cpp654 APFloat apf(DestTy->getFltSemantics(), in ConstantFoldCastInstruction() local
656 (void)apf.convertFromAPInt(api, in ConstantFoldCastInstruction()
659 return ConstantFP::get(V->getContext(), apf); in ConstantFoldCastInstruction()
DAsmWriter.cpp818 APFloat apf = CFP->getValueAPF(); in WriteConstantInternal() local
821 apf.convert(APFloat::IEEEdouble, APFloat::rmNearestTiesToEven, in WriteConstantInternal()
824 utohex_buffer(uint64_t(apf.bitcastToAPInt().getZExtValue()), in WriteConstantInternal()
/external/llvm/test/Transforms/InstCombine/
D2009-01-19-fmod-constant-float-specials.ll6 ; ModuleID = 'apf.c'
/external/linux-tools-perf/perf-3.12.0/arch/x86/include/asm/
Dkvm_host.h497 } apf; member
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1252 APFloat apf = APFloat(Val); in getConstantFP() local
1253 apf.convert(EVTToAPFloatSemantics(EltVT), APFloat::rmNearestTiesToEven, in getConstantFP()
1255 return getConstantFP(apf, VT, isTarget); in getConstantFP()
2686 APFloat apf(EVTToAPFloatSemantics(VT), in getNode() local
2688 (void)apf.convertFromAPInt(Val, in getNode()
2691 return getConstantFP(apf, VT); in getNode()
DLegalizeDAG.cpp3219 APFloat apf(DAG.EVTToAPFloatSemantics(VT), in ExpandNode() local
3222 (void)apf.convertFromAPInt(x, false, APFloat::rmNearestTiesToEven); in ExpandNode()
3223 Tmp1 = DAG.getConstantFP(apf, VT); in ExpandNode()
/external/chromium_org/third_party/libxml/src/
DChangeLog10241 * doc/tutorial/apf.html
11716 * apf.html
12543 * doc/tutorial/apf.html, apg.html: new generated html