Home
last modified time | relevance | path

Searched defs:is_integer (Results 1 – 3 of 3) sorted by relevance

/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.hpp141 BOOST_STATIC_CONSTEXPR bool is_integer = true; member in std::numeric_limits
181 …p_int_backend<MinBits, MaxBits, SignType, Checked, Allocator>, ExpressionTemplates> >::is_integer; 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/multiprecision/
H A Drational_adaptor.hpp340 BOOST_STATIC_CONSTEXPR bool is_integer = false; member in std::numeric_limits
356 …on::number<boost::multiprecision::rational_adaptor<IntBackend>, ExpressionTemplates> >::is_integer; member in std::numeric_limits<boost::multiprecision::number<boost::multiprecision::rational_adaptor<IntBackend>, ExpressionTemplates> >
/OK3568_Linux_fs/kernel/drivers/clk/
H A Dclk-si5341.c677 u64 n_num, u32 n_den, bool is_integer) in si5341_synth_program()
703 bool is_integer; in si5341_synth_clk_set_rate() local