HomeSort by relevance Sort by last modified time
    Searched refs:is_integer (Results 1 - 10 of 10) sorted by null

  /external/astl/include/
limits 77 static const bool is_integer = false;
115 static const bool is_integer = false;
131 static const bool is_integer = false;
147 static const bool is_integer = true;
163 static const bool is_integer = true;
179 static const bool is_integer = true;
195 static const bool is_integer = true;
211 static const bool is_integer = true;
227 static const bool is_integer = true;
  /external/astl/tests/
test_limits.cpp 75 EXPECT_FALSE(std::numeric_limits<float>::is_integer);
76 EXPECT_FALSE(std::numeric_limits<double>::is_integer);
77 EXPECT_TRUE(std::numeric_limits<long>::is_integer);
78 EXPECT_TRUE(std::numeric_limits<long long>::is_integer);
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
ulimits.h 36 static const bool is_integer = false; ///< True if stores an exact value. member in struct:ustl::numeric_limits
47 static const bool is_integer = true; member in struct:ustl::numeric_limits
57 static const bool is_integer = bInteger; \
sostream.h 102 fmtstring (fmt, printf_typestring(v), numeric_limits<T>::is_integer);
uspecial.h 182 static const bool is_integer = value_limits::is_integer; member in struct:ustl::numeric_limits
  /external/stlport/test/unit/
type_traits_test.cpp 285 int is_integer(_Type) { function
294 CPPUNIT_ASSERT( is_integer(bool()) == 1 );
295 CPPUNIT_ASSERT( is_integer(char()) == 1 );
297 CPPUNIT_ASSERT( is_integer(signed_char()) == 1 );
299 CPPUNIT_ASSERT( is_integer(unsigned_char()) == 1 );
301 CPPUNIT_ASSERT( is_integer(wchar_t()) == 1 );
303 CPPUNIT_ASSERT( is_integer(short()) == 1 );
305 CPPUNIT_ASSERT( is_integer(unsigned_short()) == 1 );
306 CPPUNIT_ASSERT( is_integer(int()) == 1 );
308 CPPUNIT_ASSERT( is_integer(unsigned_int()) == 1 )
    [all...]
limits_test.cpp 75 CHECK_COND(lim::is_integer);
128 CHECK_COND(!lim::is_integer);
  /external/stlport/stlport/stl/
_limits.c 44 __declare_numeric_base_member(bool, is_integer);
73 __declare_integer_limits_member(bool, is_integer);
89 _STLP_TEMPLATE_NULL const bool numeric_limits<__integer>::is_integer; \
_limits.h 78 _STLP_STATIC_CONSTANT(bool, is_integer = false);
129 _STLP_STATIC_CONSTANT(bool, is_integer = true);
308 _STLP_STATIC_CONSTANT(bool, is_integer = true);
327 _STLP_STATIC_CONSTANT(bool, is_integer = true);
  /bionic/libc/kernel/tools/
cpp.py 892 def is_integer(self): member in class:ExprParser
1053 def is_integer(self,i): member in class:CppExpr
    [all...]

Completed in 86 milliseconds