Home
last modified time | relevance | path

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

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