Home
last modified time | relevance | path

Searched refs:i246 (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/
H A Dis_heap.pass.cpp403 int i246[] = {1, 1, 1, 1, 1, 1, 0}; in test() local
530 assert(std::is_heap(i246, i246+7) == (std::is_heap_until(i246, i246+7) == i246+7)); in test()
H A Dis_heap_until.pass.cpp403 int i246[] = {1, 1, 1, 1, 1, 1, 0}; in test() local
530 assert(std::is_heap_until(i246, i246+7) == i246+7); in test()
H A Dis_heap_until_comp.pass.cpp404 int i246[] = {1, 1, 1, 1, 1, 1, 0}; in test() local
531 assert(std::is_heap_until(i246, i246+7, std::greater<int>()) == i246+6); in test()
H A Dis_heap_comp.pass.cpp404 int i246[] = {1, 1, 1, 1, 1, 1, 0}; in test() local
531 …assert(std::is_heap(i246, i246+7, std::greater<int>()) == (std::is_heap_until(i246, i246+7, std::g… in test()
/aosp_15_r20/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/
H A Dis_heap.pass.cpp399 int i246[] = {1, 1, 1, 1, 1, 1, 0}; in test() local
526 assert(std::is_heap(i246, i246+7) == (std::is_heap_until(i246, i246+7) == i246+7)); in test()
H A Dis_heap_until.pass.cpp399 int i246[] = {1, 1, 1, 1, 1, 1, 0}; in test() local
526 assert(std::is_heap_until(i246, i246+7) == i246+7); in test()
H A Dis_heap_until_comp.pass.cpp400 int i246[] = {1, 1, 1, 1, 1, 1, 0}; in test() local
527 assert(std::is_heap_until(i246, i246+7, std::greater<int>()) == i246+6); in test()
H A Dis_heap_comp.pass.cpp400 int i246[] = {1, 1, 1, 1, 1, 1, 0}; in test() local
527 …assert(std::is_heap(i246, i246+7, std::greater<int>()) == (std::is_heap_until(i246, i246+7, std::g… in test()
/aosp_15_r20/external/llvm/test/Transforms/SLPVectorizer/X86/
H A Dcrash_smallpt.ll46 %add4.i246.us = fadd double %mul2.i256.us, 5.200000e+01
50 store double %add4.i246.us, double* %agg.tmp99208.sroa.1.8.idx388, align 8
/aosp_15_r20/external/llvm/test/CodeGen/Generic/
H A DAPIntLoadStore.ll492 @i246_l = external global i246 ; <i246*> [#uses=1]
493 @i246_s = external global i246 ; <i246*> [#uses=1]
1986 %tmp = load i246, i246* @i246_l ; <i246> [#uses=1]
1987 store i246 %tmp, i246* @i246_s
H A DAPIntParam.ll247 @i246_s = external global i246 ; <i246*> [#uses=1]
1484 define void @i246_ls(i246 %x) nounwind {
1485 store i246 %x, i246* @i246_s
H A DAPIntSextParam.ll247 @i246_s = external global i246 ; <i246*> [#uses=1]
1484 define void @i246_ls(i246 signext %x) nounwind {
1485 store i246 %x, i246* @i246_s
H A DAPIntZextParam.ll247 @i246_s = external global i246 ; <i246*> [#uses=1]
1484 define void @i246_ls(i246 zeroext %x) nounwind {
1485 store i246 %x, i246* @i246_s
/aosp_15_r20/external/llvm/test/CodeGen/ARM/
H A Dvmul.ll567 %shuffle.i246 = shufflevector <2 x i64> undef, <2 x i64> undef, <1 x i32> zeroinitializer
/aosp_15_r20/art/test/083-compiler-regressions/src/
H A DMain.java1828 int i246 = 246; in largeFrame() local
3826 i246 += i245; in largeFrame()
3828 i247 += i246; in largeFrame()