/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
D | is_heap.pass.cpp | 384 int i242[] = {1, 1, 1, 1, 0, 1, 0}; in test() local 511 assert(std::is_heap(i242, i242+7) == (std::is_heap_until(i242, i242+7) == i242+7)); in test()
|
D | is_heap_until.pass.cpp | 384 int i242[] = {1, 1, 1, 1, 0, 1, 0}; in test() local 511 assert(std::is_heap_until(i242, i242+7) == i242+7); in test()
|
D | is_heap_until_comp.pass.cpp | 385 int i242[] = {1, 1, 1, 1, 0, 1, 0}; in test() local 512 assert(std::is_heap_until(i242, i242+7, std::greater<int>()) == i242+4); in test()
|
D | is_heap_comp.pass.cpp | 385 int i242[] = {1, 1, 1, 1, 0, 1, 0}; in test() local 512 …assert(std::is_heap(i242, i242+7, std::greater<int>()) == (std::is_heap_until(i242, i242+7, std::g… in test()
|
/external/r8/src/test/examples/regalloc/ |
D | RegAlloc.java | 190 int i240 = identity(240); int i241 = identity(241); int i242 = identity(242); in binaryOpUsingHighRegistersLocals() local 224 i240 + i241 + i242 + i243 + i244 + i245 + i246 + i247 + i248 + i249 + i250 + i251 + in binaryOpUsingHighRegistersLocals() 314 double i240 = identity(240.0); double i241 = identity(241.0); double i242 = identity(242.0); in binaryDoubleOpUsingHighRegistersLocals() local 345 i240 + i241 + i242 + i243 + i244 + i245 + i246 + i247 + i248 + i249 + i250 + i251 + 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 | 484 @i242_l = external global i242 ; <i242*> [#uses=1] 485 @i242_s = external global i242 ; <i242*> [#uses=1] 1962 %tmp = load i242, i242* @i242_l ; <i242> [#uses=1] 1963 store i242 %tmp, i242* @i242_s
|
D | APIntSextParam.ll | 243 @i242_s = external global i242 ; <i242*> [#uses=1] 1464 define void @i242_ls(i242 signext %x) nounwind { 1465 store i242 %x, i242* @i242_s
|
D | APIntParam.ll | 243 @i242_s = external global i242 ; <i242*> [#uses=1] 1464 define void @i242_ls(i242 %x) nounwind { 1465 store i242 %x, i242* @i242_s
|
D | APIntZextParam.ll | 243 @i242_s = external global i242 ; <i242*> [#uses=1] 1464 define void @i242_ls(i242 zeroext %x) nounwind { 1465 store i242 %x, i242* @i242_s
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 484 @i242_l = external global i242 ; <i242*> [#uses=1] 485 @i242_s = external global i242 ; <i242*> [#uses=1] 1962 %tmp = load i242* @i242_l ; <i242> [#uses=1] 1963 store i242 %tmp, i242* @i242_s
|
D | APIntParam.ll | 243 @i242_s = external global i242 ; <i242*> [#uses=1] 1464 define void @i242_ls(i242 %x) nounwind { 1465 store i242 %x, i242* @i242_s
|
D | APIntSextParam.ll | 243 @i242_s = external global i242 ; <i242*> [#uses=1] 1464 define void @i242_ls(i242 signext %x) nounwind { 1465 store i242 %x, i242* @i242_s
|
D | APIntZextParam.ll | 243 @i242_s = external global i242 ; <i242*> [#uses=1] 1464 define void @i242_ls(i242 zeroext %x) nounwind { 1465 store i242 %x, i242* @i242_s
|