HomeSort by relevance Sort by last modified time
    Searched full:is_integer (Results 1 - 25 of 318) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
is_integer.pass.cpp 12 // is_integer
20 static_assert(std::numeric_limits<T>::is_integer == expected, "is_integer test 1");
21 static_assert(std::numeric_limits<const T>::is_integer == expected, "is_integer test 2");
22 static_assert(std::numeric_limits<volatile T>::is_integer == expected, "is_integer test 3");
23 static_assert(std::numeric_limits<const volatile T>::is_integer == expected, "is_integer test 4");
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/
is_integer.pass.cpp 12 // is_integer
20 static_assert(std::numeric_limits<T>::is_integer == expected, "is_integer test 1");
21 static_assert(std::numeric_limits<const T>::is_integer == expected, "is_integer test 2");
22 static_assert(std::numeric_limits<volatile T>::is_integer == expected, "is_integer test 3");
23 static_assert(std::numeric_limits<const volatile T>::is_integer == expected, "is_integer test 4");
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/language.support/support.limits/limits/numeric.limits.members/
is_integer.pass.cpp 12 // is_integer
20 static_assert(std::numeric_limits<T>::is_integer == expected, "is_integer test 1");
21 static_assert(std::numeric_limits<const T>::is_integer == expected, "is_integer test 2");
22 static_assert(std::numeric_limits<volatile T>::is_integer == expected, "is_integer test 3");
23 static_assert(std::numeric_limits<const volatile T>::is_integer == expected, "is_integer test 4");
  /external/libchrome/base/numerics/
safe_math_impl.h 69 std::numeric_limits<Integer>::is_integer,
76 std::numeric_limits<Integer>::is_integer,
83 std::numeric_limits<Integer>::is_integer,
91 static const typename std::enable_if<std::numeric_limits<Integer>::is_integer,
101 bool IsInteger = std::numeric_limits<Numeric>::is_integer,
135 typename std::enable_if<std::numeric_limits<T>::is_integer, T>::type
159 typename std::enable_if<std::numeric_limits<T>::is_integer, T>::type
187 typename std::enable_if<std::numeric_limits<T>::is_integer &&
199 typename std::enable_if<std::numeric_limits<T>::is_integer &&
230 typename std::enable_if<std::numeric_limits<T>::is_integer &
    [all...]
  /external/v8/src/base/
safe_math_impl.h 98 std::numeric_limits<Integer>::is_integer,
105 std::numeric_limits<Integer>::is_integer,
112 std::numeric_limits<Integer>::is_integer,
120 static const typename enable_if<std::numeric_limits<Integer>::is_integer,
144 typename enable_if<std::numeric_limits<T>::is_integer, T>::type
167 typename enable_if<std::numeric_limits<T>::is_integer, T>::type
195 std::numeric_limits<T>::is_integer && sizeof(T) * 2 <= sizeof(uintmax_t),
206 typename enable_if<std::numeric_limits<T>::is_integer &&
236 typename enable_if<std::numeric_limits<T>::is_integer &&
253 typename enable_if<std::numeric_limits<T>::is_integer, int>::type = 0)
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_state_surface.h 78 bool is_integer; member in struct:ilo_state_surface_image_info
93 bool is_integer; member in struct:ilo_state_surface
ilo_state_sampler.h 63 bool is_integer; member in struct:ilo_state_sampler_border_info
  /external/vulkan-validation-layers/libs/glm/detail/
