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

  /external/eigen/Eigen/src/Core/
NumTraits.h 37 * \li An enum value \a IsInteger. It is equal to \c 1 if \a T is an integer type such as \c int,
54 IsInteger = std::numeric_limits<T>::is_integer,
65 IsInteger,
78 static inline T lowest() { return IsInteger ? (std::numeric_limits<T>::min)() : (-(std::numeric_limits<T>::max)()); }
82 HasFloatingPoint = !IsInteger
136 IsInteger = NumTraits<Scalar>::IsInteger,
  /external/webkit/Source/JavaScriptCore/wtf/
TypeTraits.h 35 // IsInteger<T>::value
49 template<typename T> struct IsInteger { static const bool value = false; };
50 template<> struct IsInteger<bool> { static const bool value = true; };
51 template<> struct IsInteger<char> { static const bool value = true; };
52 template<> struct IsInteger<signed char> { static const bool value = true; };
53 template<> struct IsInteger<unsigned char> { static const bool value = true; };
54 template<> struct IsInteger<short> { static const bool value = true; };
55 template<> struct IsInteger<unsigned short> { static const bool value = true; };
56 template<> struct IsInteger<int> { static const bool value = true; };
57 template<> struct IsInteger<unsigned int> { static const bool value = true; }
    [all...]
  /external/ceres-solver/include/ceres/
jet.h 666 IsInteger = 0,
  /external/v8/src/
hydrogen-instructions.h     [all...]

Completed in 215 milliseconds