Searched refs:is_integer (Results 1 – 9 of 9) sorted by relevance
70 int temp = is_integer("123"); in test_IsInteger()72 temp = is_integer("-999"); in test_IsInteger()74 temp = is_integer("0"); //what about -0? in test_IsInteger()76 temp = is_integer("16.5"); in test_IsInteger()78 temp = is_integer("12ab"); in test_IsInteger()80 temp = is_integer("2147483647"); in test_IsInteger()82 temp = is_integer("2347483647"); //too big for signed int in test_IsInteger()
45 const bool __numeric_limits_base::is_integer; member in __numeric_limits_base69 const bool numeric_limits<bool>::is_integer; member in numeric_limits<bool>93 const bool numeric_limits<char>::is_integer; member in numeric_limits<char>117 const bool numeric_limits<signed char>::is_integer; member in numeric_limits<signed char>141 const bool numeric_limits<unsigned char>::is_integer; member in numeric_limits<unsigned char>167 const bool numeric_limits<wchar_t>::is_integer; member in numeric_limits<wchar_t>192 const bool numeric_limits<short>::is_integer; member in numeric_limits<short>216 const bool numeric_limits<unsigned short>::is_integer; member in numeric_limits<unsigned short>240 const bool numeric_limits<int>::is_integer; member in numeric_limits<int>264 const bool numeric_limits<unsigned int>::is_integer; member in numeric_limits<unsigned int>[all …]
212 static const bool is_integer = false; member329 static const bool is_integer = true;383 static const bool is_integer = true;434 static const bool is_integer = true;485 static const bool is_integer = true;536 static const bool is_integer = true;587 static const bool is_integer = true;638 static const bool is_integer = true;689 static const bool is_integer = true;740 static const bool is_integer = true;[all …]
33 static constexpr bool is_integer = false;155 static _LIBCPP_CONSTEXPR const bool is_integer = false;215 static _LIBCPP_CONSTEXPR const bool is_integer = true;267 static _LIBCPP_CONSTEXPR const bool is_integer = true;313 static _LIBCPP_CONSTEXPR const bool is_integer = false;359 static _LIBCPP_CONSTEXPR const bool is_integer = false;405 static _LIBCPP_CONSTEXPR const bool is_integer = false;455 static _LIBCPP_CONSTEXPR const bool is_integer = __base::is_integer;496 _LIBCPP_CONSTEXPR const bool numeric_limits<_Tp>::is_integer;548 static _LIBCPP_CONSTEXPR const bool is_integer = __base::is_integer;[all …]
110 static_assert(std::numeric_limits<T>::is_integer &&179 static_assert(std::numeric_limits<T>::is_integer &&392 static_assert(std::numeric_limits<T>::is_integer &&408 static_assert(std::numeric_limits<T>::is_integer &&450 static_assert(std::numeric_limits<T>::is_integer &&
54 int is_integer(const char *);142 if (is_integer(s)) in make_str()209 is_integer(const char *s) in is_integer() function
470 is_integer( in is_integer() function802 } else if (is_integer(yytext)) { in yylex()
121 static_assert(std::numeric_limits<SparseT>::is_integer &&
79 static_assert(std::numeric_limits<SparseT>::is_integer &&