Lines Matching refs:cout
393 std::cout << "Invalid repeat value " << str << std::endl;
405 std::cout << "Invalid seed value " << str << std::endl;
423 std::cout
432 std::cout << "Argument " << argv[i] << " conflicting with a former argument" << std::endl;
445 std::cout << "This test application takes the following optional arguments:" << std::endl;
446 std::cout << " rN Repeat each test N times (default: " << DEFAULT_REPEAT << ")" << std::endl;
447 std::cout << " sN Use N as seed for random numbers (default: based on current time)" << std::endl;
448 std::cout << std::endl;
449 std::cout << "If defined, the environment variables EIGEN_REPEAT and EIGEN_SEED" << std::endl;
450 std::cout << "will be used as default values for these parameters." << std::endl;
464 std::cout << "Initializing random number generator with seed " << g_seed << std::endl;
466 std::cout << "Repeating each test " << g_repeat << " times" << std::endl;