Lines Matching defs:IsFloatingPoint
887 struct IsFloatingPoint
997 : IntegralConstant<bool, IsIntegral<T>::value || IsFloatingPoint<T>::value>
1075 bool = IsFloatingPoint<T>::value,
1102 bool = IsFloatingPoint<T>::value,
10575 static_assert(!IsFloatingPoint<ValueT>::value,
59608 static_assert(IsFloatingPoint<T>::value, "floating point type required");
59617 static_assert(IsFloatingPoint<T>::value, "floating point type required");