Searched refs:row1 (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/go.test/test/bench/shootout/
H A Dmeteor-contest.c415 int rows_bad(char row1, char row2, int even) { argument
416 /* even is referring to row1 */
424 block = ((row1 ^ row2) & row2) & ((row1 ^ row2_shift) & row2_shift);
429 if(row1 & (1 << i)) {
453 int triple_is_okay(char row1, char row2, char row3, int even) { argument
456 * row1: 00011 00001 11001 10101
460 return ((row1 == 0x03) && (row2 == 0x0B) && ((row3 & 0x1C) == 0x0C)) ||
461 ((row1 == 0x01) && (row2 == 0x05) && (row3 == 0x06)) ||
462 ((row1
477 int row1, row2, row3; local
[all...]
H A Dmeteor-contest.go434 func rows_bad(row1, row2 int8, even bool) int8 {
435 /* even is referring to row1 */
443 block := ((row1 ^ row2) & row2) & ((row1 ^ row2_shift) & row2_shift)
448 if row1&(1<<i) != 0 {
475 func triple_is_okay(row1, row2, row3 int, even bool) bool {
478 * row1: 00011 00001 11001 10101
482 return ((row1 == 0x03) && (row2 == 0x0B) && ((row3 & 0x1C) == 0x0C)) ||
483 ((row1 == 0x01) && (row2 == 0x05) && (row3 == 0x06)) ||
484 ((row1
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dpr37191.c13 __m64 row1 = _mm_cvtsi32_si64(*(unsigned*)(src + (1 * src_stride))); local
16 __m64 tmp0 = _mm_unpacklo_pi8(row0, row1);
/haiku-buildtools/isl/
H A Disl_tab.c325 struct isl_mat *mat2, unsigned row1, unsigned row2,
359 for (i = 0; i < row1 - r1; ++i) {
367 n += row1 - r1;
399 unsigned row1, unsigned col1,
408 var->index += row1;
771 static void swap_rows(struct isl_tab *tab, int row1, int row2) argument
776 t = tab->row_var[row1];
777 tab->row_var[row1] = tab->row_var[row2];
779 isl_tab_var_from_row(tab, row1)->index = row1;
324 tab_mat_product(struct isl_mat *mat1, struct isl_mat *mat2, unsigned row1, unsigned row2, unsigned col1, unsigned col2, unsigned off, unsigned r1, unsigned r2, unsigned d1, unsigned d2) argument
398 update_index2(struct isl_tab_var *var, unsigned row1, unsigned col1, unsigned r1, unsigned r2, unsigned d1, unsigned d2) argument
[all...]
H A Disl_tab_pip.c722 /* Check if rows "row1" and "row2" have identical "parametric constants",
728 static int identical_parameter_line(struct isl_tab *tab, int row1, int row2) argument
733 if (isl_int_ne(tab->mat->row[row1][1], tab->mat->row[row2][1]))
736 if (tab->M && isl_int_ne(tab->mat->row[row1][2],
748 if (isl_int_ne(tab->mat->row[row1][off + col],
/haiku-buildtools/gcc/gcc/config/i386/
H A Dxmmintrin.h1235 #define _MM_TRANSPOSE4_PS(row0, row1, row2, row3) \
1237 __v4sf __r0 = (row0), __r1 = (row1), __r2 = (row2), __r3 = (row3); \
1243 (row1) = __builtin_ia32_movhlps (__t1, __t0); \

Completed in 62 milliseconds