Searched defs:i9 (Results 1 - 7 of 7) sorted by relevance

/external/clang/test/SemaCXX/
H A Dconstant-expression.cpp56 i9 = (int)1.5, member in struct:C
/external/opencv/cvaux/src/
H A Dcvlmeds.cpp585 int i3, i9, j, num3, its = 0, a, t; local
609 for( i3 = 0, i9 = 0; i3 < num3; i3 += 3, i9 += 9 )
640 U[i9 + j] = w * (double) ml[i3 + j / 3] * (double) mr[i3 + j % 3];
/external/clang/test/CodeGen/
H A Darm64-arguments.c299 int i9, s38_no_align s1, s38_no_align s2) {
300 // CHECK: define i32 @f38_stack(i32 %i, i32 %i2, i32 %i3, i32 %i4, i32 %i5, i32 %i6, i32 %i7, i32 %i8, i32 %i9, i64 %s1.coerce, i64 %s2.coerce)
309 return s1.i + s2.i + i + i2 + i3 + i4 + i5 + i6 + i7 + i8 + i9 + s1.s + s2.s;
352 int i9, s39_with_align s1, s39_with_align s2) {
353 // CHECK: define i32 @f39_stack(i32 %i, i32 %i2, i32 %i3, i32 %i4, i32 %i5, i32 %i6, i32 %i7, i32 %i8, i32 %i9, i128 %s1.coerce, i128 %s2.coerce)
362 return s1.i + s2.i + i + i2 + i3 + i4 + i5 + i6 + i7 + i8 + i9 + s1.s + s2.s;
407 int i9, s40_no_align s1, s40_no_align s2) {
408 // CHECK: define i32 @f40_stack(i32 %i, i32 %i2, i32 %i3, i32 %i4, i32 %i5, i32 %i6, i32 %i7, i32 %i8, i32 %i9, [2 x i64] %s1.coerce, [2 x i64] %s2.coerce)
417 return s1.i + s2.i + i + i2 + i3 + i4 + i5 + i6 + i7 + i8 + i9 + s1.s + s2.s;
462 int i9, s41_with_alig
298 f38_stack(int i, int i2, int i3, int i4, int i5, int i6, int i7, int i8, int i9, s38_no_align s1, s38_no_align s2) argument
351 f39_stack(int i, int i2, int i3, int i4, int i5, int i6, int i7, int i8, int i9, s39_with_align s1, s39_with_align s2) argument
406 f40_stack(int i, int i2, int i3, int i4, int i5, int i6, int i7, int i8, int i9, s40_no_align s1, s40_no_align s2) argument
461 f41_stack(int i, int i2, int i3, int i4, int i5, int i6, int i7, int i8, int i9, s41_with_align s1, s41_with_align s2) argument
518 f42_stack(int i, int i2, int i3, int i4, int i5, int i6, int i7, int i8, int i9, s42_no_align s1, s42_no_align s2) argument
575 f43_stack(int i, int i2, int i3, int i4, int i5, int i6, int i7, int i8, int i9, s43_with_align s1, s43_with_align s2) argument
[all...]
/external/libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/
H A Dis_heap.pass.cpp35 int i9[] = {1, 0, 1}; local
42 assert(std::is_heap(i9, i9+3) == (std::is_heap_until(i9, i9+3) == i9+3));
H A Dis_heap_comp.pass.cpp36 int i9[] = {1, 0, 1}; local
43 assert(std::is_heap(i9, i9+3, std::greater<int>()) == (std::is_heap_until(i9, i9+3, std::greater<int>()) == i9+3));
H A Dis_heap_until.pass.cpp35 int i9[] = {1, 0, 1}; local
42 assert(std::is_heap_until(i9, i9+3) == i9+3);
H A Dis_heap_until_comp.pass.cpp36 int i9[] = {1, 0, 1}; local
43 assert(std::is_heap_until(i9, i9+3, std::greater<int>()) == i9+1);

Completed in 200 milliseconds