Home
last modified time | relevance | path

Searched refs:i239 (Results 1 – 14 of 14) sorted by relevance

/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/
Dis_heap.pass.cpp381 int i239[] = {1, 1, 1, 0, 1, 1, 1}; in test() local
508 assert(std::is_heap(i239, i239+7) == (std::is_heap_until(i239, i239+7) == i239+7)); in test()
Dis_heap_until.pass.cpp381 int i239[] = {1, 1, 1, 0, 1, 1, 1}; in test() local
508 assert(std::is_heap_until(i239, i239+7) == i239+7); in test()
Dis_heap_until_comp.pass.cpp382 int i239[] = {1, 1, 1, 0, 1, 1, 1}; in test() local
509 assert(std::is_heap_until(i239, i239+7, std::greater<int>()) == i239+3); in test()
Dis_heap_comp.pass.cpp382 int i239[] = {1, 1, 1, 0, 1, 1, 1}; in test() local
509 …assert(std::is_heap(i239, i239+7, std::greater<int>()) == (std::is_heap_until(i239, i239+7, std::g… in test()
/external/r8/src/test/examples/regalloc/
DRegAlloc.java189 int i237 = identity(237); int i238 = identity(238); int i239 = identity(239); in binaryOpUsingHighRegistersLocals() local
223 i228 + i229 + i230 + i231 + i232 + i233 + i234 + i235 + i236 + i237 + i238 + i239 + in binaryOpUsingHighRegistersLocals()
313 double i237 = identity(237.0); double i238 = identity(238.0); double i239 = identity(239.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/
DInvoke.java359 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/
DAPIntLoadStore.ll478 @i239_l = external global i239 ; <i239*> [#uses=1]
479 @i239_s = external global i239 ; <i239*> [#uses=1]
1944 %tmp = load i239, i239* @i239_l ; <i239> [#uses=1]
1945 store i239 %tmp, i239* @i239_s
DAPIntSextParam.ll240 @i239_s = external global i239 ; <i239*> [#uses=1]
1449 define void @i239_ls(i239 signext %x) nounwind {
1450 store i239 %x, i239* @i239_s
DAPIntParam.ll240 @i239_s = external global i239 ; <i239*> [#uses=1]
1449 define void @i239_ls(i239 %x) nounwind {
1450 store i239 %x, i239* @i239_s
DAPIntZextParam.ll240 @i239_s = external global i239 ; <i239*> [#uses=1]
1449 define void @i239_ls(i239 zeroext %x) nounwind {
1450 store i239 %x, i239* @i239_s
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/
DAPIntLoadStore.ll478 @i239_l = external global i239 ; <i239*> [#uses=1]
479 @i239_s = external global i239 ; <i239*> [#uses=1]
1944 %tmp = load i239* @i239_l ; <i239> [#uses=1]
1945 store i239 %tmp, i239* @i239_s
DAPIntParam.ll240 @i239_s = external global i239 ; <i239*> [#uses=1]
1449 define void @i239_ls(i239 %x) nounwind {
1450 store i239 %x, i239* @i239_s
DAPIntSextParam.ll240 @i239_s = external global i239 ; <i239*> [#uses=1]
1449 define void @i239_ls(i239 signext %x) nounwind {
1450 store i239 %x, i239* @i239_s
DAPIntZextParam.ll240 @i239_s = external global i239 ; <i239*> [#uses=1]
1449 define void @i239_ls(i239 zeroext %x) nounwind {
1450 store i239 %x, i239* @i239_s