Searched refs:scientific (Results 1 – 25 of 53) sorted by relevance
123
46 assert(std::ios_base::scientific); in main()64 & std::ios_base::scientific in main()79 assert(std::ios_base::floatfield == (std::ios_base::scientific in main()
26 std::ios_base& r = std::scientific(ios); in main()28 assert(ios.flags() & std::ios::scientific); in main()
29 assert(ios.flags() & std::ios::scientific); in main()
29 assert(!(ios.flags() & std::ios::scientific)); in main()
176 << std::scientific << std::setprecision(kErrorMessageNumericPrecision) in InterpolatingPolynomialMinimizingStepSize()388 VLOG(3) << std::scientific << std::setprecision(kErrorMessageNumericPrecision) in Search()504 VLOG(3) << std::scientific in BracketingPhase()519 VLOG(3) << std::scientific in BracketingPhase()649 << std::scientific << std::setprecision(kErrorMessageNumericPrecision) in ZoomPhase()667 << std::scientific << std::setprecision(kErrorMessageNumericPrecision) in ZoomPhase()803 VLOG(3) << std::scientific in ZoomPhase()
26 scientific(o); in is_about()
40 static constexpr fmtflags scientific;195 ios_base& scientific (ios_base& str);245 static const fmtflags scientific = 0x0100;254 static const fmtflags floatfield = scientific | fixed;972 scientific(ios_base& __str)974 __str.setf(ios_base::scientific, ios_base::floatfield);982 __str.setf(ios_base::fixed | ios_base::scientific, ios_base::floatfield);