Searched refs:is_integer (Results 1 – 9 of 9) sorted by relevance
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>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>240 const bool numeric_limits<int>::is_integer; member in numeric_limits<int>288 const bool numeric_limits<long>::is_integer; member in numeric_limits<long>383 const bool numeric_limits<float>::is_integer; member in numeric_limits<float>407 const bool numeric_limits<double>::is_integer; member in numeric_limits<double>[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;158 static _LIBCPP_CONSTEXPR const bool is_integer = false;218 static _LIBCPP_CONSTEXPR const bool is_integer = true;271 static _LIBCPP_CONSTEXPR const bool is_integer = true;317 static _LIBCPP_CONSTEXPR const bool is_integer = false;363 static _LIBCPP_CONSTEXPR const bool is_integer = false;409 static _LIBCPP_CONSTEXPR const bool is_integer = false;459 static _LIBCPP_CONSTEXPR const bool is_integer = __base::is_integer;552 static _LIBCPP_CONSTEXPR const bool is_integer = __base::is_integer;645 static _LIBCPP_CONSTEXPR const bool is_integer = __base::is_integer;[all …]
182 typename __clang_cuda_enable_if<std::numeric_limits<__T>::is_integer, \280 __DEVICE__ typename __clang_cuda_enable_if<std::numeric_limits<__T>::is_integer,287 __DEVICE__ typename __clang_cuda_enable_if<std::numeric_limits<__T>::is_integer,303 __DEVICE__ typename __clang_cuda_enable_if<std::numeric_limits<__T>::is_integer,310 __DEVICE__ typename __clang_cuda_enable_if<std::numeric_limits<__T>::is_integer,
121 static_assert(std::numeric_limits<T>::is_integer &&190 static_assert(std::numeric_limits<T>::is_integer &&463 static_assert(std::numeric_limits<T>::is_integer &&479 static_assert(std::numeric_limits<T>::is_integer &&521 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
480 is_integer( in is_integer() function812 } else if (is_integer(yytext)) { in yylex()
125 static_assert(std::numeric_limits<SparseT>::is_integer &&
87 static_assert(std::numeric_limits<SparseT>::is_integer &&