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

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
bounds.hpp 46 typedef mpl::bool_< ::std::numeric_limits<N>::is_integer > is_int ; typedef in struct:boost::numeric::boundsdetail::get_impl
51 typedef typename mpl::if_<is_int,impl_int,impl_float>::type type ;
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_parse.py 171 def is_int(self): member in class:Format
  /external/clang/test/SemaTemplate/
overload-candidates.cpp 54 template<typename T> struct is_int { enum { value = false }; }; struct
55 template<> struct is_int<int> { enum { value = true }; }; struct
56 template<typename T> typename llvm::enable_if<is_int<T> >::type if_int(); // expected-note{{candidate template ignored: disabled by 'enable_if' [with T = char]}}
  /external/mesa3d/src/glsl/
s_expression.h 72 virtual bool is_int() const { return false; } function in class:s_expression
96 bool is_int() const { return true; } function in class:s_int
  /external/mesa3d/src/gallium/tests/trivial/
compute.c 1082 bool is_int = util_format_is_pure_integer(surface_fmts[i]); local
1182 bool is_int = util_format_is_pure_integer(surface_fmts[i]); local
    [all...]
  /external/clang/test/CXX/drs/
dr3xx.cpp 666 template<typename T> struct is_int;
667 template<> struct is_int<int> {}; struct in namespace:dr352
670 template<typename T> int f(T (*p)(T)) { is_int<T>(); }
677 template<typename T> int f(T, T (*p)(T)) { is_int<T>(); }
684 template <class T> int f(T, T (*p)(T)) { is_int<T>(); }
    [all...]

Completed in 124 milliseconds