Searched defs:apf (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp674 APFloat apf = APFloat::getZero(APFloat::x87DoubleExtended); local
675 (void)apf.convertFromAPInt(GV.IntVal,
678 GV.IntVal = apf.bitcastToAPInt();
689 APFloat apf = APFloat::getZero(APFloat::x87DoubleExtended); local
690 (void)apf.convertFromAPInt(GV.IntVal,
693 GV.IntVal = apf.bitcastToAPInt();
706 APFloat apf = APFloat(APFloat::x87DoubleExtended, GV.IntVal); local
709 (void)apf.convertToInteger(&v, BitWidth,
/external/llvm/lib/IR/
H A DAsmWriter.cpp818 APFloat apf = CFP->getValueAPF(); local
821 apf.convert(APFloat::IEEEdouble, APFloat::rmNearestTiesToEven,
824 utohex_buffer(uint64_t(apf.bitcastToAPInt().getZExtValue()),
/external/linux-tools-perf/perf-3.12.0/arch/x86/include/asm/
H A Dkvm_host.h497 } apf; member in struct:kvm_vcpu_arch
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1252 APFloat apf = APFloat(Val); local
1253 apf.convert(EVTToAPFloatSemantics(EltVT), APFloat::rmNearestTiesToEven,
1255 return getConstantFP(apf, VT, isTarget);
2686 APFloat apf(EVTToAPFloatSemantics(VT),
2688 (void)apf.convertFromAPInt(Val,
2691 return getConstantFP(apf, VT);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 183 milliseconds