/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
D | is_heap.pass.cpp | 343 int i201[] = {1, 0, 1, 0, 0, 0, 1}; in test() local 470 assert(std::is_heap(i201, i201+7) == (std::is_heap_until(i201, i201+7) == i201+7)); in test()
|
D | is_heap_until.pass.cpp | 343 int i201[] = {1, 0, 1, 0, 0, 0, 1}; in test() local 470 assert(std::is_heap_until(i201, i201+7) == i201+7); in test()
|
D | is_heap_until_comp.pass.cpp | 344 int i201[] = {1, 0, 1, 0, 0, 0, 1}; in test() local 471 assert(std::is_heap_until(i201, i201+7, std::greater<int>()) == i201+1); in test()
|
D | is_heap_comp.pass.cpp | 344 int i201[] = {1, 0, 1, 0, 0, 0, 1}; in test() local 471 …assert(std::is_heap(i201, i201+7, std::greater<int>()) == (std::is_heap_until(i201, i201+7, std::g… in test()
|
/external/r8/src/test/examples/regalloc/ |
D | RegAlloc.java | 177 int i201 = identity(201); int i202 = identity(202); int i203 = identity(203); in binaryOpUsingHighRegistersLocals() local 220 i192 + i193 + i194 + i195 + i196 + i197 + i198 + i199 + i200 + i201 + i202 + i203 + in binaryOpUsingHighRegistersLocals() 301 double i201 = identity(201.0); double i202 = identity(202.0); double i203 = identity(203.0); in binaryDoubleOpUsingHighRegistersLocals() local 341 i192 + i193 + i194 + i195 + i196 + i197 + i198 + i199 + i200 + i201 + i202 + i203 + in binaryDoubleOpUsingHighRegistersLocals()
|
/external/r8/src/test/examples/invoke/ |
D | Invoke.java | 355 int i201, int i202, int i203, int i204, int i205, int i206, int i207, int i208, int i209, in manyArgs() 410 int i198 = 198; int i199 = 199; int i200 = 200; int i201 = 201; int i202 = 202; 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 | 402 @i201_l = external global i201 ; <i201*> [#uses=1] 403 @i201_s = external global i201 ; <i201*> [#uses=1] 1716 %tmp = load i201, i201* @i201_l ; <i201> [#uses=1] 1717 store i201 %tmp, i201* @i201_s
|
D | APIntSextParam.ll | 202 @i201_s = external global i201 ; <i201*> [#uses=1] 1259 define void @i201_ls(i201 signext %x) nounwind { 1260 store i201 %x, i201* @i201_s
|
D | APIntParam.ll | 202 @i201_s = external global i201 ; <i201*> [#uses=1] 1259 define void @i201_ls(i201 %x) nounwind { 1260 store i201 %x, i201* @i201_s
|
D | APIntZextParam.ll | 202 @i201_s = external global i201 ; <i201*> [#uses=1] 1259 define void @i201_ls(i201 zeroext %x) nounwind { 1260 store i201 %x, i201* @i201_s
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 402 @i201_l = external global i201 ; <i201*> [#uses=1] 403 @i201_s = external global i201 ; <i201*> [#uses=1] 1716 %tmp = load i201* @i201_l ; <i201> [#uses=1] 1717 store i201 %tmp, i201* @i201_s
|
D | APIntParam.ll | 202 @i201_s = external global i201 ; <i201*> [#uses=1] 1259 define void @i201_ls(i201 %x) nounwind { 1260 store i201 %x, i201* @i201_s
|
D | APIntSextParam.ll | 202 @i201_s = external global i201 ; <i201*> [#uses=1] 1259 define void @i201_ls(i201 signext %x) nounwind { 1260 store i201 %x, i201* @i201_s
|
D | APIntZextParam.ll | 202 @i201_s = external global i201 ; <i201*> [#uses=1] 1259 define void @i201_ls(i201 zeroext %x) nounwind { 1260 store i201 %x, i201* @i201_s
|
/external/swiftshader/third_party/LLVM/test/Transforms/ArgumentPromotion/ |
D | pr3085.ll | 547 br i1 false, label %bb41.i201, label %bb42.i202 549 bb41.i201: ; preds = %bb40.i200 552 bb42.i202: ; preds = %bb41.i201, %bb40.i200
|
/external/llvm/test/Transforms/ArgumentPromotion/ |
D | pr3085.ll | 547 br i1 false, label %bb41.i201, label %bb42.i202 549 bb41.i201: ; preds = %bb40.i200 552 bb42.i202: ; preds = %bb41.i201, %bb40.i200
|