Home
last modified time | relevance | path

Searched defs:reduce1 (Results 1 – 9 of 9) sorted by relevance

/external/skia/tests/
DPathOpsCubicLineIntersectionTest.cpp42 SkReduceOrder reduce1; in testFail() local
144 SkReduceOrder reduce1; in testOne() local
DPathOpsConicQuadIntersectionTest.cpp48 SkReduceOrder reduce1; in conicQuadIntersection() local
DPathOpsCubicConicIntersectionTest.cpp59 SkReduceOrder reduce1; in cubicConicIntersection() local
DPathOpsCubicQuadIntersectionTest.cpp68 SkReduceOrder reduce1; in cubicQuadIntersection() local
DPathOpsQuadIntersectionTest.cpp34 SkReduceOrder reduce1, reduce2; in standardTestCases() local
DPathOpsCubicIntersectionTest.cpp38 SkReduceOrder reduce1, reduce2; in standardTestCases() local
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dfake_quantize_ops.cc217 xla::XlaOp reduce1 = xla::ReduceAll( in Compile() local
347 xla::XlaOp reduce1 = in Compile() local
/external/pytorch/benchmarks/static_runtime/
Dtest_generated_ops.cc3440 auto reduce1 = "add"; in TEST() local
3479 auto reduce1 = "add"; in TEST() local
3555 auto reduce1 = "mean"; in TEST() local
/external/OpenCL-CTS/test_conformance/math_brute_force/
Dreference_math.cpp53 static double reduce1(double x) in reduce1() function