Home
last modified time | relevance | path

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

/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/
Dis_heap.pass.cpp369 int i227[] = {1, 1, 0, 1, 0, 1, 1}; in test() local
496 assert(std::is_heap(i227, i227+7) == (std::is_heap_until(i227, i227+7) == i227+7)); in test()
Dis_heap_until.pass.cpp369 int i227[] = {1, 1, 0, 1, 0, 1, 1}; in test() local
496 assert(std::is_heap_until(i227, i227+7) == i227+5); in test()
Dis_heap_until_comp.pass.cpp370 int i227[] = {1, 1, 0, 1, 0, 1, 1}; in test() local
497 assert(std::is_heap_until(i227, i227+7, std::greater<int>()) == i227+2); in test()
Dis_heap_comp.pass.cpp370 int i227[] = {1, 1, 0, 1, 0, 1, 1}; in test() local
497 …assert(std::is_heap(i227, i227+7, std::greater<int>()) == (std::is_heap_until(i227, i227+7, std::g… in test()
/external/r8/src/test/examples/regalloc/
DRegAlloc.java185 int i225 = identity(225); int i226 = identity(226); int i227 = identity(227); in binaryOpUsingHighRegistersLocals() local
222 i216 + i217 + i218 + i219 + i220 + i221 + i222 + i223 + i224 + i225 + i226 + i227 + in binaryOpUsingHighRegistersLocals()
309 double i225 = identity(225.0); double i226 = identity(226.0); double i227 = identity(227.0); in binaryDoubleOpUsingHighRegistersLocals() local
343 i216 + i217 + i218 + i219 + i220 + i221 + i222 + i223 + i224 + i225 + i226 + i227 + in binaryDoubleOpUsingHighRegistersLocals()
/external/r8/src/test/examples/invoke/
DInvoke.java357 int i219, int i220, int i221, int i222, int i223, int i224, int i225, int i226, int i227, in manyArgs()
415 int i223 = 223; int i224 = 224; int i225 = 225; int i226 = 226; int i227 = 227; in rangeInvokeWithManyLocals() local
438 i216, i217, i218, i219, i220, i221, i222, i223, i224, i225, i226, i227, i228, i229, i230, in rangeInvokeWithManyLocals()
/external/llvm/test/CodeGen/Generic/
DAPIntLoadStore.ll454 @i227_l = external global i227 ; <i227*> [#uses=1]
455 @i227_s = external global i227 ; <i227*> [#uses=1]
1872 %tmp = load i227, i227* @i227_l ; <i227> [#uses=1]
1873 store i227 %tmp, i227* @i227_s
DAPIntSextParam.ll228 @i227_s = external global i227 ; <i227*> [#uses=1]
1389 define void @i227_ls(i227 signext %x) nounwind {
1390 store i227 %x, i227* @i227_s
DAPIntParam.ll228 @i227_s = external global i227 ; <i227*> [#uses=1]
1389 define void @i227_ls(i227 %x) nounwind {
1390 store i227 %x, i227* @i227_s
DAPIntZextParam.ll228 @i227_s = external global i227 ; <i227*> [#uses=1]
1389 define void @i227_ls(i227 zeroext %x) nounwind {
1390 store i227 %x, i227* @i227_s
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/
DAPIntLoadStore.ll454 @i227_l = external global i227 ; <i227*> [#uses=1]
455 @i227_s = external global i227 ; <i227*> [#uses=1]
1872 %tmp = load i227* @i227_l ; <i227> [#uses=1]
1873 store i227 %tmp, i227* @i227_s
DAPIntParam.ll228 @i227_s = external global i227 ; <i227*> [#uses=1]
1389 define void @i227_ls(i227 %x) nounwind {
1390 store i227 %x, i227* @i227_s
DAPIntSextParam.ll228 @i227_s = external global i227 ; <i227*> [#uses=1]
1389 define void @i227_ls(i227 signext %x) nounwind {
1390 store i227 %x, i227* @i227_s
DAPIntZextParam.ll228 @i227_s = external global i227 ; <i227*> [#uses=1]
1389 define void @i227_ls(i227 zeroext %x) nounwind {
1390 store i227 %x, i227* @i227_s