Searched refs:llmin (Results 1 – 2 of 2) sorted by relevance
107 long long int const llmin = (std::numeric_limits<long long int>::min)(); in test_int_to_str() local114 std::string const llmin_str = boost::lexical_cast<std::string>(llmin); in test_int_to_str()121 BOOST_TEST(llmin_str == convert<std::string>(llmin).value()); in test_int_to_str()
741 long long llret, llmin = 0, llmult = 1, lltmin, lltmax = 0; local818 llret = random_rangell(llmin, llmax, llmult, NULL);