Searched refs:n11 (Results 1 – 11 of 11) sorted by relevance
/external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph_tests/ |
D | test_object_graph.py | 271 n11 = graph.createNode(ArgNode, "n1.1", 1) 280 graph.createReference(n1, n11) 282 graph.createReference(n11, n111) 283 graph.createReference(n11, n112) 287 self.assertTrue(n11 in graph) 306 self.assertTrue(n11 not in graph)
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
D | 2011-10-13-SCEVChain.ll | 78 %n11 = sub i32 0, %a11 79 %t11 = icmp ugt i32 %n11, -4 80 %m11 = select i1 %t11, i32 %n11, i32 -4
|
/external/v8/test/cctest/compiler/ |
D | test-graph-visualizer.cc | 118 Node* n11 = graph.NewNode(&dummy_operator1, n9); in TEST() local 119 Node* end_dependencies[6] = {n4, n8, n10, n11, n6, n7}; in TEST()
|
/external/ImageMagick/MagickCore/ |
D | resample.c | 898 const double n11 = aa+bb; in ClampUpAxes() local 904 const double frobenius_squared = n11+n22; in ClampUpAxes() 931 const double s1s1minusn11 = s1s1-n11; in ClampUpAxes()
|
/external/clang/test/CXX/expr/expr.const/ |
D | p2-0x.cpp | 240 constexpr int n11 = -1 - n3; // ok variable
|
/external/v8/test/unittests/compiler/ |
D | scheduler-unittest.cc | 172 Node* n11 = g->NewNode(common()->IfTrue(), n10); in TARGET_TEST_F() local 174 Node* n13 = g->NewNode(common()->Merge(2), n11, n12); in TARGET_TEST_F()
|
/external/vulkan-validation-layers/libs/glm/gtc/ |
D | noise.inl | 86 T n11 = dot(g11, detail::tvec2<T, P>(fx.w, fy.w)); local 89 …detail::tvec2<T, P> n_x = mix(detail::tvec2<T, P>(n00, n01), detail::tvec2<T, P>(n10, n11), fade_x… 408 T n11 = dot(g11, detail::tvec2<T, P>(fx.w, fy.w)); local 411 …detail::tvec2<T, P> n_x = mix(detail::tvec2<T, P>(n00, n01), detail::tvec2<T, P>(n10, n11), fade_x…
|
/external/mesa3d/doxygen/ |
D | gallium.doc | 261 28 [color="#0d8159", URL="\ref read_quad_f_swz", label="read_quad_f_swz\n11.35% (5.87%)\n7223435"];
|
/external/clang/test/SemaCXX/ |
D | constant-expression-cxx11.cpp | 291 constexpr bool n11 = &x < 0; // expected-error {{must be initialized by a constant expression}} variable
|
/external/pcre/dist/testdata/ |
D | testinput2 | 1466 …(?P<n2>c)(?P<n3>d)(?P<n4>e)(?P<n5>f)(?P<n6>g)(?P<n7>h)(?P<n8>i)(?P<n9>j)(?P<n10>k)(?P<n11>l)A\11B"I
|
D | testoutput2 | 5855 …(?P<n2>c)(?P<n3>d)(?P<n4>e)(?P<n5>f)(?P<n6>g)(?P<n7>h)(?P<n8>i)(?P<n9>j)(?P<n10>k)(?P<n11>l)A\11B"I 5862 n11 12
|