Home
last modified time | relevance | path

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

/third_party/boost/boost/convert/
Dstrtol.hpp67 static double adjust_fraction (double, int);
96 boost::cnv::strtol::adjust_fraction(double fraction, int precision) in adjust_fraction() function in boost::cnv::strtol
130 double fpart = adjust_fraction(value - ipart, precision_); in to_str()