Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dlimits40 static constexpr int min_exponent10 = 0;
165 static _LIBCPP_CONSTEXPR const int min_exponent10 = 0;
225 static _LIBCPP_CONSTEXPR const int min_exponent10 = 0;
278 static _LIBCPP_CONSTEXPR const int min_exponent10 = 0;
324 static _LIBCPP_CONSTEXPR const int min_exponent10 = __FLT_MIN_10_EXP__;
370 static _LIBCPP_CONSTEXPR const int min_exponent10 = __DBL_MIN_10_EXP__;
416 static _LIBCPP_CONSTEXPR const int min_exponent10 = __LDBL_MIN_10_EXP__;
466 static _LIBCPP_CONSTEXPR const int min_exponent10 = __base::min_exponent10;
508 _LIBCPP_CONSTEXPR const int numeric_limits<_Tp>::min_exponent10;
559 static _LIBCPP_CONSTEXPR const int min_exponent10 = __base::min_exponent10;
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dlimits40 static constexpr int min_exponent10 = 0;
165 static _LIBCPP_CONSTEXPR const int min_exponent10 = 0;
225 static _LIBCPP_CONSTEXPR const int min_exponent10 = 0;
278 static _LIBCPP_CONSTEXPR const int min_exponent10 = 0;
324 static _LIBCPP_CONSTEXPR const int min_exponent10 = __FLT_MIN_10_EXP__;
370 static _LIBCPP_CONSTEXPR const int min_exponent10 = __DBL_MIN_10_EXP__;
416 static _LIBCPP_CONSTEXPR const int min_exponent10 = __LDBL_MIN_10_EXP__;
466 static _LIBCPP_CONSTEXPR const int min_exponent10 = __base::min_exponent10;
508 _LIBCPP_CONSTEXPR const int numeric_limits<_Tp>::min_exponent10;
559 static _LIBCPP_CONSTEXPR const int min_exponent10 = __base::min_exponent10;
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dlimits.hpp66 BOOST_STATIC_CONSTANT(int, min_exponent10 = 0);
119 BOOST_STATIC_CONSTANT(int, min_exponent10 = 0);
/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/
H A Dlimits243 static _GLIBCXX_USE_CONSTEXPR int min_exponent10 = 0;
415 static _GLIBCXX_USE_CONSTEXPR int min_exponent10 = 0;
485 static _GLIBCXX_USE_CONSTEXPR int min_exponent10 = 0;
553 static _GLIBCXX_USE_CONSTEXPR int min_exponent10 = 0;
624 static _GLIBCXX_USE_CONSTEXPR int min_exponent10 = 0;
696 static _GLIBCXX_USE_CONSTEXPR int min_exponent10 = 0;
760 static _GLIBCXX_USE_CONSTEXPR int min_exponent10 = 0;
825 static constexpr int min_exponent10 = 0;
886 static constexpr int min_exponent10 = 0;
952 static _GLIBCXX_USE_CONSTEXPR int min_exponent10 = 0;
[all …]
/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/
H A Dlimits243 static _GLIBCXX_USE_CONSTEXPR int min_exponent10 = 0;
415 static _GLIBCXX_USE_CONSTEXPR int min_exponent10 = 0;
485 static _GLIBCXX_USE_CONSTEXPR int min_exponent10 = 0;
553 static _GLIBCXX_USE_CONSTEXPR int min_exponent10 = 0;
624 static _GLIBCXX_USE_CONSTEXPR int min_exponent10 = 0;
696 static _GLIBCXX_USE_CONSTEXPR int min_exponent10 = 0;
760 static _GLIBCXX_USE_CONSTEXPR int min_exponent10 = 0;
825 static constexpr int min_exponent10 = 0;
886 static constexpr int min_exponent10 = 0;
952 static _GLIBCXX_USE_CONSTEXPR int min_exponent10 = 0;
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/numeric/detail/
H A Dreal_impl.hpp78 if (exp < std::numeric_limits<T>::min_exponent10) in scale()
80 int min_exp = std::numeric_limits<T>::min_exponent10; in scale()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/cpp_int/
H A Dlimits.hpp147 BOOST_STATIC_CONSTEXPR int min_exponent10 = 0; member in std::numeric_limits
189 …t_backend<MinBits, MaxBits, SignType, Checked, Allocator>, ExpressionTemplates> >::min_exponent10; member in std::numeric_limits<boost::multiprecision::number<boost::multiprecision::cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator>, ExpressionTemplates> >
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/lexical_cast/detail/
H A Dconverter_lexical.hpp386 std::numeric_limits<Source>::min_exponent10 >= -999999L