Searched defs:is_floating_point (Results 1 – 3 of 3) sorted by relevance
159 template <typename T> using is_floating_point = std::is_floating_point<T>; variable173 template <typename T> using is_floating_point = variable
2232 …const bool is_floating_point = (data_type == ImGuiDataType_Float) || (data_type == ImGuiDataType_D… in DragBehaviorT() local2721 …const bool is_floating_point = (data_type == ImGuiDataType_Float) || (data_type == ImGuiDataType_D… in ScaleValueFromRatioT() local2803 …const bool is_floating_point = (data_type == ImGuiDataType_Float) || (data_type == ImGuiDataType_D… in SliderBehaviorT() local
3135 struct is_floating_point struct