Home
last modified time | relevance | path

Searched defs:is_floating_point (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/type_traits/
Dis_floating_point.hpp16 template <class T> struct is_floating_point : public false_type{}; struct
17 template <class T> struct is_floating_point<const T> : public is_floating_point<T>{}; struct
18 template <class T> struct is_floating_point<volatile const T> : public is_floating_point<T>{}; struct
19 template <class T> struct is_floating_point<volatile T> : public is_floating_point<T>{}; struct
20 template<> struct is_floating_point<float> : public true_type{}; struct
21 template<> struct is_floating_point<double> : public true_type{}; struct
22 template<> struct is_floating_point<long double> : public true_type{}; struct
25 template<> struct is_floating_point<__float128> : public true_type{}; struct
/third_party/boost/boost/gil/io/
Dtypedefs.hpp34 template<> struct is_floating_point<gil::float32_t> : std::true_type {}; struct
35 template<> struct is_floating_point<gil::float64_t> : std::true_type {}; struct
/third_party/boost/boost/move/detail/
Dtype_traits.hpp433 struct is_floating_point struct
/third_party/skia/third_party/externals/imgui/
Dimgui_widgets.cpp2232 …const bool is_floating_point = (data_type == ImGuiDataType_Float) || (data_type == ImGuiDataType_D… in DragBehaviorT() local
2721 …const bool is_floating_point = (data_type == ImGuiDataType_Float) || (data_type == ImGuiDataType_D… in ScaleValueFromRatioT() local
2803 …const bool is_floating_point = (data_type == ImGuiDataType_Float) || (data_type == ImGuiDataType_D… in SliderBehaviorT() local