HomeSort by relevance Sort by last modified time
    Searched refs:Simplify (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/skia/include/pathops/
SkPathOps.h 56 @param path The path to simplify.
60 bool SK_API Simplify(const SkPath& path, SkPath* result);
  /external/skqp/include/pathops/
SkPathOps.h 56 @param path The path to simplify.
60 bool SK_API Simplify(const SkPath& path, SkPath* result);
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
toy.ml 41 (* Simplify the control flow graph (deleting unreachable blocks, etc). *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
toy.ml 41 (* Simplify the control flow graph (deleting unreachable blocks, etc). *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
toy.ml 41 (* Simplify the control flow graph (deleting unreachable blocks, etc). *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
toy.ml 45 (* Simplify the control flow graph (deleting unreachable blocks, etc). *)
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/
toy.ml 41 (* Simplify the control flow graph (deleting unreachable blocks, etc). *)
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/
toy.ml 41 (* Simplify the control flow graph (deleting unreachable blocks, etc). *)
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/
toy.ml 41 (* Simplify the control flow graph (deleting unreachable blocks, etc). *)
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/
toy.ml 45 (* Simplify the control flow graph (deleting unreachable blocks, etc). *)
  /external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter4/
toy.ml 41 (* Simplify the control flow graph (deleting unreachable blocks, etc). *)
  /external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter5/
toy.ml 41 (* Simplify the control flow graph (deleting unreachable blocks, etc). *)
  /external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter6/
toy.ml 41 (* Simplify the control flow graph (deleting unreachable blocks, etc). *)
  /external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter7/
toy.ml 45 (* Simplify the control flow graph (deleting unreachable blocks, etc). *)
  /external/skia/bench/
PathOpsBench.cpp 73 Simplify(fPath, &result);
  /external/skqp/bench/
PathOpsBench.cpp 73 Simplify(fPath, &result);
  /external/swiftshader/third_party/subzero/pnacl-llvm/
NaClBitCodes.cpp 101 NaClBitCodeAbbrev *NaClBitCodeAbbrev::Simplify() const {
105 // Simplify if possible. Currently, the only simplification known
  /external/skia/src/pathops/
SkOpBuilder.cpp 151 // If the path is not convex but its bounds do not intersect the others, simplify is enough.
175 if (!Simplify(fPathRefs[index], &fPathRefs[index])) {
190 bool success = Simplify(sum, result);
  /external/skqp/src/pathops/
SkOpBuilder.cpp 151 // If the path is not convex but its bounds do not intersect the others, simplify is enough.
175 if (!Simplify(fPathRefs[index], &fPathRefs[index])) {
190 bool success = Simplify(sum, result);
  /external/tensorflow/tensorflow/core/kernels/
reduction_ops_common.h 84 Status Simplify(const Tensor& data, const Tensor& axis, const bool keep_dims);
155 OP_REQUIRES_OK(ctx, helper.Simplify(data, axes, keep_dims_));
reduction_ops_common.cc 77 Status ReductionHelper::Simplify(const Tensor& data, const Tensor& axis,
  /external/deqp-deps/SPIRV-Tools/source/opt/
scalar_analysis_simplification.cpp 27 // 1. Given a node passed to SimplifyExpression we first simplify the graph by
69 // Implementation of the functions which are used to simplify the graph. Graphs
87 SENode* Simplify();
113 // Simplify the whole graph by linking like terms together in a single flat
198 SENode* SENodeSimplifyImpl::Simplify() {
314 // Simplify all the terms in the polynomial function.
501 // Create and simplify the new offset node.
512 // Simplify the new offset.
535 return impl.Simplify();
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
scalar_analysis_simplification.cpp 27 // 1. Given a node passed to SimplifyExpression we first simplify the graph by
69 // Implementation of the functions which are used to simplify the graph. Graphs
87 SENode* Simplify();
113 // Simplify the whole graph by linking like terms together in a single flat
198 SENode* SENodeSimplifyImpl::Simplify() {
314 // Simplify all the terms in the polynomial function.
501 // Create and simplify the new offset node.
512 // Simplify the new offset.
535 return impl.Simplify();
  /external/syzkaller/pkg/repro/
repro.go 214 // Simplify options and try extracting C repro.
222 // Simplify C related options.
426 // Simplify repro options (threaded, collide, sandbox, etc).
434 for _, simplify := range progSimplifies {
436 if !simplify(&opts) {
476 // Try to simplify the C reproducer.
484 for _, simplify := range cSimplifies {
486 if simplify(&opts) {
746 type Simplify func(opts *csource.Options) bool
748 var progSimplifies = []Simplify{
    [all...]
  /external/skia/fuzz/
FuzzPathop.cpp 54 Simplify(path, &result);

Completed in 922 milliseconds

1 2 3