/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
D | is_heap.pass.cpp | 380 int i238[] = {1, 1, 1, 0, 1, 1, 0}; in test() local 507 assert(std::is_heap(i238, i238+7) == (std::is_heap_until(i238, i238+7) == i238+7)); in test()
|
D | is_heap_until.pass.cpp | 380 int i238[] = {1, 1, 1, 0, 1, 1, 0}; in test() local 507 assert(std::is_heap_until(i238, i238+7) == i238+7); in test()
|
D | is_heap_until_comp.pass.cpp | 381 int i238[] = {1, 1, 1, 0, 1, 1, 0}; in test() local 508 assert(std::is_heap_until(i238, i238+7, std::greater<int>()) == i238+3); in test()
|
D | is_heap_comp.pass.cpp | 381 int i238[] = {1, 1, 1, 0, 1, 1, 0}; in test() local 508 …assert(std::is_heap(i238, i238+7, std::greater<int>()) == (std::is_heap_until(i238, i238+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 | 476 @i238_l = external global i238 ; <i238*> [#uses=1] 477 @i238_s = external global i238 ; <i238*> [#uses=1] 1938 %tmp = load i238, i238* @i238_l ; <i238> [#uses=1] 1939 store i238 %tmp, i238* @i238_s
|
D | APIntSextParam.ll | 239 @i238_s = external global i238 ; <i238*> [#uses=1] 1444 define void @i238_ls(i238 signext %x) nounwind { 1445 store i238 %x, i238* @i238_s
|
D | APIntParam.ll | 239 @i238_s = external global i238 ; <i238*> [#uses=1] 1444 define void @i238_ls(i238 %x) nounwind { 1445 store i238 %x, i238* @i238_s
|
D | APIntZextParam.ll | 239 @i238_s = external global i238 ; <i238*> [#uses=1] 1444 define void @i238_ls(i238 zeroext %x) nounwind { 1445 store i238 %x, i238* @i238_s
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 476 @i238_l = external global i238 ; <i238*> [#uses=1] 477 @i238_s = external global i238 ; <i238*> [#uses=1] 1938 %tmp = load i238* @i238_l ; <i238> [#uses=1] 1939 store i238 %tmp, i238* @i238_s
|
D | APIntParam.ll | 239 @i238_s = external global i238 ; <i238*> [#uses=1] 1444 define void @i238_ls(i238 %x) nounwind { 1445 store i238 %x, i238* @i238_s
|
D | APIntSextParam.ll | 239 @i238_s = external global i238 ; <i238*> [#uses=1] 1444 define void @i238_ls(i238 signext %x) nounwind { 1445 store i238 %x, i238* @i238_s
|
D | APIntZextParam.ll | 239 @i238_s = external global i238 ; <i238*> [#uses=1] 1444 define void @i238_ls(i238 zeroext %x) nounwind { 1445 store i238 %x, i238* @i238_s
|