Home
last modified time | relevance | path

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

/third_party/boost/libs/numeric/conversion/test/
Dconverter_test.cpp397 int double_to_int ( double n ) { return static_cast<int>(n) ; } in double_to_int() function
410 std::transform(S.begin(),S.end(),std::back_inserter(W),double_to_int); in test_converter_as_function_object()