/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
D | is_heap.pass.cpp | 370 int i228[] = {1, 1, 0, 1, 1, 0, 0}; in test() local 497 assert(std::is_heap(i228, i228+7) == (std::is_heap_until(i228, i228+7) == i228+7)); in test()
|
D | is_heap_until.pass.cpp | 370 int i228[] = {1, 1, 0, 1, 1, 0, 0}; in test() local 497 assert(std::is_heap_until(i228, i228+7) == i228+7); in test()
|
D | is_heap_until_comp.pass.cpp | 371 int i228[] = {1, 1, 0, 1, 1, 0, 0}; in test() local 498 assert(std::is_heap_until(i228, i228+7, std::greater<int>()) == i228+2); in test()
|
D | is_heap_comp.pass.cpp | 371 int i228[] = {1, 1, 0, 1, 1, 0, 0}; in test() local 498 …assert(std::is_heap(i228, i228+7, std::greater<int>()) == (std::is_heap_until(i228, i228+7, std::g… in test()
|
/external/r8/src/test/examples/regalloc/ |
D | RegAlloc.java | 186 int i228 = identity(228); int i229 = identity(229); int i230 = identity(230); in binaryOpUsingHighRegistersLocals() local 223 i228 + i229 + i230 + i231 + i232 + i233 + i234 + i235 + i236 + i237 + i238 + i239 + in binaryOpUsingHighRegistersLocals() 310 double i228 = identity(228.0); double i229 = identity(229.0); double i230 = identity(230.0); in binaryDoubleOpUsingHighRegistersLocals() local 344 i228 + i229 + i230 + i231 + i232 + i233 + i234 + i235 + i236 + i237 + i238 + i239 + in binaryDoubleOpUsingHighRegistersLocals()
|
/external/r8/src/test/examples/invoke/ |
D | Invoke.java | 358 int i228, int i229, int i230, int i231, int i232, int i233, int i234, int i235, int i236, in manyArgs() 416 int i228 = 228; int i229 = 229; int i230 = 230; int i231 = 231; int i232 = 232; 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 | 456 @i228_l = external global i228 ; <i228*> [#uses=1] 457 @i228_s = external global i228 ; <i228*> [#uses=1] 1878 %tmp = load i228, i228* @i228_l ; <i228> [#uses=1] 1879 store i228 %tmp, i228* @i228_s
|
D | APIntSextParam.ll | 229 @i228_s = external global i228 ; <i228*> [#uses=1] 1394 define void @i228_ls(i228 signext %x) nounwind { 1395 store i228 %x, i228* @i228_s
|
D | APIntParam.ll | 229 @i228_s = external global i228 ; <i228*> [#uses=1] 1394 define void @i228_ls(i228 %x) nounwind { 1395 store i228 %x, i228* @i228_s
|
D | APIntZextParam.ll | 229 @i228_s = external global i228 ; <i228*> [#uses=1] 1394 define void @i228_ls(i228 zeroext %x) nounwind { 1395 store i228 %x, i228* @i228_s
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 456 @i228_l = external global i228 ; <i228*> [#uses=1] 457 @i228_s = external global i228 ; <i228*> [#uses=1] 1878 %tmp = load i228* @i228_l ; <i228> [#uses=1] 1879 store i228 %tmp, i228* @i228_s
|
D | APIntParam.ll | 229 @i228_s = external global i228 ; <i228*> [#uses=1] 1394 define void @i228_ls(i228 %x) nounwind { 1395 store i228 %x, i228* @i228_s
|
D | APIntSextParam.ll | 229 @i228_s = external global i228 ; <i228*> [#uses=1] 1394 define void @i228_ls(i228 signext %x) nounwind { 1395 store i228 %x, i228* @i228_s
|
D | APIntZextParam.ll | 229 @i228_s = external global i228 ; <i228*> [#uses=1] 1394 define void @i228_ls(i228 zeroext %x) nounwind { 1395 store i228 %x, i228* @i228_s
|