Home
last modified time | relevance | path

Searched refs:llmin (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/convert/test/
Dstrtol_converter.cpp107 long long int const llmin = (std::numeric_limits<long long int>::min)(); in test_int_to_str() local
114 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()
/third_party/ltp/lib/
Drandom_range.c741 long long llret, llmin = 0, llmult = 1, lltmin, lltmax = 0; local
818 llret = random_rangell(llmin, llmax, llmult, NULL);