Home
last modified time | relevance | path

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

/third_party/boost/libs/mpi/test/python/
Dbroadcast_test.py13 def broadcast_test(comm, value, kind, root): function
22 broadcast_test(mpi.world, 17, 'integer', 0)
23 broadcast_test(mpi.world, 'Hello, World!', 'string', 0)
24 broadcast_test(mpi.world, ['Hello', 'MPI', 'Python', 'World'],
27 broadcast_test(mpi.world, 17, 'integer', 1)
28 broadcast_test(mpi.world, 'Hello, World!', 'string', 1)
29 broadcast_test(mpi.world, ['Hello', 'MPI', 'Python', 'World'],
/third_party/boost/libs/mpi/test/
Dbroadcast_test.cpp29 broadcast_test(const communicator& comm, const T& bc_value, in broadcast_test() function
34 broadcast_test(comm, bc_value, kind, root); in broadcast_test()
146 broadcast_test(comm, 17, "integers"); in BOOST_AUTO_TEST_CASE()
147 broadcast_test(comm, gps_position(39,16,20.2799), "GPS positions"); in BOOST_AUTO_TEST_CASE()
148 broadcast_test(comm, gps_position(26,25,30.0), "GPS positions"); in BOOST_AUTO_TEST_CASE()
149 broadcast_test(comm, std::string("Rosie"), "string"); in BOOST_AUTO_TEST_CASE()
155 broadcast_test(comm, strings, "list of strings"); in BOOST_AUTO_TEST_CASE()
Dbroadcast_stl_test.cpp29 broadcast_test(const mpi::communicator& comm, const T& bc_value, in broadcast_test() function
55 broadcast_test(const mpi::communicator& comm, const T& bc_value, in broadcast_test() function
59 broadcast_test(comm, bc_value, kind, root); in broadcast_test()
74 broadcast_test(comm, s, "sparse"); in BOOST_AUTO_TEST_CASE()
DJamfile.v230 [ mpi-test broadcast_test : : : 2 17 ]
/third_party/libsnd/tests/
Dcommand_test.c57 static void broadcast_test (const char *filename, int filetype) ;
171 { broadcast_test ("broadcast.wav", SF_FORMAT_WAV | SF_FORMAT_PCM_16) ; in main()
174 broadcast_test ("broadcast.wavex", SF_FORMAT_WAVEX | SF_FORMAT_PCM_16) ; in main()
177 broadcast_test ("broadcast.rf64", SF_FORMAT_RF64 | SF_FORMAT_PCM_16) ; in main()
1101 broadcast_test (const char *filename, int filetype) in broadcast_test() function