/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
D | is_heap.pass.cpp | 264 int i122[] = {0, 0, 0, 0, 0, 1, 0}; in test() local 391 assert(std::is_heap(i122, i122+7) == (std::is_heap_until(i122, i122+7) == i122+7)); in test()
|
D | is_heap_until.pass.cpp | 264 int i122[] = {0, 0, 0, 0, 0, 1, 0}; in test() local 391 assert(std::is_heap_until(i122, i122+7) == i122+5); in test()
|
D | is_heap_until_comp.pass.cpp | 265 int i122[] = {0, 0, 0, 0, 0, 1, 0}; in test() local 392 assert(std::is_heap_until(i122, i122+7, std::greater<int>()) == i122+7); in test()
|
D | is_heap_comp.pass.cpp | 265 int i122[] = {0, 0, 0, 0, 0, 1, 0}; in test() local 392 …assert(std::is_heap(i122, i122+7, std::greater<int>()) == (std::is_heap_until(i122, i122+7, std::g… in test()
|
/external/r8/src/test/examples/regalloc/ |
D | RegAlloc.java | 150 int i120 = identity(120); int i121 = identity(121); int i122 = identity(122); in binaryOpUsingHighRegistersLocals() local 214 i120 + i121 + i122 + i123 + i124 + i125 + i126 + i127 + i128 + i129 + i130 + i131 + in binaryOpUsingHighRegistersLocals() 274 double i120 = identity(120.0); double i121 = identity(121.0); double i122 = identity(122.0); in binaryDoubleOpUsingHighRegistersLocals() local 335 i120 + i121 + i122 + i123 + i124 + i125 + i126 + i127 + i128 + i129 + i130 + i131 + in binaryDoubleOpUsingHighRegistersLocals()
|
/external/r8/src/test/examples/invoke/ |
D | Invoke.java | 346 int i120, int i121, int i122, int i123, int i124, int i125, int i126, int i127, int i128, in manyArgs() argument 394 int i118 = 118; int i119 = 119; int i120 = 120; int i121 = 121; int i122 = 122; in rangeInvokeWithManyLocals() local 431 i111, i112, i113, i114, i115, i116, i117, i118, i119, i120, i121, i122, i123, i124, i125, in rangeInvokeWithManyLocals()
|
/external/llvm/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 244 @i122_l = external global i122 ; <i122*> [#uses=1] 245 @i122_s = external global i122 ; <i122*> [#uses=1] 1242 %tmp = load i122, i122* @i122_l ; <i122> [#uses=1] 1243 store i122 %tmp, i122* @i122_s
|
D | APIntSextParam.ll | 123 @i122_s = external global i122 ; <i122*> [#uses=1] 864 define void @i122_ls(i122 signext %x) nounwind { 865 store i122 %x, i122* @i122_s
|
D | APIntParam.ll | 123 @i122_s = external global i122 ; <i122*> [#uses=1] 864 define void @i122_ls(i122 %x) nounwind { 865 store i122 %x, i122* @i122_s
|
D | APIntZextParam.ll | 123 @i122_s = external global i122 ; <i122*> [#uses=1] 864 define void @i122_ls(i122 zeroext %x) nounwind { 865 store i122 %x, i122* @i122_s
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 244 @i122_l = external global i122 ; <i122*> [#uses=1] 245 @i122_s = external global i122 ; <i122*> [#uses=1] 1242 %tmp = load i122* @i122_l ; <i122> [#uses=1] 1243 store i122 %tmp, i122* @i122_s
|
D | APIntParam.ll | 123 @i122_s = external global i122 ; <i122*> [#uses=1] 864 define void @i122_ls(i122 %x) nounwind { 865 store i122 %x, i122* @i122_s
|
D | APIntSextParam.ll | 123 @i122_s = external global i122 ; <i122*> [#uses=1] 864 define void @i122_ls(i122 signext %x) nounwind { 865 store i122 %x, i122* @i122_s
|
D | APIntZextParam.ll | 123 @i122_s = external global i122 ; <i122*> [#uses=1] 864 define void @i122_ls(i122 zeroext %x) nounwind { 865 store i122 %x, i122* @i122_s
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | big_alu.ll | 789 %one.sub.ac.i122 = fmul float %one.sub.a.i121, %tmp304 791 %result.i124 = fadd float %mul.i123, %one.sub.ac.i122
|