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 175 llvm::APFloat apf = Val.getFloat(); local
177 apf.toString(s);
179 if (&apf.getSemantics() == &llvm::APFloat::IEEEsingle) {
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 625 APFloat apf = APFloat::getZero(APFloat::x87DoubleExtended); local
626 (void)apf.convertFromAPInt(GV.IntVal,
629 GV.IntVal = apf.bitcastToAPInt();
640 APFloat apf = APFloat::getZero(APFloat::x87DoubleExtended); local
641 (void)apf.convertFromAPInt(GV.IntVal,
644 GV.IntVal = apf.bitcastToAPInt();
657 APFloat apf = APFloat(APFloat::x87DoubleExtended, GV.IntVal); local
660 (void)apf.convertToInteger(&v, BitWidth,
    [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp 817 APFloat apf = CFP->getValueAPF(); local
820 apf.convert(APFloat::IEEEdouble, APFloat::rmNearestTiesToEven,
823 utohex_buffer(uint64_t(apf.bitcastToAPInt().getZExtValue()),
    [all...]
ConstantFold.cpp 651 APFloat apf(DestTy->getFltSemantics(),
653 (void)apf.convertFromAPInt(api,
656 return ConstantFP::get(V->getContext(), apf);
    [all...]
Constants.cpp 590 APFloat apf = cast<ConstantFP>(Constant::getNullValue(Ty))->getValueAPF(); local
591 apf.changeSign();
592 return get(Context, apf);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 1066 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 252 milliseconds