/external/llvm/test/CodeGen/SystemZ/ |
D | atomicrmw-and-04.ll | 42 ; Check the lowest NIHF value outside the range of RISBG. 65 ; Check the lowest NIHH value outside the range of RISBG. 83 ; Check the highest NILL value outside the range of RISBG. 92 ; Check the lowest NILL value outside the range of RISBG. 110 ; Check the highest NILH value outside the range of RISBG. 119 ; Check the lowest NILH value outside the range of RISBG. 128 ; Check the lowest NILF value outside the range of RISBG. 137 ; Check the highest NIHL value outside the range of RISBG. 146 ; Check the lowest NIHL value outside the range of RISBG. 155 ; Check the highest NIHH value outside the range of RISBG.
|
D | atomicrmw-nand-04.ll | 46 ; Check the lowest NIHF value outside the range of RISBG. 71 ; Check the lowest NIHH value outside the range of RISBG. 89 ; Check the highest NILL value outside the range of RISBG. 98 ; Check the lowest NILL value outside the range of RISBG. 116 ; Check the highest NILH value outside the range of RISBG. 125 ; Check the lowest NILH value outside the range of RISBG. 134 ; Check the lowest NILF value outside the range of RISBG. 143 ; Check the highest NIHL value outside the range of RISBG. 152 ; Check the lowest NIHL value outside the range of RISBG. 161 ; Check the highest NIHH value outside the range of RISBG.
|
D | and-04.ll | 77 ; Check the lowest NIHH value outside the RISBG range (0x0002ffff_ffffffff). 86 ; Check the highest NIHH value outside the RISBG range (0xfffaffff_ffffffff). 104 ; Check the lowest NIHL value outside the RISBG range (0xffff0002_ffffffff). 113 ; Check the highest NIHL value outside the RISBG range (0xfffffffa_ffffffff). 122 ; Check the lowest NILF value outside the RISBG range (0xffffffff_00000002). 131 ; Check the lowest NILH value outside the RISBG range (0xffffffff_0002ffff). 149 ; Check the highest NILH value outside the RISBG range (0xffffffff_fffaffff). 167 ; Check the lowest NILL value outside the RISBG range (0xffffffff_ffff0002). 176 ; Check the highest NILL value outside the RISBG range.
|
/external/deqp/modules/gles3/functional/ |
D | es3fClippingTests.cpp | 1889 const tcu::IVec3 outside[] = in init() local 1938 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(outside); ++ndx) in init() 1946 const tcu::Vec3 r2 = IVec3ToVec3(outside[ndx]) * far; in init() 1952 (outside[ndx].x() > 0 ? "_pos_x" : (outside[ndx].x() < 0 ? "_neg_x" : "")) + in init() 1953 (outside[ndx].y() > 0 ? "_pos_y" : (outside[ndx].y() < 0 ? "_neg_y" : "")) + in init() 1954 (outside[ndx].z() > 0 ? "_pos_z" : (outside[ndx].z() < 0 ? "_neg_z" : "")); in init() 1959 if (outside[ndx].x() == 0 && outside[ndx].y() == 0) in init() 1987 for (int ndx1 = 0; ndx1 < DE_LENGTH_OF_ARRAY(outside); ++ndx1) in init() 1988 for (int ndx2 = ndx1 + 1; ndx2 < DE_LENGTH_OF_ARRAY(outside); ++ndx2) in init() 1995 const tcu::IVec3 r1 = outside[ndx1]; in init() [all …]
|
/external/deqp/modules/gles2/functional/ |
D | es2fClippingTests.cpp | 1885 const tcu::IVec3 outside[] = in init() local 1934 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(outside); ++ndx) in init() 1942 const tcu::Vec3 r2 = IVec3ToVec3(outside[ndx]) * far; in init() 1948 (outside[ndx].x() > 0 ? "_pos_x" : (outside[ndx].x() < 0 ? "_neg_x" : "")) + in init() 1949 (outside[ndx].y() > 0 ? "_pos_y" : (outside[ndx].y() < 0 ? "_neg_y" : "")) + in init() 1950 (outside[ndx].z() > 0 ? "_pos_z" : (outside[ndx].z() < 0 ? "_neg_z" : "")); in init() 1955 if (outside[ndx].x() == 0 && outside[ndx].y() == 0) in init() 1983 for (int ndx1 = 0; ndx1 < DE_LENGTH_OF_ARRAY(outside); ++ndx1) in init() 1984 for (int ndx2 = ndx1 + 1; ndx2 < DE_LENGTH_OF_ARRAY(outside); ++ndx2) in init() 1991 const tcu::IVec3 r1 = outside[ndx1]; in init() [all …]
|
/external/clang/test/ARCMT/ |
D | atautorelease-check.m | 103 // 'x' is declared inside the "pool scope" but used outside it, if we create 104 // a @autorelease scope it will be undefined outside it so don't touch the pool. 109 …++x; // expected-error {{a name is referenced outside the NSAutoreleasePool scope that it was decl… 120 …struct S *var; // expected-error {{a name is referenced outside the NSAutoreleasePool scope that i… 132 …int x = Bar; // expected-error {{a name is referenced outside the NSAutoreleasePool scope that it … 143 …Bar x; // expected-error {{a name is referenced outside the NSAutoreleasePool scope that it was de…
|
/external/deqp/framework/referencerenderer/ |
D | rrRenderer.cpp | 285 const TriangleVertex& outside = clipped; in clipTriangleOneVertex() local 288 const ClipFloat hitDist = plane.clipLineSegmentEnd(inside.position, outside.position); in clipTriangleOneVertex() 297 const ClipVec4 approximatedClipPoint = tcu::mix(inside.position, outside.position, hitDist); in clipTriangleOneVertex() 298 …const ClipVec4 anotherPointOnLine = (hitDist > (ClipFloat)0.5) ? (inside.position) : (outside.pos… in clipTriangleOneVertex() 301 middle.weight[0] = tcu::mix(inside.weight[0], outside.weight[0], hitDist); in clipTriangleOneVertex() 302 middle.weight[1] = tcu::mix(inside.weight[1], outside.weight[1], hitDist); in clipTriangleOneVertex() 303 middle.weight[2] = tcu::mix(inside.weight[2], outside.weight[2], hitDist); in clipTriangleOneVertex() 309 const TriangleVertex& outside = clipped; in clipTriangleOneVertex() local 312 const ClipFloat hitDist = plane.clipLineSegmentEnd(inside.position, outside.position); in clipTriangleOneVertex() 321 const ClipVec4 approximatedClipPoint = tcu::mix(inside.position, outside.position, hitDist); in clipTriangleOneVertex() [all …]
|
/external/llvm/test/Transforms/LoopVectorize/ |
D | no_outside_user.ll | 4 ; CHECK: remark: {{.*}}: loop not vectorized: use of induction value outside of the loop is not han… 15 ; We used to vectorize this loop. But it has a value that is used outside of the 45 ; Don't vectorize this loop. Its phi node (induction variable) has an outside
|
/external/llvm/test/Transforms/LoopStrengthReduce/ARM/ |
D | 2012-06-15-lsr-noaddrmode.ll | 13 ; LSR Use: Kind=Special, Offsets={0}, all-fixups-outside-loop, widest fixup type: i32 21 ; LSR Use: Kind=Special, Offsets={0}, all-fixups-outside-loop, widest fixup type: i32 26 ; LSR Use: Kind=Special, Offsets={0}, all-fixups-outside-loop, widest fixup type: i32 34 ; LSR Use: Kind=Special, Offsets={0}, all-fixups-outside-loop, widest fixup type: i32
|
/external/clang/test/SemaObjCXX/ |
D | message.mm | 65 … return [typename identity<I3>::type method]; // expected-warning{{occurs outside of a template}} 72 …int* ip3 = {[typename identity<I3>::type method]}; // expected-warning{{occurs outside of a templa… 73 …ame identity<I2_holder>::type().get() method]}; // expected-warning{{occurs outside of a template}}
|
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/tutorials/ |
D | quickstart.nogae.rst | 3 Quick start (to use webapp2 outside of App Engine) 5 webapp2 can also be used outside of App Engine as a general purpose web 9 fallbacks to be used outside of App Engine.
|
/external/llvm/test/MC/ARM/ |
D | thumb-load-store-multiple.s | 25 @ CHECK: error: instruction must be outside of IT block or the last instruction in an IT block 39 @ CHECK: error: instruction must be outside of IT block or the last instruction in an IT block 85 @ CHECK: error: instruction must be outside of IT block or the last instruction in an IT block
|
/external/deqp/doc/testspecs/GLES2/ |
D | functional.scissors.txt | 36 - (Partially) outside render target 47 areas outside the scissor rectangle cleared by the test logic.
|
/external/lzma/ |
D | history.txt | 53 outside of allocated range. 66 LZMA Encoder in fast compression mode could access memory outside of 119 outside of allocated range. 202 decoder could access memory outside of allocated range.
|
/external/valgrind/none/tests/amd64/ |
D | tm1.stdout.exp | 3 xabort: outside transaction is nop.
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | dont-recompute.ll | 3 ; This tests that the IV is not recomputed outside of the loop when it is known 5 ; although a's value can be computed outside of the loop, there is no benefit
|
/external/llvm/test/CodeGen/X86/ |
D | sink-out-of-loop.ll | 4 ; same loop, the other successor is outside the loop. We should be able to sink 5 ; MOV32ri outside the loop.
|
D | private-2.ll | 2 ; Quote should be outside of private prefix.
|
/external/skia/src/gpu/ |
D | GrAARectRenderer.cpp | 844 SkRect outside = GrTest::TestRect(random); in BATCH_TEST_DEFINE() local 845 SkScalar minDim = SkMinScalar(outside.width(), outside.height()); in BATCH_TEST_DEFINE() 847 SkRect outsideAssist = outside; in BATCH_TEST_DEFINE() 849 SkRect inside = outside; in BATCH_TEST_DEFINE() 854 geo.fDevOutside = outside; in BATCH_TEST_DEFINE()
|
/external/chromium-trace/trace-viewer/tracing/tracing/ui/extras/system_stats/ |
D | system_stats_instance_track.css | 12 list-style-position: outside;
|
/external/chromium-trace/trace-viewer/tracing/tracing/ui/extras/tcmalloc/ |
D | heap_instance_track.css | 12 list-style-position: outside;
|
/external/llvm/test/tools/llvm-objdump/X86/ |
D | out-of-section-sym.test | 1 // Check that llvm-objdump does not attempt to disassemble symbols outside
|
/external/guava/guava-tests/test/com/google/common/eventbus/outside/ |
D | OutsideEventBusTest.java | 17 package com.google.common.eventbus.outside;
|
/external/pdfium/public/ |
D | README | 8 never include other header files from outside of it.
|
/external/clang/test/Parser/ |
D | objc-quirks.m | 11 // expected-warning{{extra ';' outside of a function}}
|