Home
last modified time | relevance | path

Searched refs:Reduce (Results 1 – 25 of 139) sorted by relevance

123456

/external/libchrome/crypto/
Dp224.cc212 void Reduce(FieldElement* in_out) { in Reduce() function
463 Reduce(&h); in AddJacobian()
470 Reduce(&i); in AddJacobian()
477 Reduce(&r); in AddJacobian()
490 Reduce(&r); in AddJacobian()
498 Reduce(&z2z2); in AddJacobian()
501 Reduce(&out->z); in AddJacobian()
509 Reduce(&z1z1); in AddJacobian()
512 Reduce(&out->x); in AddJacobian()
520 Reduce(&z1z1); in AddJacobian()
[all …]
/external/v8/src/compiler/
Dgraph-reducer.cc79 Reduction GraphReducer::Reduce(Node* const node) { in Reduce() function in v8::internal::compiler::GraphReducer
83 Reduction reduction = (*i)->Reduce(node); in Reduce()
133 Reduction reduction = Reduce(node); in ReduceTop()
Dgraph-reducer.h50 virtual Reduction Reduce(Node* node) = 0;
147 Reduction Reduce(Node* const); in NON_EXPORTED_BASE()
Dcheckpoint-elimination.h23 Reduction Reduce(Node* node) final; in NON_EXPORTED_BASE()
Dselect-lowering.h25 Reduction Reduce(Node* node) override;
Dtail-call-optimization.h27 Reduction Reduce(Node* node) final;
Dvalue-numbering-reducer.h22 Reduction Reduce(Node* node) override; in NON_EXPORTED_BASE()
Dcheckpoint-elimination.cc41 Reduction CheckpointElimination::Reduce(Node* node) { in Reduce() function in v8::internal::compiler::CheckpointElimination
Djs-frame-specialization.h28 Reduction Reduce(Node* node) final;
Dselect-lowering.cc23 Reduction SelectLowering::Reduce(Node* node) { in Reduce() function in v8::internal::compiler::SelectLowering
Djs-context-specialization.h27 Reduction Reduce(Node* node) final;
Ddead-code-elimination.h31 Reduction Reduce(Node* node) final; in NON_EXPORTED_BASE()
Djs-generic-lowering.h30 Reduction Reduce(Node* node) final;
Dsimplified-operator-reducer.h32 Reduction Reduce(Node* node) final; in NON_EXPORTED_BASE()
Djs-global-object-specialization.h34 Reduction Reduce(Node* node) final;
Dtail-call-optimization.cc17 Reduction TailCallOptimization::Reduce(Node* node) { in Reduce() function in v8::internal::compiler::TailCallOptimization
Djs-inlining-heuristic.h27 Reduction Reduce(Node* node) final;
Dcommon-operator-reducer.h32 Reduction Reduce(Node* node) final; in NON_EXPORTED_BASE()
Descape-analysis-reducer.h27 Reduction Reduce(Node* node) final; in NON_EXPORTED_BASE()
Djs-inlining.h35 Reduction Reduce(Node* node) final;
Djs-call-reducer.h40 Reduction Reduce(Node* node) final;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/Composition/
DProgram.cs47 var reduce = new Reduce(new CommonTreeNodeStream(t)); in _Main()
DReduce.g31 tree grammar Reduce;
/external/libyuv/files/
Dpylintrc4 # TODO(kjellander): Reduce this list to as small as possible.
/external/webrtc/
Dpylintrc4 # TODO(kjellander): Reduce this list to as small as possible.

123456