Home
last modified time | relevance | path

Searched refs:reduce2 (Results 1 – 14 of 14) sorted by relevance

/external/skqp/tests/
DPathOpsCubicLineIntersectionTest.cpp37 SkReduceOrder reduce2; in testFail() local
39 int order2 = reduce2.reduce(line); in testFail()
139 SkReduceOrder reduce2; in testOne() local
141 int order2 = reduce2.reduce(line); in testOne()
DPathOpsCubicQuadIntersectionTest.cpp65 SkReduceOrder reduce2; in cubicQuadIntersection() local
67 int order2 = reduce2.reduce(quad); in cubicQuadIntersection()
DPathOpsCubicConicIntersectionTest.cpp55 SkReduceOrder reduce2; in cubicConicIntersection() local
57 int order2 = reduce2.reduce(conic.fPts); in cubicConicIntersection()
DPathOpsConicQuadIntersectionTest.cpp44 SkReduceOrder reduce2; in conicQuadIntersection() local
45 int order1 = reduce2.reduce(conic.fPts); in conicQuadIntersection()
DPathOpsQuadIntersectionTest.cpp25 SkReduceOrder reduce1, reduce2; in standardTestCases() local
27 int order2 = reduce2.reduce(quad2); in standardTestCases()
DPathOpsCubicIntersectionTest.cpp27 SkReduceOrder reduce1, reduce2; in standardTestCases() local
29 int order2 = reduce2.reduce(c2, SkReduceOrder::kNo_Quadratics); in standardTestCases()
/external/skia/tests/
DPathOpsCubicLineIntersectionTest.cpp37 SkReduceOrder reduce2; in testFail() local
39 int order2 = reduce2.reduce(line); in testFail()
139 SkReduceOrder reduce2; in testOne() local
141 int order2 = reduce2.reduce(line); in testOne()
DPathOpsCubicQuadIntersectionTest.cpp65 SkReduceOrder reduce2; in cubicQuadIntersection() local
67 int order2 = reduce2.reduce(quad); in cubicQuadIntersection()
DPathOpsConicQuadIntersectionTest.cpp44 SkReduceOrder reduce2; in conicQuadIntersection() local
45 int order1 = reduce2.reduce(conic.fPts); in conicQuadIntersection()
DPathOpsCubicConicIntersectionTest.cpp55 SkReduceOrder reduce2; in cubicConicIntersection() local
57 int order2 = reduce2.reduce(conic.fPts); in cubicConicIntersection()
DPathOpsQuadIntersectionTest.cpp25 SkReduceOrder reduce1, reduce2; in standardTestCases() local
27 int order2 = reduce2.reduce(quad2); in standardTestCases()
DPathOpsCubicIntersectionTest.cpp27 SkReduceOrder reduce1, reduce2; in standardTestCases() local
29 int order2 = reduce2.reduce(c2, SkReduceOrder::kNo_Quadratics); in standardTestCases()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dcpu_gpu_fusion_test.cc611 auto reduce2 = builder.AddInstruction(HloInstruction::CreateReduce( in XLA_TEST_F() local
615 ->CreateFusionInstruction(/*instructions_to_fuse=*/{reduce2}, in XLA_TEST_F()
631 auto reduce2 = builder.AddInstruction(HloInstruction::CreateReduce( in XLA_TEST_F() local
635 ShapeUtil::MakeShape(S32, {}), HloOpcode::kNegate, reduce2)); in XLA_TEST_F()
637 ->CreateFusionInstruction(/*instructions_to_fuse=*/{negate3, reduce2}, in XLA_TEST_F()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dfake_quantize_ops.cc322 xla::XlaOp reduce2 = xla::ReduceAll( in Compile() local
326 xla::XlaOp output2 = XlaHelpers::ConvertElementType(reduce2, data_type); in Compile()