Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/util/common/include/
H A Dutil.h110 if constexpr (std::is_floating_point<T>::value) { in MMI_EQ()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dtype_traits.h259 struct is_floating_point
263 inline constexpr bool is_floating_point_v = is_floating_point<T>::value;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_common_def.h359 if constexpr (std::is_floating_point<T>::value) { in ROSEN_EQ()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/json/
H A Djson.h420 bool is_floating_point() const noexcept in CORE_BEGIN_NAMESPACE() function