Home
last modified time | relevance | path

Searched refs:nine (Results 1 – 25 of 77) sorted by relevance

1234

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_helpers.h76 #define NINE_DEVICE_CHILD_NEW(nine, out, dev, ...) \ argument
79 struct Nine##nine *__data; \
81 __data = CALLOC_STRUCT(Nine##nine); \
84 …dev)->params.BehaviorFlags & D3DCREATE_MULTITHREADED) ? &Lock##nine##_vtable : &Nine##nine##_vtabl…
85 __params.guids = Nine##nine##_IIDs; \
86 __params.dtor = (void *)Nine##nine##_dtor; \
90 HRESULT __hr = Nine##nine##_ctor(__data, &__params, ## __VA_ARGS__); \
92 Nine##nine##_dtor(__data); \
101 #define NINE_NEW(nine, out, lock, ...) \ argument
104 struct Nine##nine *__data; \
[all …]
DREADME5 --with-gallium-drivers=nouveau,r600,swrast --enable-nine \
37 Every Direct3D9 program will now try using nine before wined3d
76 stone, so feel free to hack on those as well as st/nine.
/external/eigen/bench/btl/generic_bench/utils/
Dsize_lin_log.hh29 int nine=9; in size_lin_log() local
35 for (int i=0;i<nine;i++){ in size_lin_log()
42 size_log(nb_point-nine,ten,size_max,log_size); in size_lin_log()
44 for (int i=0;i<nb_point-nine;i++){ in size_lin_log()
46 X[i+nine]=log_size[i]; in size_lin_log()
/external/libcxx/test/std/experimental/iterator/ostream.joiner/ostream.joiner.cons/
Dostream_joiner.cons.pass.cpp30 const std::string nine = "9"; in main() local
42 { exp::ostream_joiner<std::string> oj(std::cout, nine); } in main()
54 { exp::ostream_joiner<std::string, wchar_t> oj(std::wcout, nine); } in main()
/external/python/cpython2/Modules/zlib/
Dalgorithm.txt84 of the first table is nine bits. Also the distance trees have 30 possible
96 lookup table for the first, let's say, nine bits of a Huffman symbol. The
98 symbol is shorter than nine bits, then that symbol's translation is duplicated
100 symbol is four bits, then it's duplicated 32 times in a nine-bit table. If a
101 symbol is nine bits long, it appears in the table once.
103 If the symbol is longer than nine bits, then that entry in the table points
112 So a table entry either points to another table (in which case nine bits in
/external/python/cpython3/Modules/zlib/
Dalgorithm.txt84 of the first table is nine bits. Also the distance trees have 30 possible
96 lookup table for the first, let's say, nine bits of a Huffman symbol. The
98 symbol is shorter than nine bits, then that symbol's translation is duplicated
100 symbol is four bits, then it's duplicated 32 times in a nine-bit table. If a
101 symbol is nine bits long, it appears in the table once.
103 If the symbol is longer than nine bits, then that entry in the table points
112 So a table entry either points to another table (in which case nine bits in
/external/syslinux/com32/lib/zlib/
Dalgorithm.txt84 of the first table is nine bits. Also the distance trees have 30 possible
96 lookup table for the first, let's say, nine bits of a Huffman symbol. The
98 symbol is shorter than nine bits, then that symbol's translation is duplicated
100 symbol is four bits, then it's duplicated 32 times in a nine-bit table. If a
101 symbol is nine bits long, it appears in the table once.
103 If the symbol is longer than nine bits, then that entry in the table points
112 So a table entry either points to another table (in which case nine bits in
/external/zlib/src/doc/
Dalgorithm.txt84 of the first table is nine bits. Also the distance trees have 30 possible
96 lookup table for the first, let's say, nine bits of a Huffman symbol. The
98 symbol is shorter than nine bits, then that symbol's translation is duplicated
100 symbol is four bits, then it's duplicated 32 times in a nine-bit table. If a
101 symbol is nine bits long, it appears in the table once.
103 If the symbol is longer than nine bits, then that entry in the table points
112 So a table entry either points to another table (in which case nine bits in
/external/skqp/gm/
Dwindowrectangles.cpp50 SkRRect nine; in onDraw() local
51 nine.setNinePatch(SkRect::MakeXYWH(550 - 30.25 - 100, 370.75, 100, 150), 12, 35, 23, 20); in onDraw()
52 stack.clipRRect(nine, SkMatrix::I(), kDifference_SkClipOp, true); in onDraw()
/external/skia/gm/
Dwindowrectangles.cpp50 SkRRect nine; in onDraw() local
51 nine.setNinePatch(SkRect::MakeXYWH(550 - 30.25 - 100, 370.75, 100, 150), 12, 35, 23, 20); in onDraw()
52 stack.clipRRect(nine, SkMatrix::I(), kDifference_SkClipOp, true); in onDraw()
/external/mesa3d/src/gallium/targets/d3dadapter9/
DMakefile.am33 -I$(top_srcdir)/src/gallium/state_trackers/nine \
71 $(top_builddir)/src/gallium/state_trackers/nine/libninetracker.la \
/external/pcre/dist2/testdata/
Dgrepoutput75 29:nine
172 nine
203 29-nine
225 nine
247 nine
279 29-nine
302 nine
573 29:nine
Dgrepoutput86 7:X seven…8:X eight
9:X nine
10:X ten
Dgrepinput85 X seven…X eight
X nine
X ten
Dgrepinputx29 nine
/external/llvm/unittests/ADT/
DAPIntTest.cpp203 APInt nine(8, 9); in TEST() local
206 EXPECT_EQ(nine.srem(two), one); in TEST()
207 EXPECT_EQ(nine.srem(-two), one); in TEST()
208 EXPECT_EQ((-nine).srem(two), -one); in TEST()
209 EXPECT_EQ((-nine).srem(-two), -one); in TEST()
211 APInt::sdivrem(nine, two, q, r); in TEST()
214 APInt::sdivrem(-nine, two, q, r); in TEST()
217 APInt::sdivrem(nine, -two, q, r); in TEST()
220 APInt::sdivrem(-nine, -two, q, r); in TEST()
/external/icu/icu4c/source/data/rbnf/
Den_IN.txt71 "9: nine;",
149 "90: nine>%%tieth>;",
Den.txt100 "9: nine;",
179 "90: nine>%%tieth>;",
/external/turbine/javatests/com/google/turbine/lower/testdata/
Dannouse15.test17 String nine() default "hi";
/external/mesa3d/
DMakefile.am36 --enable-nine \
/external/tensorflow/tensorflow/compiler/xla/
Dliteral_util_test.cc884 auto nine = Literal::CreateR0<uint32>(9); in TEST_F() local
885 TF_EXPECT_OK(zero->CopyFrom(*nine)); in TEST_F()
886 EXPECT_EQ(*zero, *nine); in TEST_F()
903 auto nine = Literal::CreateR1<float>({9}); in TEST_F() local
905 TF_EXPECT_OK(nine->CopySliceFrom(*empty, {0}, {0}, {0})); in TEST_F()
906 EXPECT_EQ(*nine, *const_nine); in TEST_F()
912 auto nine = Literal::CreateR1<float>({9}); in TEST_F() local
914 TF_EXPECT_OK(empty->CopySliceFrom(*nine, {0}, {0}, {0})); in TEST_F()
/external/mesa3d/src/gallium/
DMakefile.am178 SUBDIRS += state_trackers/nine targets/d3dadapter9
/external/mesa3d/src/gallium/docs/source/
Dformat.rst34 There are two exceptions for ``FLOAT``. ``R9G9B9E5_FLOAT`` is nine bits
/external/icu/icu4c/source/data/translit/
DLatin_InterIndic.txt126 $nine=\uE06F; # DIGIT NINE
380 9→$nine;
/external/tensorflow/tensorflow/examples/udacity/
D5_word2vec.ipynb572 "Nearest to three: four, seven, six, five, nine, eight, two, zero,\n",
580 "Nearest to eight: nine, six, seven, five, four, three, zero, two,\n",
593 "Nearest to three: two, four, five, seven, eight, six, nine, one,\n",
601 "Nearest to eight: nine, seven, six, five, four, three, zero, one,\n",
614 "Nearest to three: four, six, two, eight, five, seven, nine, zero,\n",
622 "Nearest to eight: nine, six, four, seven, three, zero, five, one,\n",
642 "Nearest to three: four, six, five, two, seven, eight, one, nine,\n",
650 "Nearest to eight: nine, six, seven, four, five, three, one, two,\n",
663 "Nearest to three: five, four, six, seven, two, eight, one, nine,\n",
671 "Nearest to eight: six, nine, seven, five, four, three, zero, two,\n",
[all …]

1234