/external/skia/src/utils/ |
D | SkPaintFilterCanvas.cpp | 46 AutoPaintFilter apf(this, kPaint_Type, paint); in onDrawPaint() local 47 if (apf.shouldDraw()) { in onDrawPaint() 48 this->SkNWayCanvas::onDrawPaint(*apf.paint()); in onDrawPaint() 53 AutoPaintFilter apf(this, kPaint_Type, paint); in onDrawBehind() local 54 if (apf.shouldDraw()) { in onDrawBehind() 55 this->SkNWayCanvas::onDrawBehind(*apf.paint()); in onDrawBehind() 61 AutoPaintFilter apf(this, kPoint_Type, paint); in onDrawPoints() local 62 if (apf.shouldDraw()) { in onDrawPoints() 63 this->SkNWayCanvas::onDrawPoints(mode, count, pts, *apf.paint()); in onDrawPoints() 68 AutoPaintFilter apf(this, kRect_Type, paint); in onDrawRect() local [all …]
|
/external/skqp/src/utils/ |
D | SkPaintFilterCanvas.cpp | 46 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/mesa3d/src/broadcom/compiler/ |
D | vir_opt_dead_code.c | 50 assert(inst->qpu.flags.apf == V3D_QPU_PF_NONE); in dce() 112 if (inst->qpu.flags.apf != V3D_QPU_PF_NONE || in vir_opt_dead_code()
|
D | qpu_schedule.c | 426 process_pf_deps(state, n, inst->flags.apf); in calculate_deps() 667 merge.flags.apf = b->flags.apf; in qpu_merge_inst()
|
D | vir_dump.c | 218 fprintf(stderr, "%s", v3d_qpu_pf_name(instr->flags.apf)); in vir_dump_alu()
|
D | vir.c | 290 inst->qpu.flags.apf = pf; in vir_set_pf()
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 593 APFloat apf = APFloat::getZero(APFloat::x87DoubleExtended); in getConstantValue() local 594 (void)apf.convertFromAPInt(GV.IntVal, in getConstantValue() 597 GV.IntVal = apf.bitcastToAPInt(); in getConstantValue() 608 APFloat apf = APFloat::getZero(APFloat::x87DoubleExtended); in getConstantValue() local 609 (void)apf.convertFromAPInt(GV.IntVal, in getConstantValue() 612 GV.IntVal = apf.bitcastToAPInt(); in getConstantValue() 625 APFloat apf = APFloat(GV.IntVal); in getConstantValue() local 628 (void)apf.convertToInteger(&v, BitWidth, in getConstantValue()
|
/external/mesa3d/src/broadcom/qpu/ |
D | qpu_pack.c | 336 cond->apf = V3D_QPU_PF_NONE; in v3d_qpu_flags_unpack() 344 cond->apf = packed_cond & 0x3; in v3d_qpu_flags_unpack() 358 cond->apf = packed_cond & 0x3; in v3d_qpu_flags_unpack() 404 if (cond->apf != V3D_QPU_PF_NONE) in v3d_qpu_flags_pack() 419 *packed_cond |= cond->apf; in v3d_qpu_flags_pack() 1246 instr->flags.apf = V3D_QPU_PF_NONE; in v3d_qpu_instr_unpack_alu() 1354 instr->flags.apf != V3D_QPU_PF_NONE || in v3d_qpu_instr_pack_alu()
|
D | qpu_instr.h | 137 enum v3d_qpu_pf apf, mpf; member
|
D | qpu_disasm.c | 110 append(disasm, "%s", v3d_qpu_pf_name(instr->flags.apf)); in v3d_qpu_disasm_add()
|
/external/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 691 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-7.0/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 694 APFloat apf = APFloat::getZero(APFloat::x87DoubleExtended()); in getConstantValue() local 695 (void)apf.convertFromAPInt(GV.IntVal, in getConstantValue() 698 GV.IntVal = apf.bitcastToAPInt(); in getConstantValue() 709 APFloat apf = APFloat::getZero(APFloat::x87DoubleExtended()); in getConstantValue() local 710 (void)apf.convertFromAPInt(GV.IntVal, in getConstantValue() 713 GV.IntVal = apf.bitcastToAPInt(); in getConstantValue() 726 APFloat apf = APFloat(APFloat::x87DoubleExtended(), GV.IntVal); in getConstantValue() local 729 (void)apf.convertToInteger(makeMutableArrayRef(v), BitWidth, in getConstantValue()
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | dbg-inline.ll | 72 !0 = metadata !{i32 655377, i32 0, i32 4, metadata !"/Volumes/Athwagate/R9747970/apf.cc", metadata … 75 !3 = metadata !{i32 655401, metadata !"/Volumes/Athwagate/R9747970/apf.cc", metadata !"/private/tmp…
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | AsmWriter.cpp | 745 APFloat apf = CFP->getValueAPF(); in WriteConstantInternal() local 748 apf.convert(APFloat::IEEEdouble, APFloat::rmNearestTiesToEven, in WriteConstantInternal() 751 utohex_buffer(uint64_t(apf.bitcastToAPInt().getZExtValue()), in WriteConstantInternal()
|
D | Constants.cpp | 520 APFloat apf = cast <ConstantFP>(Constant::getNullValue(Ty))->getValueAPF(); in getNegativeZero() local 521 apf.changeSign(); in getNegativeZero() 522 return get(Context, apf); in getNegativeZero()
|
D | ConstantFold.cpp | 648 APFloat apf(APInt::getNullValue(DestTy->getPrimitiveSizeInBits()), true); in ConstantFoldCastInstruction() local 649 (void)apf.convertFromAPInt(api, in ConstantFoldCastInstruction() 652 return ConstantFP::get(V->getContext(), apf); in ConstantFoldCastInstruction()
|
/external/libxml2/doc/ |
D | Makefile.am | 178 tutorial/apf.html \
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | ConstantFold.cpp | 683 APFloat apf(DestTy->getFltSemantics(), in ConstantFoldCastInstruction() local 685 apf.convertFromAPInt(api, opc==Instruction::SIToFP, in ConstantFoldCastInstruction() 687 return ConstantFP::get(V->getContext(), apf); in ConstantFoldCastInstruction()
|
/external/llvm/lib/IR/ |
D | ConstantFold.cpp | 672 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()
|
D | AsmWriter.cpp | 1179 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/ |
D | 2009-01-19-fmod-constant-float-specials.ll | 6 ; ModuleID = 'apf.c'
|
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/ |
D | 2009-01-19-fmod-constant-float-specials.ll | 6 ; ModuleID = 'apf.c'
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | 2009-01-19-fmod-constant-float-specials.ll | 6 ; ModuleID = 'apf.c'
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 1030 APFloat apf = APFloat(Val); in getConstantFP() local 1031 apf.convert(*EVTToAPFloatSemantics(EltVT), APFloat::rmNearestTiesToEven, in getConstantFP() 1033 return getConstantFP(apf, VT, isTarget); in getConstantFP() 2409 APFloat apf(APInt::getNullValue(VT.getSizeInBits())); in getNode() local 2410 (void)apf.convertFromAPInt(Val, in getNode() 2413 return getConstantFP(apf, VT); in getNode()
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | iso-639-3_Retirements.tab | 163 agp Paranan S Split into Pahanan Agta [apf] and Paranan [prf] (new identifier) 2010-01-18
|