Searched refs:MPI_FLOAT (Results 1 – 5 of 5) sorted by relevance
/external/clang/test/Sema/ |
D | warn-type-safety.cpp | 7 #define MPI_FLOAT OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_float) macro 54 …c->MPI_Send(int_buf, 1, MPI_FLOAT); // expected-warning {{argument type 'int *' doesn't match spec… in test1() 60 …c->MPI_Send(i, 1, MPI_FLOAT); // expected-warning {{argument type 'int *' doesn't match specified … in test1()
|
D | warn-type-safety-mpi-hdf5.c | 44 #define MPI_FLOAT OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_float) macro 75 #define MPI_FLOAT ((MPI_Datatype) 0xa0000001) macro 277 #define MPI_REAL MPI_FLOAT 282 MPI_Send(real_buf, 1, MPI_FLOAT); // no-warning in test_mpi_real_user_type() 284 MPI_Send(float_buf, 1, MPI_FLOAT); // no-warning in test_mpi_real_user_type()
|
/external/clang/test/Analysis/ |
D | MPIMock.h | 30 #define MPI_FLOAT 0 macro
|
/external/valgrind/mpi/ |
D | mpiwrap_type_test.c | 263 TRY(True, tycon_Contiguous(10, tycon_Struct2(1,1,MPI_CHAR, 4,1,MPI_FLOAT)), in main() 334 TRY(False, MPI_FLOAT, "FLOAT"); in main()
|
D | libmpiwrap.c | 268 else if (ty == MPI_FLOAT) fprintf(f,"FLOAT"); in showTy() 522 if (ty == MPI_FLOAT) return sizeof(float); in sizeofOneNamedTy()
|