func_vector_relational.inl 40 GLM_STATIC_ASSERT(std::numeric_limits<T>::is_iec559 || std::numeric_limits<T>::is_integer,
58 GLM_STATIC_ASSERT(std::numeric_limits<T>::is_iec559 || std::numeric_limits<T>::is_integer,
75 GLM_STATIC_ASSERT(std::numeric_limits<T>::is_iec559 || std::numeric_limits<T>::is_integer,
92 GLM_STATIC_ASSERT(std::numeric_limits<T>::is_iec559 || std::numeric_limits<T>::is_integer,
type_mat4x4.inl 181 GLM_STATIC_ASSERT(std::numeric_limits<X1>::is_iec559 || std::numeric_limits<X1>::is_integer, "*mat4x4 constructor only takes float and integer types, 1st parameter type invalid.");
182 GLM_STATIC_ASSERT(std::numeric_limits<Y1>::is_iec559 || std::numeric_limits<Y1>::is_integer, "*mat4x4 constructor only takes float and integer types, 2nd parameter type invalid.");
183 GLM_STATIC_ASSERT(std::numeric_limits<Z1>::is_iec559 || std::numeric_limits<Z1>::is_integer, "*mat4x4 constructor only takes float and integer types, 3rd parameter type invalid.");
184 GLM_STATIC_ASSERT(std::numeric_limits<W1>::is_iec559 || std::numeric_limits<W1>::is_integer, "*mat4x4 constructor only takes float and integer types, 4th parameter type invalid.");
186 GLM_STATIC_ASSERT(std::numeric_limits<X2>::is_iec559 || std::numeric_limits<X2>::is_integer, "*mat4x4 constructor only takes float and integer types, 5th parameter type invalid.");
187 GLM_STATIC_ASSERT(std::numeric_limits<Y2>::is_iec559 || std::numeric_limits<Y2>::is_integer, "*mat4x4 constructor only takes float and integer types, 6th parameter type invalid.");
188 GLM_STATIC_ASSERT(std::numeric_limits<Z2>::is_iec559 || std::numeric_limits<Z2>::is_integer, "*mat4x4 constructor only takes float and integer types, 7th parameter type invalid.");
189 GLM_STATIC_ASSERT(std::numeric_limits<W2>::is_iec559 || std::numeric_limits<W2>::is_integer, "*mat4x4 constructor only takes float and integer types, 8th parameter type invalid.");
191 GLM_STATIC_ASSERT(std::numeric_limits<X3>::is_iec559 || std::numeric_limits<X3>::is_integer, "*mat4x4 constructor only takes float and integer types, 9th parameter type invalid.");
192 GLM_STATIC_ASSERT(std::numeric_limits<Y3>::is_iec559 || std::numeric_limits<Y3>::is_integer, "*mat4x4 constructor only takes float and integer types, 10th parameter type invalid.")
    [all...]
func_integer.inl 354 GLM_STATIC_ASSERT(std::numeric_limits<genIUType>::is_integer, "'bitfieldInsert' only accept integer values");
416 GLM_STATIC_ASSERT(std::numeric_limits<genIUType>::is_integer, "'bitfieldReverse' only accept integer values");
432 GLM_STATIC_ASSERT(std::numeric_limits<genIUType>::is_integer, "'bitCount' only accept integer values");
486 GLM_STATIC_ASSERT(std::numeric_limits<genIUType>::is_integer, "'findLSB' only accept integer values");
540 GLM_STATIC_ASSERT(std::numeric_limits<genIUType>::is_integer, "'findMSB' only accept integer values");
558 GLM_STATIC_ASSERT(std::numeric_limits<genIUType>::is_integer, "'findMSB' only accept integer values");
597 GLM_STATIC_ASSERT(std::numeric_limits<genIUType>::is_integer, "'findMSB' only accept integer values");
  /external/libcxx/include/
limits 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;
268 static _LIBCPP_CONSTEXPR const bool is_integer = true;
314 static _LIBCPP_CONSTEXPR const bool is_integer = false;
360 static _LIBCPP_CONSTEXPR const bool is_integer = false;
406 static _LIBCPP_CONSTEXPR const bool is_integer = false;
456 static _LIBCPP_CONSTEXPR const bool is_integer = __base::is_integer;
497 _LIBCPP_CONSTEXPR const bool numeric_limits<_Tp>::is_integer;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
limits 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;
268 static _LIBCPP_CONSTEXPR const bool is_integer = true;
314 static _LIBCPP_CONSTEXPR const bool is_integer = false;
360 static _LIBCPP_CONSTEXPR const bool is_integer = false;
406 static _LIBCPP_CONSTEXPR const bool is_integer = false;
456 static _LIBCPP_CONSTEXPR const bool is_integer = __base::is_integer;
497 _LIBCPP_CONSTEXPR const bool numeric_limits<_Tp>::is_integer;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
limits 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;
268 static _LIBCPP_CONSTEXPR const bool is_integer = true;
314 static _LIBCPP_CONSTEXPR const bool is_integer = false;
360 static _LIBCPP_CONSTEXPR const bool is_integer = false;
406 static _LIBCPP_CONSTEXPR const bool is_integer = false;
456 static _LIBCPP_CONSTEXPR const bool is_integer = __base::is_integer;
497 _LIBCPP_CONSTEXPR const bool numeric_limits<_Tp>::is_integer;
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/
limits 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;
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/
limits 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;
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/
limits 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;
268 static _LIBCPP_CONSTEXPR const bool is_integer = true;
314 static _LIBCPP_CONSTEXPR const bool is_integer = false;
360 static _LIBCPP_CONSTEXPR const bool is_integer = false;
406 static _LIBCPP_CONSTEXPR const bool is_integer = false;
456 static _LIBCPP_CONSTEXPR const bool is_integer = __base::is_integer;
497 _LIBCPP_CONSTEXPR const bool numeric_limits<_Tp>::is_integer;
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_format.h 80 GLenum baseFormat, GLboolean is_integer);
  /external/eigen/Eigen/src/Core/
Fuzzy.h 19 template<typename Derived, typename OtherDerived, bool is_integer = NumTraits<typename Derived::Scalar>::IsInteger>
41 template<typename Derived, typename OtherDerived, bool is_integer = NumTraits<typename Derived::Scalar>::IsInteger>
61 template<typename Derived, bool is_integer = NumTraits<typename Derived::Scalar>::IsInteger>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
limits 215 static _GLIBCXX_USE_CONSTEXPR bool is_integer = false;
391 static _GLIBCXX_USE_CONSTEXPR bool is_integer = true;
461 static _GLIBCXX_USE_CONSTEXPR bool is_integer = true;
529 static _GLIBCXX_USE_CONSTEXPR bool is_integer = true;
600 static _GLIBCXX_USE_CONSTEXPR bool is_integer = true;
672 static _GLIBCXX_USE_CONSTEXPR bool is_integer = true;
736 static constexpr bool is_integer = true;
797 static constexpr bool is_integer = true;
863 static _GLIBCXX_USE_CONSTEXPR bool is_integer = true;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
limits 215 static _GLIBCXX_USE_CONSTEXPR bool is_integer = false;
391 static _GLIBCXX_USE_CONSTEXPR bool is_integer = true;
461 static _GLIBCXX_USE_CONSTEXPR bool is_integer = true;
529 static _GLIBCXX_USE_CONSTEXPR bool is_integer = true;
600 static _GLIBCXX_USE_CONSTEXPR bool is_integer = true;
672 static _GLIBCXX_USE_CONSTEXPR bool is_integer = true;
736 static constexpr bool is_integer = true;
797 static constexpr bool is_integer = true;
863 static _GLIBCXX_USE_CONSTEXPR bool is_integer = true;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
limits 215 static _GLIBCXX_USE_CONSTEXPR bool is_integer = false;
391 static _GLIBCXX_USE_CONSTEXPR bool is_integer = true;
461 static _GLIBCXX_USE_CONSTEXPR bool is_integer = true;
529 static _GLIBCXX_USE_CONSTEXPR bool is_integer = true;
600 static _GLIBCXX_USE_CONSTEXPR bool is_integer = true;
672 static _GLIBCXX_USE_CONSTEXPR bool is_integer = true;
736 static constexpr bool is_integer = true;
797 static constexpr bool is_integer = true;
863 static _GLIBCXX_USE_CONSTEXPR bool is_integer = true;
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/
limits 215 static _GLIBCXX_USE_CONSTEXPR bool is_integer = false;
391 static _GLIBCXX_USE_CONSTEXPR bool is_integer = true;
461 static _GLIBCXX_USE_CONSTEXPR bool is_integer = true;
529 static _GLIBCXX_USE_CONSTEXPR bool is_integer = true;
600 static _GLIBCXX_USE_CONSTEXPR bool is_integer = true;
672 static _GLIBCXX_USE_CONSTEXPR bool is_integer = true;
736 static constexpr bool is_integer = true;
797 static constexpr bool is_integer = true;
863 static _GLIBCXX_USE_CONSTEXPR bool is_integer = true;
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/
limits 215 static _GLIBCXX_USE_CONSTEXPR bool is_integer = false;
391 static _GLIBCXX_USE_CONSTEXPR bool is_integer = true;
461 static _GLIBCXX_USE_CONSTEXPR bool is_integer = true;
529 static _GLIBCXX_USE_CONSTEXPR bool is_integer = true;
600 static _GLIBCXX_USE_CONSTEXPR bool is_integer = true;
672 static _GLIBCXX_USE_CONSTEXPR bool is_integer = true;
736 static constexpr bool is_integer = true;
797 static constexpr bool is_integer = true;
863 static _GLIBCXX_USE_CONSTEXPR bool is_integer = true;
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/
limits 215 static _GLIBCXX_USE_CONSTEXPR bool is_integer = false;
391 static _GLIBCXX_USE_CONSTEXPR bool is_integer = true;
461 static _GLIBCXX_USE_CONSTEXPR bool is_integer = true;
529 static _GLIBCXX_USE_CONSTEXPR bool is_integer = true;
600 static _GLIBCXX_USE_CONSTEXPR bool is_integer = true;
672 static _GLIBCXX_USE_CONSTEXPR bool is_integer = true;
736 static constexpr bool is_integer = true;
797 static constexpr bool is_integer = true;
863 static _GLIBCXX_USE_CONSTEXPR bool is_integer = true;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_cmath.h 178 typename __clang_cuda_enable_if<std::numeric_limits<__T>::is_integer, \
276 __DEVICE__ typename __clang_cuda_enable_if<std::numeric_limits<__T>::is_integer,
283 __DEVICE__ typename __clang_cuda_enable_if<std::numeric_limits<__T>::is_integer,
290 __DEVICE__ typename __clang_cuda_enable_if<std::numeric_limits<__T>::is_integer,
306 __DEVICE__ typename __clang_cuda_enable_if<std::numeric_limits<__T>::is_integer,
313 __DEVICE__ typename __clang_cuda_enable_if<std::numeric_limits<__T>::is_integer,

Completed in 1416 milliseconds

1 2 3 4 5 6 7 8 91011>>