Searched refs:is_floating_point (Results 1 – 4 of 4) sorted by relevance
110 if constexpr (std::is_floating_point<T>::value) { in MMI_EQ()
259 struct is_floating_point263 inline constexpr bool is_floating_point_v = is_floating_point<T>::value;
359 if constexpr (std::is_floating_point<T>::value) { in ROSEN_EQ()
420 bool is_floating_point() const noexcept in CORE_BEGIN_NAMESPACE() function