Searched defs:shape (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/games/tetris/ |
H A D | tetris.h | 126 struct shape { struct 127 int rot; /* index of rotated version of this shape */ argument 132 extern const struct shape shapes[]; argument
|
H A D | shapes.c | 84 fits_in(const struct shape *shape, int pos) in fits_in() 99 place(const struct shape *shape, int pos, int onoff) in place()
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | MLRegallocPriorityAdvisor.cpp | 98 #define _DECL_FEATURES(type, name, shape, _) \ argument 148 #define _DECL_TRAIN_FEATURES(type, name, shape, _) \ argument
|
H A D | MLRegallocEvictAdvisor.cpp | 350 #define _DECL_FEATURES(type, name, shape, _) \ argument 409 #define _DECL_TRAIN_FEATURES(type, name, shape, _) \ argument
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | TensorSpec.h | 66 const std::vector<int64_t> &shape() const { return Shape; } in shape() function
|
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | VirtRegMap.h | 125 void assignVirt2Shape(Register virtReg, ShapeT shape) { in assignVirt2Shape()
|