/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
D | is_heap.pass.cpp | 311 int i169[] = {0, 1, 1, 0, 0, 0, 1}; in test() local 438 assert(std::is_heap(i169, i169+7) == (std::is_heap_until(i169, i169+7) == i169+7)); in test()
|
D | is_heap_until.pass.cpp | 311 int i169[] = {0, 1, 1, 0, 0, 0, 1}; in test() local 438 assert(std::is_heap_until(i169, i169+7) == i169+1); in test()
|
D | is_heap_until_comp.pass.cpp | 312 int i169[] = {0, 1, 1, 0, 0, 0, 1}; in test() local 439 assert(std::is_heap_until(i169, i169+7, std::greater<int>()) == i169+3); in test()
|
D | is_heap_comp.pass.cpp | 312 int i169[] = {0, 1, 1, 0, 0, 0, 1}; in test() local 439 …assert(std::is_heap(i169, i169+7, std::greater<int>()) == (std::is_heap_until(i169, i169+7, std::g… in test()
|
/external/r8/src/test/examples/regalloc/ |
D | RegAlloc.java | 166 int i168 = identity(168); int i169 = identity(169); int i170 = identity(170); in binaryOpUsingHighRegistersLocals() local 218 i168 + i169 + i170 + i171 + i172 + i173 + i174 + i175 + i176 + i177 + i178 + i179 + in binaryOpUsingHighRegistersLocals() 290 double i168 = identity(168.0); double i169 = identity(169.0); double i170 = identity(170.0); in binaryDoubleOpUsingHighRegistersLocals() local 339 i168 + i169 + i170 + i171 + i172 + i173 + i174 + i175 + i176 + i177 + i178 + i179 + in binaryDoubleOpUsingHighRegistersLocals()
|
/external/r8/src/test/examples/invoke/ |
D | Invoke.java | 351 int i165, int i166, int i167, int i168, int i169, int i170, int i171, int i172, int i173, in manyArgs() argument 404 int i168 = 168; int i169 = 169; int i170 = 170; int i171 = 171; int i172 = 172; in rangeInvokeWithManyLocals() local 434 i156, i157, i158, i159, i160, i161, i162, i163, i164, i165, i166, i167, i168, i169, i170, in rangeInvokeWithManyLocals()
|
/external/llvm/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 338 @i169_l = external global i169 ; <i169*> [#uses=1] 339 @i169_s = external global i169 ; <i169*> [#uses=1] 1524 %tmp = load i169, i169* @i169_l ; <i169> [#uses=1] 1525 store i169 %tmp, i169* @i169_s
|
D | APIntSextParam.ll | 170 @i169_s = external global i169 ; <i169*> [#uses=1] 1099 define void @i169_ls(i169 signext %x) nounwind { 1100 store i169 %x, i169* @i169_s
|
D | APIntParam.ll | 170 @i169_s = external global i169 ; <i169*> [#uses=1] 1099 define void @i169_ls(i169 %x) nounwind { 1100 store i169 %x, i169* @i169_s
|
D | APIntZextParam.ll | 170 @i169_s = external global i169 ; <i169*> [#uses=1] 1099 define void @i169_ls(i169 zeroext %x) nounwind { 1100 store i169 %x, i169* @i169_s
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 338 @i169_l = external global i169 ; <i169*> [#uses=1] 339 @i169_s = external global i169 ; <i169*> [#uses=1] 1524 %tmp = load i169* @i169_l ; <i169> [#uses=1] 1525 store i169 %tmp, i169* @i169_s
|
D | APIntParam.ll | 170 @i169_s = external global i169 ; <i169*> [#uses=1] 1099 define void @i169_ls(i169 %x) nounwind { 1100 store i169 %x, i169* @i169_s
|
D | APIntSextParam.ll | 170 @i169_s = external global i169 ; <i169*> [#uses=1] 1099 define void @i169_ls(i169 signext %x) nounwind { 1100 store i169 %x, i169* @i169_s
|
D | APIntZextParam.ll | 170 @i169_s = external global i169 ; <i169*> [#uses=1] 1099 define void @i169_ls(i169 zeroext %x) nounwind { 1100 store i169 %x, i169* @i169_s
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | big_alu.ll | 425 %one.sub.a.i169 = fsub float 1.000000e+00, %tmp403 426 %one.sub.ac.i170 = fmul float %one.sub.a.i169, %tmp349
|