Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/
H A Dnumber_base.hpp833 bool showpoint = (f & std::ios_base::showpoint) == std::ios_base::showpoint; in format_float_string() local
860 if(showpoint) in format_float_string()
874 if(!fixed && !scientific && !showpoint) in format_float_string()
908 if(showpoint || fixed) in format_float_string()
924 else if(showpoint || fixed) // we have exactly the digits we require to left of the point in format_float_string()
940 if(showpoint || (str.size() > 1)) in format_float_string()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dios_base.h380 static const fmtflags showpoint = _S_showpoint; in _GLIBCXX_VISIBILITY()
940 showpoint(ios_base& __base) in _GLIBCXX_VISIBILITY()
942 __base.setf(ios_base::showpoint); in _GLIBCXX_VISIBILITY()
950 __base.unsetf(ios_base::showpoint); in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dios_base.h380 static const fmtflags showpoint = _S_showpoint; in _GLIBCXX_VISIBILITY()
940 showpoint(ios_base& __base) in _GLIBCXX_VISIBILITY()
942 __base.setf(ios_base::showpoint); in _GLIBCXX_VISIBILITY()
950 __base.unsetf(ios_base::showpoint); in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dprogram_parameters.cpp14 ss.setf(std::ios_base::showpoint); in ProgramParameters()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dios42 static constexpr fmtflags showpoint;
172 ios_base& showpoint (ios_base& str);
247 static const fmtflags showpoint = 0x0400;
861 showpoint(ios_base& __str)
863 __str.setf(ios_base::showpoint);
871 __str.unsetf(ios_base::showpoint);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dios42 static constexpr fmtflags showpoint;
172 ios_base& showpoint (ios_base& str);
247 static const fmtflags showpoint = 0x0400;
861 showpoint(ios_base& __str)
863 __str.setf(ios_base::showpoint);
871 __str.unsetf(ios_base::showpoint);