HomeSort by relevance Sort by last modified time
    Searched defs:is_int (Results 1 - 9 of 9) 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/chromium_org/ppapi/cpp/
var.h 139 /// The <code>is_int</code> function returns the internal representation.
146 bool is_int() const { return var_.type == PP_VARTYPE_INT32; } function in class:pp::Var
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_parse.py 171 def is_int(self): member in class:Format
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_parse.py 171 def is_int(self): member in class:Format
  /external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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/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...]

Completed in 293 milliseconds