/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
D | is_heap.pass.cpp | 375 int i233[] = {1, 1, 1, 0, 0, 0, 1}; in test() local 502 assert(std::is_heap(i233, i233+7) == (std::is_heap_until(i233, i233+7) == i233+7)); in test()
|
D | is_heap_until.pass.cpp | 375 int i233[] = {1, 1, 1, 0, 0, 0, 1}; in test() local 502 assert(std::is_heap_until(i233, i233+7) == i233+7); in test()
|
D | is_heap_until_comp.pass.cpp | 376 int i233[] = {1, 1, 1, 0, 0, 0, 1}; in test() local 503 assert(std::is_heap_until(i233, i233+7, std::greater<int>()) == i233+3); in test()
|
D | is_heap_comp.pass.cpp | 376 int i233[] = {1, 1, 1, 0, 0, 0, 1}; in test() local 503 …assert(std::is_heap(i233, i233+7, std::greater<int>()) == (std::is_heap_until(i233, i233+7, std::g… in test()
|
/external/r8/src/test/examples/regalloc/ |
D | RegAlloc.java | 187 int i231 = identity(231); int i232 = identity(232); int i233 = identity(233); in binaryOpUsingHighRegistersLocals() local 223 i228 + i229 + i230 + i231 + i232 + i233 + i234 + i235 + i236 + i237 + i238 + i239 + in binaryOpUsingHighRegistersLocals() 311 double i231 = identity(231.0); double i232 = identity(232.0); double i233 = identity(233.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() 417 int i233 = 233; int i234 = 234; int i235 = 235; int i236 = 236; int i237 = 237; 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 | 466 @i233_l = external global i233 ; <i233*> [#uses=1] 467 @i233_s = external global i233 ; <i233*> [#uses=1] 1908 %tmp = load i233, i233* @i233_l ; <i233> [#uses=1] 1909 store i233 %tmp, i233* @i233_s
|
D | APIntSextParam.ll | 234 @i233_s = external global i233 ; <i233*> [#uses=1] 1419 define void @i233_ls(i233 signext %x) nounwind { 1420 store i233 %x, i233* @i233_s
|
D | APIntParam.ll | 234 @i233_s = external global i233 ; <i233*> [#uses=1] 1419 define void @i233_ls(i233 %x) nounwind { 1420 store i233 %x, i233* @i233_s
|
D | APIntZextParam.ll | 234 @i233_s = external global i233 ; <i233*> [#uses=1] 1419 define void @i233_ls(i233 zeroext %x) nounwind { 1420 store i233 %x, i233* @i233_s
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 466 @i233_l = external global i233 ; <i233*> [#uses=1] 467 @i233_s = external global i233 ; <i233*> [#uses=1] 1908 %tmp = load i233* @i233_l ; <i233> [#uses=1] 1909 store i233 %tmp, i233* @i233_s
|
D | APIntParam.ll | 234 @i233_s = external global i233 ; <i233*> [#uses=1] 1419 define void @i233_ls(i233 %x) nounwind { 1420 store i233 %x, i233* @i233_s
|
D | APIntSextParam.ll | 234 @i233_s = external global i233 ; <i233*> [#uses=1] 1419 define void @i233_ls(i233 signext %x) nounwind { 1420 store i233 %x, i233* @i233_s
|
D | APIntZextParam.ll | 234 @i233_s = external global i233 ; <i233*> [#uses=1] 1419 define void @i233_ls(i233 zeroext %x) nounwind { 1420 store i233 %x, i233* @i233_s
|