mat2              102 test/datatype/ddt_lib.c int check_diag_matrix( unsigned int N, double* mat1, double* mat2 )
mat2              108 test/datatype/ddt_lib.c       mat2 += i;
mat2              110 test/datatype/ddt_lib.c          if( *mat1 != *mat2 ) {
mat2              112 test/datatype/ddt_lib.c                     i, j, *mat1, *mat2 );
mat2              113 test/datatype/ddt_lib.c             printf( "hex %lx != %lx\n", *(long*)mat1, *(long*)mat2 );
mat2              116 test/datatype/ddt_lib.c          mat1++; mat2++;
mat2               53 test/datatype/ddt_lib.h extern int check_diag_matrix( unsigned int N, double* mat1, double* mat2 );
mat2               48 test/datatype/ddt_test.c     double *mat1, *mat2, *inbuf;
mat2               65 test/datatype/ddt_test.c     mat2 = calloc( length * length, sizeof(double) );
mat2               80 test/datatype/ddt_test.c     if( OPAL_SUCCESS != opal_convertor_prepare_for_recv( pConv, &(pdt->super), 1, mat2 ) ) {
mat2               99 test/datatype/ddt_test.c         if( mat2[0] != inbuf[0] ) assert(0);
mat2              105 test/datatype/ddt_test.c     rc = check_diag_matrix( length, mat1, mat2 );
mat2              107 test/datatype/ddt_test.c     free( mat2 );
mat2               66 test/datatype/opal_datatype_test.c     double *mat1, *mat2, *inbuf;
mat2               83 test/datatype/opal_datatype_test.c     mat2 = calloc( length * length, sizeof(double) );
mat2               98 test/datatype/opal_datatype_test.c     if( OPAL_SUCCESS != opal_convertor_prepare_for_recv( pConv, pdt, 1, mat2 ) ) {
mat2              117 test/datatype/opal_datatype_test.c         if( mat2[0] != inbuf[0] ) assert(0);
mat2              123 test/datatype/opal_datatype_test.c     rc = check_diag_matrix( length, mat1, mat2 );
mat2              125 test/datatype/opal_datatype_test.c     free( mat2 );
mat2              513 test/datatype/opal_ddt_lib.c int check_diag_matrix( unsigned int N, double* mat1, double* mat2 )
mat2              519 test/datatype/opal_ddt_lib.c       mat2 += i;
mat2              521 test/datatype/opal_ddt_lib.c          if( *mat1 != *mat2 ) {
mat2              523 test/datatype/opal_ddt_lib.c                     i, j, *mat1, *mat2 );
mat2              524 test/datatype/opal_ddt_lib.c             printf( "hex %lx != %lx\n", *(long*)mat1, *(long*)mat2 );
mat2              527 test/datatype/opal_ddt_lib.c          mat1++; mat2++;
mat2               42 test/datatype/opal_ddt_lib.h extern int check_diag_matrix( unsigned int N, double* mat1, double* mat2 );