Home
last modified time | relevance | path

Searched refs:shape (Results 1 – 25 of 74) sorted by relevance

123

/openbsd-src/games/tetris/
H A Dtetris.h126 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 Dshapes.c57 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 Dtetris.c60 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 Dscreen.c372 static const struct shape *lastshape; in scr_update()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Doperators8.C4 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 Dlog_reader.py30 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 Dgen-regalloc-priority-test-model.py39 (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 Dgen-inline-oz-test-model.py37 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 Dgen-regalloc-eviction-test-model.py32 (key, tf.TensorSpec(dtype=tf.int64, shape=(NUM_REGISTERS), name=key))
/openbsd-src/gnu/llvm/lld/docs/
H A Dpartitions.dot2 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 DMLRegallocPriorityAdvisor.cpp98 #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 DMLRegallocEvictAdvisor.cpp350 #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 DVirtRegMap.h125 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 DTensorSpec.cpp54 for (size_t D : shape()) in toJSON()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTensorSpec.h66 const std::vector<int64_t> &shape() const { return Shape; } in shape() function
/openbsd-src/gnu/usr.bin/texinfo/info/
H A DREADME17 days. I believe this version of Info to be in much better shape than the
/openbsd-src/gnu/gcc/libgomp/
H A Domp.h.in34 reflect the shape of the two types. Their internals are private
/openbsd-src/games/wump/
H A Dwump.info13 shape to continue your quest since you're dead.
/openbsd-src/distrib/notes/loongson/
H A Dprep45 using Ctrl-P. On Lemote systems, unfortunately, there is no cursor shape
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/doc/
H A Daoutx.texi7 structures on disk, and the shape of the relocation
/openbsd-src/gnu/usr.bin/binutils/bfd/doc/
H A Daoutx.texi7 structures on disk, and the shape of the relocation
/openbsd-src/gnu/llvm/llvm/docs/GlobalISel/
H A DPipeline.rst35 can shape the MIR as they wish.
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlpolicy.pod212 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 Dperlclassguts.pod373 is always the same basic shape, regardless of whether the class has a
/openbsd-src/gnu/llvm/llvm/docs/
H A DHowToReleaseLLVM.rst110 #. Verify that the current git trunk is in decent shape by

123