HomeSort by relevance Sort by last modified time
    Searched defs:is_integral (Results 1 - 4 of 4) sorted by null

  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
ulimits.h 37 static const bool is_integral = false; ///< True if fixed size and cast-copyable. member in struct:ustl::numeric_limits
48 static const bool is_integral = true; member in struct:ustl::numeric_limits
58 static const bool is_integral = bIntegral; \
96 if (numeric_limits<T>::is_integral)
uspecial.h 183 static const bool is_integral = value_limits::is_integral; member in struct:ustl::numeric_limits
  /external/astl/include/
type_traits.h 84 // is_integral
85 template<typename> struct is_integral : public false_type { }; struct in namespace:std
88 template<> struct is_integral<_Type>: public true_type { }; \
89 template<> struct is_integral<_Type const>: public true_type { }; \
90 template<> struct is_integral<_Type volatile>: public true_type { }; \
91 template<> struct is_integral<_Type const volatile>: public true_type { };
139 struct is_arithmetic : public integral_constant<bool, (is_integral<_T>::value || is_floating_point<_T>::value)> { };
  /external/stlport/stlport/stl/
boost_type_traits.h 27 #include <boost/type_traits/is_integral.hpp>
59 enum { is_integral = ::boost::is_integral<_Tp>::value }; enumerator in enum:_IsIntegral::__anon5992
60 typedef typename __bool2type<is_integral>::_Ret _Ret;
122 enum { is_integral = ::boost::is_integral<_Tp>::value }; enumerator in enum:_DefaultZeroValue::__anon6003
123 typedef typename __bool2type<is_integral>::_Ret _IsIntegral;

Completed in 186 milliseconds