Home
last modified time | relevance | path

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

12345

/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 \
36 Every Direct3D9 program will now try using nine before wined3d
75 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/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-strings/
Dradix.test11 CHECK-NONE: nine
18 CHECK-DEC: 40 nine
25 CHECK-OCT: 50 nine
32 CHECK-HEX: 28 nine
/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/fonttools/Tests/mtiLib/data/mti/
Dchainedcoverage.txt18 nine
35 nine
Dcontextcoverage.txt18 nine
35 nine
/external/fonttools/Tests/feaLib/data/
Dfeature_aalt.fea22 sub [zero one two three four five six seven eight nine] [A a]' by ordfeminine;
23 sub [zero one two three four five six seven eight nine] [O o]' by ordmasculine;
DGPOS_1.fea3 @sevenEightNine = [seven eight nine];
30 pos nine -100;
Dbug463.fea3 @DIGIT = [zero one two three four five six seven eight nine];
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dattr-amdgpu-num-sgpr-spill-to-smem.ll17 %nine = load volatile i32, i32 addrspace(4)* undef
28 store volatile i32 %nine, i32 addrspace(1)* undef
Dattr-amdgpu-num-sgpr.ll22 %nine = load volatile i32, i32 addrspace(4)* undef
24 …(i32 %one, i32 %two, i32 %three, i32 %four, i32 %five, i32 %six, i32 %seven, i32 %eight, i32 %nine)
33 store volatile i32 %nine, i32 addrspace(1)* undef
/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/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.cpp51 SkRRect nine; in onDraw() local
52 nine.setNinePatch(SkRect::MakeXYWH(550 - 30.25 - 100, 370.75, 100, 150), 12, 35, 23, 20); in onDraw()
53 stack.clipRRect(nine, SkMatrix::I(), kDifference_SkClipOp, true); in onDraw()
/external/skia/gm/
Dwindowrectangles.cpp51 SkRRect nine; in onDraw() local
52 nine.setNinePatch(SkRect::MakeXYWH(550 - 30.25 - 100, 370.75, 100, 150), 12, 35, 23, 20); in onDraw()
53 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/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-strings/Inputs/
Dnumbers9 nine
/external/pcre/dist2/testdata/
Dgrepoutput86 7:X seven…8:X eight
9:X nine
10:X ten
Dgrepinput85 X seven…X eight
X nine
X ten
Dgrepoutput75 29:nine
172 nine
203 29-nine
225 nine
247 nine
279 29-nine
302 nine
580 29: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";

12345