Home
last modified time | relevance | path

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

/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/
Dis_heap.pass.cpp375 int i233[] = {1, 1, 1, 0, 0, 0, 1}; in test() local
502 assert(std::is_heap(i233, i233+7) == (std::is_heap_until(i233, i233+7) == i233+7)); in test()
Dis_heap_until.pass.cpp375 int i233[] = {1, 1, 1, 0, 0, 0, 1}; in test() local
502 assert(std::is_heap_until(i233, i233+7) == i233+7); in test()
Dis_heap_until_comp.pass.cpp376 int i233[] = {1, 1, 1, 0, 0, 0, 1}; in test() local
503 assert(std::is_heap_until(i233, i233+7, std::greater<int>()) == i233+3); in test()
Dis_heap_comp.pass.cpp376 int i233[] = {1, 1, 1, 0, 0, 0, 1}; in test() local
503 …assert(std::is_heap(i233, i233+7, std::greater<int>()) == (std::is_heap_until(i233, i233+7, std::g… in test()
/external/r8/src/test/examples/regalloc/
DRegAlloc.java187 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/
DInvoke.java358 int i228, int i229, int i230, int i231, int i232, int i233, int i234, int i235, int i236, in manyArgs()
417 int i233 = 233; int i234 = 234; int i235 = 235; int i236 = 236; int i237 = 237; 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.ll466 @i233_l = external global i233 ; <i233*> [#uses=1]
467 @i233_s = external global i233 ; <i233*> [#uses=1]
1908 %tmp = load i233, i233* @i233_l ; <i233> [#uses=1]
1909 store i233 %tmp, i233* @i233_s
DAPIntSextParam.ll234 @i233_s = external global i233 ; <i233*> [#uses=1]
1419 define void @i233_ls(i233 signext %x) nounwind {
1420 store i233 %x, i233* @i233_s
DAPIntParam.ll234 @i233_s = external global i233 ; <i233*> [#uses=1]
1419 define void @i233_ls(i233 %x) nounwind {
1420 store i233 %x, i233* @i233_s
DAPIntZextParam.ll234 @i233_s = external global i233 ; <i233*> [#uses=1]
1419 define void @i233_ls(i233 zeroext %x) nounwind {
1420 store i233 %x, i233* @i233_s
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/
DAPIntLoadStore.ll466 @i233_l = external global i233 ; <i233*> [#uses=1]
467 @i233_s = external global i233 ; <i233*> [#uses=1]
1908 %tmp = load i233* @i233_l ; <i233> [#uses=1]
1909 store i233 %tmp, i233* @i233_s
DAPIntParam.ll234 @i233_s = external global i233 ; <i233*> [#uses=1]
1419 define void @i233_ls(i233 %x) nounwind {
1420 store i233 %x, i233* @i233_s
DAPIntSextParam.ll234 @i233_s = external global i233 ; <i233*> [#uses=1]
1419 define void @i233_ls(i233 signext %x) nounwind {
1420 store i233 %x, i233* @i233_s
DAPIntZextParam.ll234 @i233_s = external global i233 ; <i233*> [#uses=1]
1419 define void @i233_ls(i233 zeroext %x) nounwind {
1420 store i233 %x, i233* @i233_s