/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
D | is_heap.pass.cpp | 374 int i232[] = {1, 1, 1, 0, 0, 0, 0}; in test() local 501 assert(std::is_heap(i232, i232+7) == (std::is_heap_until(i232, i232+7) == i232+7)); in test()
|
D | is_heap_until.pass.cpp | 374 int i232[] = {1, 1, 1, 0, 0, 0, 0}; in test() local 501 assert(std::is_heap_until(i232, i232+7) == i232+7); in test()
|
D | is_heap_until_comp.pass.cpp | 375 int i232[] = {1, 1, 1, 0, 0, 0, 0}; in test() local 502 assert(std::is_heap_until(i232, i232+7, std::greater<int>()) == i232+3); in test()
|
D | is_heap_comp.pass.cpp | 375 int i232[] = {1, 1, 1, 0, 0, 0, 0}; in test() local 502 …assert(std::is_heap(i232, i232+7, std::greater<int>()) == (std::is_heap_until(i232, i232+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() 416 int i228 = 228; int i229 = 229; int i230 = 230; int i231 = 231; int i232 = 232; 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 | 464 @i232_l = external global i232 ; <i232*> [#uses=1] 465 @i232_s = external global i232 ; <i232*> [#uses=1] 1902 %tmp = load i232, i232* @i232_l ; <i232> [#uses=1] 1903 store i232 %tmp, i232* @i232_s
|
D | APIntSextParam.ll | 233 @i232_s = external global i232 ; <i232*> [#uses=1] 1414 define void @i232_ls(i232 signext %x) nounwind { 1415 store i232 %x, i232* @i232_s
|
D | APIntParam.ll | 233 @i232_s = external global i232 ; <i232*> [#uses=1] 1414 define void @i232_ls(i232 %x) nounwind { 1415 store i232 %x, i232* @i232_s
|
D | APIntZextParam.ll | 233 @i232_s = external global i232 ; <i232*> [#uses=1] 1414 define void @i232_ls(i232 zeroext %x) nounwind { 1415 store i232 %x, i232* @i232_s
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 464 @i232_l = external global i232 ; <i232*> [#uses=1] 465 @i232_s = external global i232 ; <i232*> [#uses=1] 1902 %tmp = load i232* @i232_l ; <i232> [#uses=1] 1903 store i232 %tmp, i232* @i232_s
|
D | APIntParam.ll | 233 @i232_s = external global i232 ; <i232*> [#uses=1] 1414 define void @i232_ls(i232 %x) nounwind { 1415 store i232 %x, i232* @i232_s
|
D | APIntSextParam.ll | 233 @i232_s = external global i232 ; <i232*> [#uses=1] 1414 define void @i232_ls(i232 signext %x) nounwind { 1415 store i232 %x, i232* @i232_s
|
D | APIntZextParam.ll | 233 @i232_s = external global i232 ; <i232*> [#uses=1] 1414 define void @i232_ls(i232 zeroext %x) nounwind { 1415 store i232 %x, i232* @i232_s
|