/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
D | is_heap.pass.cpp | 365 int i223[] = {1, 1, 0, 0, 1, 1, 1}; in test() local 492 assert(std::is_heap(i223, i223+7) == (std::is_heap_until(i223, i223+7) == i223+7)); in test()
|
D | is_heap_until.pass.cpp | 365 int i223[] = {1, 1, 0, 0, 1, 1, 1}; in test() local 492 assert(std::is_heap_until(i223, i223+7) == i223+5); in test()
|
D | is_heap_until_comp.pass.cpp | 366 int i223[] = {1, 1, 0, 0, 1, 1, 1}; in test() local 493 assert(std::is_heap_until(i223, i223+7, std::greater<int>()) == i223+2); in test()
|
D | is_heap_comp.pass.cpp | 366 int i223[] = {1, 1, 0, 0, 1, 1, 1}; in test() local 493 …assert(std::is_heap(i223, i223+7, std::greater<int>()) == (std::is_heap_until(i223, i223+7, std::g… in test()
|
/external/r8/src/test/examples/regalloc/ |
D | RegAlloc.java | 184 int i222 = identity(222); int i223 = identity(223); int i224 = identity(224); in binaryOpUsingHighRegistersLocals() local 222 i216 + i217 + i218 + i219 + i220 + i221 + i222 + i223 + i224 + i225 + i226 + i227 + in binaryOpUsingHighRegistersLocals() 308 double i222 = identity(222.0); double i223 = identity(223.0); double i224 = identity(224.0); in binaryDoubleOpUsingHighRegistersLocals() local 343 i216 + i217 + i218 + i219 + i220 + i221 + i222 + i223 + i224 + i225 + i226 + i227 + in binaryDoubleOpUsingHighRegistersLocals()
|
/external/r8/src/test/examples/invoke/ |
D | Invoke.java | 357 int i219, int i220, int i221, int i222, int i223, int i224, int i225, int i226, int i227, in manyArgs() 415 int i223 = 223; int i224 = 224; int i225 = 225; int i226 = 226; int i227 = 227; in rangeInvokeWithManyLocals() local 438 i216, i217, i218, i219, i220, i221, i222, i223, i224, i225, i226, i227, i228, i229, i230, in rangeInvokeWithManyLocals()
|
/external/llvm/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 446 @i223_l = external global i223 ; <i223*> [#uses=1] 447 @i223_s = external global i223 ; <i223*> [#uses=1] 1848 %tmp = load i223, i223* @i223_l ; <i223> [#uses=1] 1849 store i223 %tmp, i223* @i223_s
|
D | APIntSextParam.ll | 224 @i223_s = external global i223 ; <i223*> [#uses=1] 1369 define void @i223_ls(i223 signext %x) nounwind { 1370 store i223 %x, i223* @i223_s
|
D | APIntParam.ll | 224 @i223_s = external global i223 ; <i223*> [#uses=1] 1369 define void @i223_ls(i223 %x) nounwind { 1370 store i223 %x, i223* @i223_s
|
D | APIntZextParam.ll | 224 @i223_s = external global i223 ; <i223*> [#uses=1] 1369 define void @i223_ls(i223 zeroext %x) nounwind { 1370 store i223 %x, i223* @i223_s
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 446 @i223_l = external global i223 ; <i223*> [#uses=1] 447 @i223_s = external global i223 ; <i223*> [#uses=1] 1848 %tmp = load i223* @i223_l ; <i223> [#uses=1] 1849 store i223 %tmp, i223* @i223_s
|
D | APIntParam.ll | 224 @i223_s = external global i223 ; <i223*> [#uses=1] 1369 define void @i223_ls(i223 %x) nounwind { 1370 store i223 %x, i223* @i223_s
|
D | APIntSextParam.ll | 224 @i223_s = external global i223 ; <i223*> [#uses=1] 1369 define void @i223_ls(i223 signext %x) nounwind { 1370 store i223 %x, i223* @i223_s
|
D | APIntZextParam.ll | 224 @i223_s = external global i223 ; <i223*> [#uses=1] 1369 define void @i223_ls(i223 zeroext %x) nounwind { 1370 store i223 %x, i223* @i223_s
|
/external/llvm/test/CodeGen/ARM/ |
D | vmul.ll | 575 %mul.i223 = mul <8 x i16> %vmovl.i249, %vmovl.i249 576 %vshl_n = shl <8 x i16> %mul.i223, <i16 2, i16 2, i16 2, i16 2, i16 2, i16 2, i16 2, i16 2>
|