/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
D | is_heap.pass.cpp | 353 int i211[] = {1, 0, 1, 1, 0, 1, 1}; in test() local 480 assert(std::is_heap(i211, i211+7) == (std::is_heap_until(i211, i211+7) == i211+7)); in test()
|
D | is_heap_until.pass.cpp | 353 int i211[] = {1, 0, 1, 1, 0, 1, 1}; in test() local 480 assert(std::is_heap_until(i211, i211+7) == i211+3); in test()
|
D | is_heap_until_comp.pass.cpp | 354 int i211[] = {1, 0, 1, 1, 0, 1, 1}; in test() local 481 assert(std::is_heap_until(i211, i211+7, std::greater<int>()) == i211+1); in test()
|
D | is_heap_comp.pass.cpp | 354 int i211[] = {1, 0, 1, 1, 0, 1, 1}; in test() local 481 …assert(std::is_heap(i211, i211+7, std::greater<int>()) == (std::is_heap_until(i211, i211+7, std::g… in test()
|
/external/r8/src/test/examples/regalloc/ |
D | RegAlloc.java | 180 int i210 = identity(210); int i211 = identity(211); int i212 = identity(212); in binaryOpUsingHighRegistersLocals() local 221 i204 + i205 + i206 + i207 + i208 + i209 + i210 + i211 + i212 + i213 + i214 + i215 + in binaryOpUsingHighRegistersLocals() 304 double i210 = identity(210.0); double i211 = identity(211.0); double i212 = identity(212.0); in binaryDoubleOpUsingHighRegistersLocals() local 342 i204 + i205 + i206 + i207 + i208 + i209 + i210 + i211 + i212 + i213 + i214 + i215 + in binaryDoubleOpUsingHighRegistersLocals()
|
/external/r8/src/test/examples/invoke/ |
D | Invoke.java | 356 int i210, int i211, int i212, int i213, int i214, int i215, int i216, int i217, int i218, in manyArgs() 412 int i208 = 208; int i209 = 209; int i210 = 210; int i211 = 211; int i212 = 212; in rangeInvokeWithManyLocals() local 437 i201, i202, i203, i204, i205, i206, i207, i208, i209, i210, i211, i212, i213, i214, i215, in rangeInvokeWithManyLocals()
|
/external/llvm/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 422 @i211_l = external global i211 ; <i211*> [#uses=1] 423 @i211_s = external global i211 ; <i211*> [#uses=1] 1776 %tmp = load i211, i211* @i211_l ; <i211> [#uses=1] 1777 store i211 %tmp, i211* @i211_s
|
D | APIntSextParam.ll | 212 @i211_s = external global i211 ; <i211*> [#uses=1] 1309 define void @i211_ls(i211 signext %x) nounwind { 1310 store i211 %x, i211* @i211_s
|
D | APIntParam.ll | 212 @i211_s = external global i211 ; <i211*> [#uses=1] 1309 define void @i211_ls(i211 %x) nounwind { 1310 store i211 %x, i211* @i211_s
|
D | APIntZextParam.ll | 212 @i211_s = external global i211 ; <i211*> [#uses=1] 1309 define void @i211_ls(i211 zeroext %x) nounwind { 1310 store i211 %x, i211* @i211_s
|
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
D | 2009-06-15-RegScavengerAssert.ll | 154 br i1 undef, label %dfg_DFGParser.exit, label %bb.i.i211 156 bb.i.i211: ; preds = %term_DeleteTermList621.exit.i
|
/external/llvm/test/CodeGen/ARM/ |
D | 2009-06-15-RegScavengerAssert.ll | 154 br i1 undef, label %dfg_DFGParser.exit, label %bb.i.i211 156 bb.i.i211: ; preds = %term_DeleteTermList621.exit.i
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 422 @i211_l = external global i211 ; <i211*> [#uses=1] 423 @i211_s = external global i211 ; <i211*> [#uses=1] 1776 %tmp = load i211* @i211_l ; <i211> [#uses=1] 1777 store i211 %tmp, i211* @i211_s
|
D | APIntParam.ll | 212 @i211_s = external global i211 ; <i211*> [#uses=1] 1309 define void @i211_ls(i211 %x) nounwind { 1310 store i211 %x, i211* @i211_s
|
D | APIntSextParam.ll | 212 @i211_s = external global i211 ; <i211*> [#uses=1] 1309 define void @i211_ls(i211 signext %x) nounwind { 1310 store i211 %x, i211* @i211_s
|
D | APIntZextParam.ll | 212 @i211_s = external global i211 ; <i211*> [#uses=1] 1309 define void @i211_ls(i211 zeroext %x) nounwind { 1310 store i211 %x, i211* @i211_s
|