| /openbsd-src/games/tetris/ |
| H A D | tetris.h | 126 struct shape { struct 132 extern const struct shape shapes[]; argument 134 extern const struct shape *curshape; 135 extern const struct shape *nextshape; 178 int fits_in(const struct shape *, int); 179 void place(const struct shape *, int, int);
|
| H A D | shapes.c | 57 const struct shape shapes[] = { 84 fits_in(const struct shape *shape, int pos) in fits_in() argument 86 const int *o = shape->off; in fits_in() 99 place(const struct shape *shape, int pos, int onoff) in place() argument 101 const int *o = shape->off; in place()
|
| H A D | tetris.c | 60 const struct shape *curshape; 61 const struct shape *nextshape; 70 const struct shape *randshape(void); 137 const struct shape * 140 const struct shape *tmp; in randshape() 317 const struct shape *new = &shapes[ in main()
|
| H A D | screen.c | 372 static const struct shape *lastshape; in scr_update()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/ |
| H A D | operators8.C | 4 class shape { 12 class square :public shape { 28 class triangle :public shape { 46 shape* s1 = new square(4,4,5); in main() 47 shape* s2 = new triangle(6,6,2,3); in main()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/models/ |
| H A D | log_reader.py | 30 shape: list[int] 37 shape = [int(e) for e in d['shape']] 44 shape=shape, 55 self._len = math.prod(self._spec.shape) 70 size = math.prod(ts.shape) * ctypes.sizeof(ts.element_type)
|
| H A D | gen-regalloc-priority-test-model.py | 39 (key, tf.TensorSpec(dtype=tf.int64, shape=(), name=key)) 43 tf.TensorSpec(dtype=tf.float32, shape=(), name=key)) 46 dict((key, tf.TensorSpec(dtype=tf.float32, shape=(), name=key)) 49 dict((key, tf.TensorSpec(dtype=tf.int32, shape=(), name=key))
|
| H A D | gen-inline-oz-test-model.py | 37 tf.TensorSpec(dtype=tf.int64, shape=(), name=key) for key in [ 79 tf.TensorSpec(dtype=tf.float32, shape=(), name=key) 85 tf.TensorSpec(dtype=tf.int32, shape=(), name=key)
|
| H A D | gen-regalloc-eviction-test-model.py | 32 (key, tf.TensorSpec(dtype=tf.int64, shape=(NUM_REGISTERS), name=key))
|
| /openbsd-src/gnu/llvm/lld/docs/ |
| H A D | partitions.dot | 2 part_main [label="Main partition",shape=plaintext]; 3 part1 [label="Loadable partition 1",shape=plaintext]; 4 part2 [label="Loadable partition 2",shape=plaintext];
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | MLRegallocPriorityAdvisor.cpp | 98 #define _DECL_FEATURES(type, name, shape, _) \ argument 99 TensorSpec::createSpec<type>(#name, shape), 148 #define _DECL_TRAIN_FEATURES(type, name, shape, _) \ argument 149 TensorSpec::createSpec<type>(std::string("action_") + #name, shape),
|
| H A D | MLRegallocEvictAdvisor.cpp | 350 #define _DECL_FEATURES(type, name, shape, _) \ argument 351 TensorSpec::createSpec<type>(#name, shape), 409 #define _DECL_TRAIN_FEATURES(type, name, shape, _) \ argument 410 TensorSpec::createSpec<type>(std::string("action_") + #name, shape),
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | VirtRegMap.h | 125 void assignVirt2Shape(Register virtReg, ShapeT shape) { in assignVirt2Shape() argument 126 Virt2ShapeMap[virtReg.id()] = shape; in assignVirt2Shape()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | TensorSpec.cpp | 54 for (size_t D : shape()) in toJSON()
|
| /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/usr.bin/texinfo/info/ |
| H A D | README | 17 days. I believe this version of Info to be in much better shape than the
|
| /openbsd-src/gnu/gcc/libgomp/ |
| H A D | omp.h.in | 34 reflect the shape of the two types. Their internals are private
|
| /openbsd-src/games/wump/ |
| H A D | wump.info | 13 shape to continue your quest since you're dead.
|
| /openbsd-src/distrib/notes/loongson/ |
| H A D | prep | 45 using Ctrl-P. On Lemote systems, unfortunately, there is no cursor shape
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/doc/ |
| H A D | aoutx.texi | 7 structures on disk, and the shape of the relocation
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/doc/ |
| H A D | aoutx.texi | 7 structures on disk, and the shape of the relocation
|
| /openbsd-src/gnu/llvm/llvm/docs/GlobalISel/ |
| H A D | Pipeline.rst | 35 can shape the MIR as they wish.
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlpolicy.pod | 212 an experimental feature useful and want to help shape its future. 415 document in any way, shape, or form. Perl is distributed under the GNU
|
| H A D | perlclassguts.pod | 373 is always the same basic shape, regardless of whether the class has a
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | HowToReleaseLLVM.rst | 110 #. Verify that the current git trunk is in decent shape by
|