/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
D | is_heap.pass.cpp | 381 int i239[] = {1, 1, 1, 0, 1, 1, 1}; in test() local 508 assert(std::is_heap(i239, i239+7) == (std::is_heap_until(i239, i239+7) == i239+7)); in test()
|
D | is_heap_until.pass.cpp | 381 int i239[] = {1, 1, 1, 0, 1, 1, 1}; in test() local 508 assert(std::is_heap_until(i239, i239+7) == i239+7); in test()
|
D | is_heap_until_comp.pass.cpp | 382 int i239[] = {1, 1, 1, 0, 1, 1, 1}; in test() local 509 assert(std::is_heap_until(i239, i239+7, std::greater<int>()) == i239+3); in test()
|
D | is_heap_comp.pass.cpp | 382 int i239[] = {1, 1, 1, 0, 1, 1, 1}; in test() local 509 …assert(std::is_heap(i239, i239+7, std::greater<int>()) == (std::is_heap_until(i239, i239+7, std::g… in test()
|
/external/r8/src/test/examples/regalloc/ |
D | RegAlloc.java | 189 int i237 = identity(237); int i238 = identity(238); int i239 = identity(239); in binaryOpUsingHighRegistersLocals() local 223 i228 + i229 + i230 + i231 + i232 + i233 + i234 + i235 + i236 + i237 + i238 + i239 + in binaryOpUsingHighRegistersLocals() 313 double i237 = identity(237.0); double i238 = identity(238.0); double i239 = identity(239.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 | 359 int i237, int i238, int i239, int i240, int i241, int i242, int i243, int i244, int i245, in manyArgs() 418 int i238 = 238; int i239 = 239; int i240 = 240; int i241 = 241; int i242 = 242; in rangeInvokeWithManyLocals() local 439 i231, i232, i233, i234, i235, i236, i237, i238, i239, i240, i241, i242, i243, i244, i245, in rangeInvokeWithManyLocals()
|
/external/llvm/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 478 @i239_l = external global i239 ; <i239*> [#uses=1] 479 @i239_s = external global i239 ; <i239*> [#uses=1] 1944 %tmp = load i239, i239* @i239_l ; <i239> [#uses=1] 1945 store i239 %tmp, i239* @i239_s
|
D | APIntSextParam.ll | 240 @i239_s = external global i239 ; <i239*> [#uses=1] 1449 define void @i239_ls(i239 signext %x) nounwind { 1450 store i239 %x, i239* @i239_s
|
D | APIntParam.ll | 240 @i239_s = external global i239 ; <i239*> [#uses=1] 1449 define void @i239_ls(i239 %x) nounwind { 1450 store i239 %x, i239* @i239_s
|
D | APIntZextParam.ll | 240 @i239_s = external global i239 ; <i239*> [#uses=1] 1449 define void @i239_ls(i239 zeroext %x) nounwind { 1450 store i239 %x, i239* @i239_s
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 478 @i239_l = external global i239 ; <i239*> [#uses=1] 479 @i239_s = external global i239 ; <i239*> [#uses=1] 1944 %tmp = load i239* @i239_l ; <i239> [#uses=1] 1945 store i239 %tmp, i239* @i239_s
|
D | APIntParam.ll | 240 @i239_s = external global i239 ; <i239*> [#uses=1] 1449 define void @i239_ls(i239 %x) nounwind { 1450 store i239 %x, i239* @i239_s
|
D | APIntSextParam.ll | 240 @i239_s = external global i239 ; <i239*> [#uses=1] 1449 define void @i239_ls(i239 signext %x) nounwind { 1450 store i239 %x, i239* @i239_s
|
D | APIntZextParam.ll | 240 @i239_s = external global i239 ; <i239*> [#uses=1] 1449 define void @i239_ls(i239 zeroext %x) nounwind { 1450 store i239 %x, i239* @i239_s
|