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

  /frameworks/compile/slang/
slang_rs_reflection_cpp.cpp 978 llvm::APFloat apf = Val.getFloat(); local
980 apf.toString(s);
982 if (&apf.getSemantics() == &llvm::APFloat::IEEEsingle) {
    [all...]
slang_rs_reflection.cpp 1016 llvm::APFloat apf = Val.getFloat(); local
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 674 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,
    [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp 818 APFloat apf = CFP->getValueAPF(); local
821 apf.convert(APFloat::IEEEdouble, APFloat::rmNearestTiesToEven,
824 utohex_buffer(uint64_t(apf.bitcastToAPInt().getZExtValue()),
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 1252 APFloat apf = APFloat(Val); local
    [all...]
  /external/linux-tools-perf/perf-3.12.0/arch/x86/include/asm/
kvm_host.h 497 } apf; member in struct:kvm_vcpu_arch
  /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 116 milliseconds