/third_party/skia/src/pathops/ |
D | SkReduceOrder.cpp | 17 static int coincident_line(const SkDQuad& quad, SkDQuad& reduction) { in coincident_line() 22 static int reductionLineCount(const SkDQuad& reduction) { in reductionLineCount() 26 static int vertical_line(const SkDQuad& quad, SkDQuad& reduction) { in vertical_line() 32 static int horizontal_line(const SkDQuad& quad, SkDQuad& reduction) { in horizontal_line() 39 int minX, int maxX, int minY, int maxY, SkDQuad& reduction) { in check_linear() 103 static int coincident_line(const SkDCubic& cubic, SkDCubic& reduction) { in coincident_line() 108 static int reductionLineCount(const SkDCubic& reduction) { in reductionLineCount() 112 static int vertical_line(const SkDCubic& cubic, SkDCubic& reduction) { in vertical_line() 118 static int horizontal_line(const SkDCubic& cubic, SkDCubic& reduction) { in horizontal_line() 125 static int check_quadratic(const SkDCubic& cubic, SkDCubic& reduction) { in check_quadratic() [all …]
|
/third_party/node/deps/v8/src/compiler/ |
D | dead-code-elimination.cc | 201 Reduction reduction = PropagateDeadControl(node); in ReduceNode() local 216 Reduction reduction = PropagateDeadControl(node); in ReducePhi() local 236 Reduction reduction = PropagateDeadControl(node); in ReduceEffectPhi() local 274 Reduction reduction = PropagateDeadControl(node); in ReduceUnreachableOrIfException() local 317 Reduction reduction = PropagateDeadControl(node); in ReduceDeoptimizeOrReturnOrTerminateOrTailCall() local 351 Reduction reduction = PropagateDeadControl(node); in ReduceBranchOrSwitch() local
|
D | graph-reducer.cc | 34 Reduction reduction = Reduce(node); in Reduce() local 105 Reduction reduction = (*i)->Reduce(node, observe_node_manager_); in Reduce() local 178 Reduction reduction = Reduce(node); in ReduceTop() local
|
D | escape-analysis.cc | 78 explicit ReduceScope(Node* node, Reduction* reduction) in ReduceScope() 85 Reduction* reduction() { return reduction_; } in reduction() function in v8::internal::compiler::ReduceScope 184 Node* node, Reduction* reduction) in Scope() 333 Reduction reduction; in ReduceFrom() local 379 Reduction* reduction) in Scope() 849 void EscapeAnalysis::Reduce(Node* node, Reduction* reduction) { in Reduce() 861 [this](Node* node, Reduction* reduction) { Reduce(node, reduction); }, in EscapeAnalysis()
|
D | memory-optimizer.cc | 301 Reduction reduction = memory_lowering()->ReduceAllocateRaw( in VisitAllocateRaw() local 314 Reduction reduction = memory_lowering()->ReduceLoadFromObject(node); in VisitLoadFromObject() local 338 Reduction reduction = memory_lowering()->ReduceLoadField(node); in VisitLoadField() local
|
D | value-numbering-reducer.cc | 100 Reduction reduction = ReplaceIfTypesMatch(node, other_entry); in Reduce() local
|
D | js-inlining-heuristic.cc | 306 Reduction const reduction = InlineCandidate(candidate, false); in Finalize() local 709 Reduction const reduction = inliner_.ReduceJSCall(node); in InlineCandidate() local 776 Reduction const reduction = inliner_.ReduceJSCall(call); in InlineCandidate() local
|
D | machine-operator-reducer.cc | 208 Reduction const reduction = ReduceWord32And(node); in Word32And() local 228 Reduction const reduction = ReduceWord64And(node); in Word64And() local 234 Reduction const reduction = ReduceInt32Add(node); in Int32Add() local 240 Reduction const reduction = ReduceInt32Sub(node); in Int32Sub() local 288 Reduction const reduction = ReduceTruncateInt64ToInt32(node); in TruncateInt64ToInt32() local 1884 Reduction reduction = ReduceWordNAnd<Word32Adapter>(node); in ReduceWord32And() local 2321 Reduction reduction = NoChange(); in ReduceConditional() local
|
D | js-typed-lowering.cc | 412 Reduction const reduction = lowering_->ReduceJSToNumberInput(node); in ConvertPlainPrimitiveToNumber() local 544 Reduction const reduction = ReduceJSToStringInput(r.right()); in ReduceJSAdd() local 550 Reduction const reduction = ReduceJSToStringInput(r.left()); in ReduceJSAdd() local 1031 Reduction reduction = ReduceJSToNumberInput(input); in ReduceJSToNumber() local 1100 Reduction reduction = ReduceJSToStringInput(input); in ReduceJSToString() local
|
D | js-native-context-specialization.cc | 153 Reduction reduction; in ReduceJSToString() local 1655 Reduction reduction = ReduceElementLoadFromHeapConstant( in ReduceElementAccess() local 2116 Reduction reduction = ReduceJSLoadPropertyWithEnumeratedKey(node); in ReduceJSLoadProperty() local
|
D | typed-optimization.cc | 847 Reduction const reduction = ReduceJSToNumberInput(node); in ConvertPlainPrimitiveToNumber() local
|
D | graph-assembler.cc | 590 Reduction reduction; in AddNode() local
|
D | bytecode-graph-builder.cc | 4183 JSTypeHintLowering::LoweringResult reduction) { in ApplyEarlyReduction()
|
D | js-call-reducer.cc | 2499 Reduction const reduction = Reduce(node); in Finalize() local
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | SamplerD3D12.cpp | 72 D3D12_FILTER_REDUCTION_TYPE reduction = in Sampler() local
|
/third_party/node/deps/v8/tools/testrunner/outproc/ |
D | base.py | 22 def process(self, output, reduction=None): argument 34 def _create_result(self, has_unexpected_output, output, reduction): argument
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_nir_lower_64bit.cpp | 659 …werSplit64BitVar::split_reduction(nir_ssa_def *src[2][2], nir_op op1, nir_op op2, nir_op reduction) in split_reduction() 668 nir_op op1, nir_op op2, nir_op reduction) in split_reduction3() 683 nir_op op1, nir_op op2, nir_op reduction) in split_reduction4()
|
/third_party/skia/src/core/ |
D | SkStroke.cpp | 677 SkPoint* reduction) { in CheckConicLinear() 700 SkPoint* reduction) { in CheckQuadLinear() 722 SkPoint reduction; in conicTo() local 760 SkPoint reduction; in quadTo() local 1280 SkPoint reduction[3]; in cubicTo() local
|
/third_party/ffmpeg/libavcodec/ |
D | aacpsy.c | 563 float thr_avg, reduction; in calc_reduction_3gpp() local 575 float reduction) in calc_reduced_thr_3gpp() 658 float desired_bits, desired_pe, delta_pe, reduction= NAN, spread_en[128] = {0}; in psy_3gpp_analyze_channel() local
|
/third_party/python/Lib/multiprocessing/ |
D | context.py | 210 def reducer(self, reduction): argument
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_device.c | 2727 const struct VkSamplerReductionModeCreateInfo *reduction = in tu_init_sampler() local
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_ir.h | 1226 Pseudo_reduction_instruction& reduction() noexcept in reduction() function 1231 const Pseudo_reduction_instruction& reduction() const noexcept in reduction() function
|
/third_party/typescript/tests/lib/ |
D | lib.d.ts | 6782 reduction: AudioParam; property
|
/third_party/typescript/src/lib/ |
D | dom.generated.d.ts | 4912 readonly reduction: number; property
|
/third_party/typescript/lib/ |
D | lib.dom.d.ts | 4932 readonly reduction: number; property
|