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

/external/skia/src/utils/
H A DSkPaintFilterCanvas.cpp34 AutoPaintFilter apf(this, kPaint_Type, paint);
35 this->INHERITED::onDrawPaint(*apf.paint());
40 AutoPaintFilter apf(this, kPoint_Type, paint);
41 this->INHERITED::onDrawPoints(mode, count, pts, *apf.paint());
45 AutoPaintFilter apf(this, kRect_Type, paint);
46 this->INHERITED::onDrawRect(rect, *apf.paint());
50 AutoPaintFilter apf(this, kRRect_Type, paint);
51 this->INHERITED::onDrawRRect(rrect, *apf.paint());
56 AutoPaintFilter apf(this, kDRRect_Type, paint);
57 this->INHERITED::onDrawDRRect(outer, inner, *apf
[all...]
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp673 APFloat apf = APFloat::getZero(APFloat::x87DoubleExtended); local
674 (void)apf.convertFromAPInt(GV.IntVal,
677 GV.IntVal = apf.bitcastToAPInt();
688 APFloat apf = APFloat::getZero(APFloat::x87DoubleExtended); local
689 (void)apf.convertFromAPInt(GV.IntVal,
692 GV.IntVal = apf.bitcastToAPInt();
705 APFloat apf = APFloat(APFloat::x87DoubleExtended, GV.IntVal); local
708 (void)apf.convertToInteger(&v, BitWidth,
/external/libxml2/doc/
H A DMakefile.am178 tutorial/apf.html \
/external/llvm/lib/IR/
H A DConstantFold.cpp673 APFloat apf(DestTy->getFltSemantics(),
676 apf.convertFromAPInt(api, opc==Instruction::SIToFP,
682 return ConstantFP::get(V->getContext(), apf);
H A DAsmWriter.cpp1088 APFloat apf = CFP->getValueAPF(); local
1091 apf.convert(APFloat::IEEEdouble, APFloat::rmNearestTiesToEven,
1094 utohex_buffer(uint64_t(apf.bitcastToAPInt().getZExtValue()),
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1250 APFloat apf = APFloat(Val); local
1251 apf.convert(EVTToAPFloatSemantics(EltVT), APFloat::rmNearestTiesToEven,
1253 return getConstantFP(apf, VT, isTarget);
2753 APFloat apf(EVTToAPFloatSemantics(VT),
2755 (void)apf.convertFromAPInt(Val,
2758 return getConstantFP(apf, VT);
H A DLegalizeDAG.cpp3050 APFloat apf(DAG.EVTToAPFloatSemantics(VT),
3053 (void)apf.convertFromAPInt(x, false, APFloat::rmNearestTiesToEven);
3054 Tmp1 = DAG.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 214 milliseconds