Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_dpp.c268 bool is_float) in dpp1_set_degamma_format_float() argument
272 if (is_float) { in dpp1_set_degamma_format_float()
294 bool is_float; in dpp1_cnv_setup() local
305 is_float = false; in dpp1_cnv_setup()
321 is_float = true; in dpp1_cnv_setup()
328 dpp1_set_degamma_format_float(dpp_base, is_float); in dpp1_cnv_setup()
/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_numeric.hpp119 boost::is_float<Source>::value, in try_convert()
158 (boost::is_signed<Source>::value || boost::is_float<Source>::value) && in try_convert()
H A Dconverter_lexical.hpp379 Source, BOOST_DEDUCED_TYPENAME boost::enable_if<boost::is_float<Source> >::type
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/
H A Dis_float.hpp17 template <class T> struct is_float : public is_floating_point<T> {}; struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/policies/robustness/
H A Dsegment_ratio.hpp244 boost::is_float<Type>::value, Type, double
/OK3568_Linux_fs/kernel/sound/pci/mixart/
H A Dmixart_core.h363 u32 is_float; member