Searched refs:MPI_FLOAT_INT (Results 1 – 3 of 3) sorted by relevance
50 #define MPI_FLOAT_INT OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_float_int) macro81 #define MPI_FLOAT_INT ((MPI_Datatype) 0xa0000006) macro155 MPI_Send(pfi, 1, MPI_FLOAT_INT); // no-warning in test_mpi_predefined_types()162 …MPI_Send(pii, 1, MPI_FLOAT_INT); // expected-warning {{argument type 'struct pair_int_int *' doesn… in test_mpi_predefined_types()
281 TRY(False, MPI_FLOAT_INT, "FLOAT_INT"); in main()
275 else if (ty == MPI_FLOAT_INT) fprintf(f,"FLOAT_INT"); in showTy()481 if (*ty == MPI_FLOAT_INT || *ty == MPI_DOUBLE_INT in maybeFreeTy()724 if (ty == MPI_FLOAT_INT) { in walk_type()