HomeSort by relevance Sort by last modified time
    Searched refs:Reduction (Results 26 - 32 of 32) sorted by null

12

  /external/chromium_org/v8/test/cctest/compiler/
test-machine-operator-reducer.cc 87 // Check that the reduction of this binop applied to constants {a} and {b}
94 // Check that the reduction of this binop applied to {a} and {b} yields
101 Reduction reduction = reducer.Reduce(n); local
102 CHECK(reduction.Changed());
103 CHECK_NE(n, reduction.replacement());
104 CHECK_EQ(expect, ValueOf<T>(reduction.replacement()->op()));
107 // Check that the reduction of this binop applied to {a} and {b} yields
113 Reduction reduction = reducer.Reduce(n) local
125 Reduction reduction = reducer.Reduce(n); local
172 Reduction reduction = reducer.Reduce(n); local
180 Reduction reduction = reducer.Reduce(n); local
196 Reduction reduction = reducer.Reduce(n); local
    [all...]
test-phi-reducer.cc 34 Reduction reduction = reducer.Reduce(phi); local
36 CHECK(!reduction.Changed());
38 CHECK(reduction.Changed());
39 CHECK_EQ(expect, reduction.replacement());
test-js-typed-lowering.cc 77 Reduction reduction = reducer.Reduce(node); local
78 if (reduction.Changed()) return reduction.replacement();
457 // If number constants are eagerly typed, then reduction should
603 CHECK_EQ(IrOpcode::kJSToString, r->opcode()); // No reduction.
748 CHECK_EQ(cmp, r); // No reduction of mixed types.
865 // Helper class for testing the reduction of a single binop.
    [all...]
  /external/chromium_org/v8/src/compiler/
machine-operator-reducer.cc 44 // Perform constant folding and strength reduction on machine operators.
45 Reduction MachineOperatorReducer::Reduce(Node* node) {
453 Reduction MachineOperatorReducer::ReduceProjection(size_t index, Node* node) {
js-generic-lowering.cc 60 Reduction JSGenericLowering::Reduce(Node* node) {
  /external/chromium_org/v8/third_party/fdlibm/
fdlibm.js 104 // Need to do full Payne-Hanek reduction here.
335 // |x| < pi/4, approximately. No reduction needed.
345 // |x| < pi/4, approximately. No reduction needed.
355 // |x| < pi/4, approximately. No reduction needed.
366 // 1. Argument Reduction: find k and f such that
526 // 1. Argument reduction:
567 // To compensate the error in the argument reduction, we use
642 // Argument reduction
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 

Completed in 238 milliseconds

12