Home
last modified time | relevance | path

Searched refs:MPI_FLOAT (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/Sema/
Dwarn-type-safety.cpp7 #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()
Dwarn-type-safety-mpi-hdf5.c44 #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/
DMPIMock.h30 #define MPI_FLOAT 0 macro
/external/valgrind/mpi/
Dmpiwrap_type_test.c263 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()
Dlibmpiwrap.c268 else if (ty == MPI_FLOAT) fprintf(f,"FLOAT"); in showTy()
522 if (ty == MPI_FLOAT) return sizeof(float); in sizeofOneNamedTy()