HomeSort by relevance Sort by last modified time
    Searched refs:FullPrecision (Results 1 - 2 of 2) sorted by null

  /external/eigen/doc/snippets/
IOFormat.cpp 8 IOFormat HeavyFmt(FullPrecision, 0, ", ", ";\n", "[", "]", "[", "]");
  /external/eigen/Eigen/src/Core/
IO.h 18 FullPrecision = -2 };
31 * - \b precision number of digits for floating point values, or one of the special constants \c StreamPrecision and \c FullPrecision.
34 * \c FullPrecision means that the number of digits will be computed to match the full precision of each floating-point
147 else if(fmt.precision == FullPrecision)

Completed in 166 milliseconds