Searched defs:Shape (Results 1 – 14 of 14) sorted by relevance
64 struct Shape { struct73 Shape(std::int32_t n, std::int32_t m, std::int32_t k) in Shape() function76 void init() { in init()104 double run_gemms(std::vector<Shape>* shapes) { in run_gemms() argument
14 struct Shape struct17 Shape() : dummy(true) {} in Shape() function
112 struct Shape { struct115 Shape *Next; // The shape that will appear in the code right after this one argument116 Shape *Natural; // The shape that control flow gets to naturally (if there is argument120 enum ShapeKind { SK_Simple, SK_Multiple, SK_Loop }; argument126 ShapeKind getKind() const { return Kind; } in getKind() argument128 Shape(ShapeKind KindInit) : Id(-1), Next(nullptr), Kind(KindInit) {} in Shape() function
24 public abstract class Shape { class33 public Shape (org.jbox2d.collision.shapes.Shape shape) { in Shape() method in Shape
37 public abstract class Shape { class42 public Shape(ShapeType type) { in Shape() method in Shape
18 public interface Shape { interface
7 @interface Shape : NSObject interface
9 enum Shape { enum
18 public class Shape { class
24 public abstract class Shape { class
163 private class Shape { class in Example2_24Test170 public Shape(List<Entity> entities) { in Shape() method in Example2_24Test.Shape
34 enum Shape { enum
1204 unsigned int Shape; in shapeUnicode() local
17584 void Dictionary<Derived, Shape, Key>::CollectKeysTo( in CollectKeysTo() argument