Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dlimits39 static constexpr int min_exponent = 0;
164 static _LIBCPP_CONSTEXPR const int min_exponent = 0;
224 static _LIBCPP_CONSTEXPR const int min_exponent = 0;
277 static _LIBCPP_CONSTEXPR const int min_exponent = 0;
323 static _LIBCPP_CONSTEXPR const int min_exponent = __FLT_MIN_EXP__;
369 static _LIBCPP_CONSTEXPR const int min_exponent = __DBL_MIN_EXP__;
415 static _LIBCPP_CONSTEXPR const int min_exponent = __LDBL_MIN_EXP__;
465 static _LIBCPP_CONSTEXPR const int min_exponent = __base::min_exponent;
506 _LIBCPP_CONSTEXPR const int numeric_limits<_Tp>::min_exponent;
558 static _LIBCPP_CONSTEXPR const int min_exponent = __base::min_exponent;
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dlimits39 static constexpr int min_exponent = 0;
164 static _LIBCPP_CONSTEXPR const int min_exponent = 0;
224 static _LIBCPP_CONSTEXPR const int min_exponent = 0;
277 static _LIBCPP_CONSTEXPR const int min_exponent = 0;
323 static _LIBCPP_CONSTEXPR const int min_exponent = __FLT_MIN_EXP__;
369 static _LIBCPP_CONSTEXPR const int min_exponent = __DBL_MIN_EXP__;
415 static _LIBCPP_CONSTEXPR const int min_exponent = __LDBL_MIN_EXP__;
465 static _LIBCPP_CONSTEXPR const int min_exponent = __base::min_exponent;
506 _LIBCPP_CONSTEXPR const int numeric_limits<_Tp>::min_exponent;
558 static _LIBCPP_CONSTEXPR const int min_exponent = __base::min_exponent;
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dlimits.hpp65 BOOST_STATIC_CONSTANT(int, min_exponent = 0);
118 BOOST_STATIC_CONSTANT(int, min_exponent = 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 Dlimits239 static _GLIBCXX_USE_CONSTEXPR int min_exponent = 0;
414 static _GLIBCXX_USE_CONSTEXPR int min_exponent = 0;
484 static _GLIBCXX_USE_CONSTEXPR int min_exponent = 0;
552 static _GLIBCXX_USE_CONSTEXPR int min_exponent = 0;
623 static _GLIBCXX_USE_CONSTEXPR int min_exponent = 0;
695 static _GLIBCXX_USE_CONSTEXPR int min_exponent = 0;
759 static _GLIBCXX_USE_CONSTEXPR int min_exponent = 0;
824 static constexpr int min_exponent = 0;
885 static constexpr int min_exponent = 0;
951 static _GLIBCXX_USE_CONSTEXPR int min_exponent = 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 Dlimits239 static _GLIBCXX_USE_CONSTEXPR int min_exponent = 0;
414 static _GLIBCXX_USE_CONSTEXPR int min_exponent = 0;
484 static _GLIBCXX_USE_CONSTEXPR int min_exponent = 0;
552 static _GLIBCXX_USE_CONSTEXPR int min_exponent = 0;
623 static _GLIBCXX_USE_CONSTEXPR int min_exponent = 0;
695 static _GLIBCXX_USE_CONSTEXPR int min_exponent = 0;
759 static _GLIBCXX_USE_CONSTEXPR int min_exponent = 0;
824 static constexpr int min_exponent = 0;
885 static constexpr int min_exponent = 0;
951 static _GLIBCXX_USE_CONSTEXPR int min_exponent = 0;
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/functional/hash/detail/
H A Dlimits.hpp53 BOOST_STATIC_CONSTANT(int, min_exponent = LDBL_MIN_EXP);
H A Dhash_float.hpp160 limits<T>::min_exponent; in float_hash_impl2()
/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.hpp146 BOOST_STATIC_CONSTEXPR int min_exponent = 0; member in std::numeric_limits
187 …int_backend<MinBits, MaxBits, SignType, Checked, Allocator>, ExpressionTemplates> >::min_exponent; member in std::numeric_limits<boost::multiprecision::number<boost::multiprecision::cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator>, ExpressionTemplates> >
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci.c265 unsigned int min_exponent, in xhci_microframes_to_exponent() argument
271 interval = clamp_val(interval, min_exponent, max_exponent); in xhci_microframes_to_exponent()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-mem.c1328 unsigned int min_exponent, unsigned int max_exponent) in xhci_microframes_to_exponent() argument
1333 interval = clamp_val(interval, min_exponent, max_exponent); in xhci_microframes_to_exponent()