Home
last modified time | relevance | path

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

12

/external/skqp/src/utils/
DSkPaintFilterCanvas.cpp46 AutoPaintFilter apf(this, kPaint_Type, paint); in onDrawPaint() local
47 if (apf.shouldDraw()) { in onDrawPaint()
48 this->SkNWayCanvas::onDrawPaint(*apf.paint()); in onDrawPaint()
54 AutoPaintFilter apf(this, kPoint_Type, paint); in onDrawPoints() local
55 if (apf.shouldDraw()) { in onDrawPoints()
56 this->SkNWayCanvas::onDrawPoints(mode, count, pts, *apf.paint()); in onDrawPoints()
61 AutoPaintFilter apf(this, kRect_Type, paint); in onDrawRect() local
62 if (apf.shouldDraw()) { in onDrawRect()
63 this->SkNWayCanvas::onDrawRect(rect, *apf.paint()); in onDrawRect()
72 AutoPaintFilter apf(this, kRect_Type, paint); in onDrawEdgeAARect() local
[all …]
/external/skia/src/utils/
DSkPaintFilterCanvas.cpp47 AutoPaintFilter apf(this, paint); in onDrawPaint() local
48 if (apf.shouldDraw()) { in onDrawPaint()
49 this->SkNWayCanvas::onDrawPaint(apf.paint()); in onDrawPaint()
54 AutoPaintFilter apf(this, paint); in onDrawBehind() local
55 if (apf.shouldDraw()) { in onDrawBehind()
56 this->SkNWayCanvas::onDrawBehind(apf.paint()); in onDrawBehind()
62 AutoPaintFilter apf(this, paint); in onDrawPoints() local
63 if (apf.shouldDraw()) { in onDrawPoints()
64 this->SkNWayCanvas::onDrawPoints(mode, count, pts, apf.paint()); in onDrawPoints()
69 AutoPaintFilter apf(this, paint); in onDrawRect() local
[all …]
/external/mesa3d/src/broadcom/compiler/
Dvir_opt_redundant_flags.c47 inst->qpu.flags.apf = V3D_QPU_PF_NONE; in vir_dce_pf()
80 if (a->qpu.flags.apf != b->qpu.flags.apf || in vir_instr_flags_op_equal()
114 if (inst->qpu.flags.apf != V3D_QPU_PF_NONE || in vir_opt_redundant_flags_block()
Dvir_opt_dead_code.c87 inst->qpu.flags.apf = V3D_QPU_PF_NONE; in vir_dce_flags()
136 (inst->qpu.flags.apf != V3D_QPU_PF_NONE || in vir_opt_dead_code()
Dvir_dump.c265 fprintf(stderr, "%s", v3d_qpu_pf_name(instr->flags.apf)); in vir_dump_alu()
Dqpu_schedule.c696 merge.flags.apf = b->flags.apf; in qpu_merge_inst()
Dvir.c238 inst->qpu.flags.apf = pf; in vir_set_pf()
/external/mesa3d/src/broadcom/qpu/
Dqpu_pack.c337 cond->apf = V3D_QPU_PF_NONE; in v3d_qpu_flags_unpack()
345 cond->apf = packed_cond & 0x3; in v3d_qpu_flags_unpack()
359 cond->apf = packed_cond & 0x3; in v3d_qpu_flags_unpack()
405 if (cond->apf != V3D_QPU_PF_NONE) in v3d_qpu_flags_pack()
420 *packed_cond |= cond->apf; in v3d_qpu_flags_pack()
1286 instr->flags.apf = V3D_QPU_PF_NONE; in v3d_qpu_instr_unpack_alu()
1394 instr->flags.apf != V3D_QPU_PF_NONE || in v3d_qpu_instr_pack_alu()
Dqpu_instr.h137 enum v3d_qpu_pf apf, mpf; member
Dqpu_disasm.c110 append(disasm, "%s", v3d_qpu_pf_name(instr->flags.apf)); in v3d_qpu_disasm_add()
Dqpu_instr.c893 if (inst->flags.apf != V3D_QPU_PF_NONE || in v3d_qpu_writes_flags()
/external/llvm-project/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp687 APFloat apf = APFloat::getZero(APFloat::x87DoubleExtended()); in getConstantValue() local
688 (void)apf.convertFromAPInt(GV.IntVal, in getConstantValue()
691 GV.IntVal = apf.bitcastToAPInt(); in getConstantValue()
702 APFloat apf = APFloat::getZero(APFloat::x87DoubleExtended()); in getConstantValue() local
703 (void)apf.convertFromAPInt(GV.IntVal, in getConstantValue()
706 GV.IntVal = apf.bitcastToAPInt(); in getConstantValue()
719 APFloat apf = APFloat(APFloat::x87DoubleExtended(), GV.IntVal); in getConstantValue() local
722 (void)apf.convertToInteger(makeMutableArrayRef(v), BitWidth, in getConstantValue()
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp691 APFloat apf = APFloat::getZero(APFloat::x87DoubleExtended); in getConstantValue() local
692 (void)apf.convertFromAPInt(GV.IntVal, in getConstantValue()
695 GV.IntVal = apf.bitcastToAPInt(); in getConstantValue()
706 APFloat apf = APFloat::getZero(APFloat::x87DoubleExtended); in getConstantValue() local
707 (void)apf.convertFromAPInt(GV.IntVal, in getConstantValue()
710 GV.IntVal = apf.bitcastToAPInt(); in getConstantValue()
723 APFloat apf = APFloat(APFloat::x87DoubleExtended, GV.IntVal); in getConstantValue() local
726 (void)apf.convertToInteger(&v, BitWidth, in getConstantValue()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp693 APFloat apf = APFloat::getZero(APFloat::x87DoubleExtended()); in getConstantValue() local
694 (void)apf.convertFromAPInt(GV.IntVal, in getConstantValue()
697 GV.IntVal = apf.bitcastToAPInt(); in getConstantValue()
708 APFloat apf = APFloat::getZero(APFloat::x87DoubleExtended()); in getConstantValue() local
709 (void)apf.convertFromAPInt(GV.IntVal, in getConstantValue()
712 GV.IntVal = apf.bitcastToAPInt(); in getConstantValue()
725 APFloat apf = APFloat(APFloat::x87DoubleExtended(), GV.IntVal); in getConstantValue() local
728 (void)apf.convertToInteger(makeMutableArrayRef(v), BitWidth, in getConstantValue()
/external/llvm-project/llvm/lib/IR/
DAsmWriter.cpp1386 APFloat apf = APF; in WriteConstantInternal() local
1392 bool IsSNAN = apf.isSignaling(); in WriteConstantInternal()
1393 apf.convert(APFloat::IEEEdouble(), APFloat::rmNearestTiesToEven, in WriteConstantInternal()
1396 APInt Payload = apf.bitcastToAPInt(); in WriteConstantInternal()
1397 apf = APFloat::getSNaN(APFloat::IEEEdouble(), apf.isNegative(), in WriteConstantInternal()
1401 Out << format_hex(apf.bitcastToAPInt().getZExtValue(), 0, /*Upper=*/true); in WriteConstantInternal()
DConstantFold.cpp699 APFloat apf(DestTy->getFltSemantics(), in ConstantFoldCastInstruction() local
701 apf.convertFromAPInt(api, opc==Instruction::SIToFP, in ConstantFoldCastInstruction()
703 return ConstantFP::get(V->getContext(), apf); in ConstantFoldCastInstruction()
/external/libxml2/doc/
DMakefile.am177 tutorial/apf.html \
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantFold.cpp685 APFloat apf(DestTy->getFltSemantics(), in ConstantFoldCastInstruction() local
687 apf.convertFromAPInt(api, opc==Instruction::SIToFP, in ConstantFoldCastInstruction()
689 return ConstantFP::get(V->getContext(), apf); in ConstantFoldCastInstruction()
DAsmWriter.cpp1342 APFloat apf = APF; in WriteConstantInternal() local
1345 apf.convert(APFloat::IEEEdouble(), APFloat::rmNearestTiesToEven, in WriteConstantInternal()
1347 Out << format_hex(apf.bitcastToAPInt().getZExtValue(), 0, /*Upper=*/true); in WriteConstantInternal()
/external/llvm/lib/IR/
DConstantFold.cpp672 APFloat apf(DestTy->getFltSemantics(), in ConstantFoldCastInstruction() local
675 apf.convertFromAPInt(api, opc==Instruction::SIToFP, in ConstantFoldCastInstruction()
681 return ConstantFP::get(V->getContext(), apf); in ConstantFoldCastInstruction()
DAsmWriter.cpp1179 APFloat apf = CFP->getValueAPF(); in WriteConstantInternal() local
1182 apf.convert(APFloat::IEEEdouble, APFloat::rmNearestTiesToEven, in WriteConstantInternal()
1184 Out << format_hex(apf.bitcastToAPInt().getZExtValue(), 0, /*Upper=*/true); in WriteConstantInternal()
/external/llvm/test/Transforms/InstCombine/
D2009-01-19-fmod-constant-float-specials.ll6 ; ModuleID = 'apf.c'
/external/llvm-project/llvm/test/Transforms/InstCombine/
D2009-01-19-fmod-constant-float-specials.ll6 ; ModuleID = 'apf.c'
/external/cldr/tools/java/org/unicode/cldr/util/data/
Diso-639-3_Retirements.tab163 agp Paranan S Split into Pahanan Agta [apf] and Paranan [prf] (new identifier) 2010-01-18
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp2940 APFloat apf(DAG.EVTToAPFloatSemantics(VT), in ExpandNode() local
2943 (void)apf.convertFromAPInt(x, false, APFloat::rmNearestTiesToEven); in ExpandNode()
2944 Tmp1 = DAG.getConstantFP(apf, dl, VT); in ExpandNode()

12