HomeSort by relevance Sort by last modified time
    Searched refs:numeric_limits (Results 126 - 150 of 1055) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/
thousands_sep.pass.cpp 61 assert(f.thousands_sep() == std::numeric_limits<char>::max());
65 assert(f.thousands_sep() == std::numeric_limits<char>::max());
69 assert(f.thousands_sep() == std::numeric_limits<wchar_t>::max());
73 assert(f.thousands_sep() == std::numeric_limits<wchar_t>::max());
  /external/libcxx/test/utilities/memory/default.allocator/allocator.members/
max_size.pass.cpp 26 assert(M > 0xFFFF && M <= std::numeric_limits<std::size_t>::max());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/
has_denorm.pass.cpp 10 // test numeric_limits
20 static_assert(std::numeric_limits<T>::has_denorm == expected, "has_denorm test 1");
21 static_assert(std::numeric_limits<const T>::has_denorm == expected, "has_denorm test 2");
22 static_assert(std::numeric_limits<volatile T>::has_denorm == expected, "has_denorm test 3");
23 static_assert(std::numeric_limits<const volatile T>::has_denorm == expected, "has_denorm test 4");
round_style.pass.cpp 10 // test numeric_limits
20 static_assert(std::numeric_limits<T>::round_style == expected, "round_style test 1");
21 static_assert(std::numeric_limits<const T>::round_style == expected, "round_style test 2");
22 static_assert(std::numeric_limits<volatile T>::round_style == expected, "round_style test 3");
23 static_assert(std::numeric_limits<const volatile T>::round_style == expected, "round_style test 4");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/
decimal_point.pass.cpp 61 assert(f.decimal_point() == std::numeric_limits<char>::max());
65 assert(f.decimal_point() == std::numeric_limits<char>::max());
69 assert(f.decimal_point() == std::numeric_limits<wchar_t>::max());
73 assert(f.decimal_point() == std::numeric_limits<wchar_t>::max());
thousands_sep.pass.cpp 61 assert(f.thousands_sep() == std::numeric_limits<char>::max());
65 assert(f.thousands_sep() == std::numeric_limits<char>::max());
69 assert(f.thousands_sep() == std::numeric_limits<wchar_t>::max());
73 assert(f.thousands_sep() == std::numeric_limits<wchar_t>::max());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/default.allocator/allocator.members/
max_size.pass.cpp 26 assert(M > 0xFFFF && M <= std::numeric_limits<std::size_t>::max());
  /external/chromium_org/third_party/webrtc/base/
safe_conversions_impl.h 40 DstSign IsDstSigned = std::numeric_limits<Dst>::is_signed ?
42 SrcSign IsSrcSigned = std::numeric_limits<Src>::is_signed ?
48 typedef std::numeric_limits<Dst> DstLimits;
49 typedef std::numeric_limits<Src> SrcLimits;
69 typedef std::numeric_limits<Dst> DstLimits;
70 typedef std::numeric_limits<Src> SrcLimits;
102 DstSign IsDstSigned = std::numeric_limits<Dst>::is_signed ?
104 SrcSign IsSrcSigned = std::numeric_limits<Src>::is_signed ?
125 typedef std::numeric_limits<Dst> DstLimits;
140 typedef std::numeric_limits<Dst> DstLimits
    [all...]
  /external/libcxx/test/depr/depr.c.headers/
stdint_h.pass.cpp 207 assert(INTPTR_MIN == std::numeric_limits<intptr_t>::min());
210 assert(INTPTR_MAX == std::numeric_limits<intptr_t>::max());
213 assert(UINTPTR_MAX == std::numeric_limits<uintptr_t>::max());
216 assert(INTMAX_MIN == std::numeric_limits<intmax_t>::min());
219 assert(INTMAX_MAX == std::numeric_limits<intmax_t>::max());
222 assert(UINTMAX_MAX == std::numeric_limits<uintmax_t>::max());
225 assert(PTRDIFF_MIN == std::numeric_limits<ptrdiff_t>::min());
228 assert(PTRDIFF_MAX == std::numeric_limits<ptrdiff_t>::max());
231 assert(SIG_ATOMIC_MIN == std::numeric_limits<sig_atomic_t>::min());
234 assert(SIG_ATOMIC_MAX == std::numeric_limits<sig_atomic_t>::max())
    [all...]
  /external/libcxx/test/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 207 assert(INTPTR_MIN == std::numeric_limits<std::intptr_t>::min());
210 assert(INTPTR_MAX == std::numeric_limits<std::intptr_t>::max());
213 assert(UINTPTR_MAX == std::numeric_limits<std::uintptr_t>::max());
216 assert(INTMAX_MIN == std::numeric_limits<std::intmax_t>::min());
219 assert(INTMAX_MAX == std::numeric_limits<std::intmax_t>::max());
222 assert(UINTMAX_MAX == std::numeric_limits<std::uintmax_t>::max());
225 assert(PTRDIFF_MIN == std::numeric_limits<std::ptrdiff_t>::min());
228 assert(PTRDIFF_MAX == std::numeric_limits<std::ptrdiff_t>::max());
231 assert(SIG_ATOMIC_MIN == std::numeric_limits<std::sig_atomic_t>::min());
234 assert(SIG_ATOMIC_MAX == std::numeric_limits<std::sig_atomic_t>::max())
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
stdint_h.pass.cpp 207 assert(INTPTR_MIN == std::numeric_limits<intptr_t>::min());
210 assert(INTPTR_MAX == std::numeric_limits<intptr_t>::max());
213 assert(UINTPTR_MAX == std::numeric_limits<uintptr_t>::max());
216 assert(INTMAX_MIN == std::numeric_limits<intmax_t>::min());
219 assert(INTMAX_MAX == std::numeric_limits<intmax_t>::max());
222 assert(UINTMAX_MAX == std::numeric_limits<uintmax_t>::max());
225 assert(PTRDIFF_MIN == std::numeric_limits<ptrdiff_t>::min());
228 assert(PTRDIFF_MAX == std::numeric_limits<ptrdiff_t>::max());
231 assert(SIG_ATOMIC_MIN == std::numeric_limits<sig_atomic_t>::min());
234 assert(SIG_ATOMIC_MAX == std::numeric_limits<sig_atomic_t>::max())
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 207 assert(INTPTR_MIN == std::numeric_limits<std::intptr_t>::min());
210 assert(INTPTR_MAX == std::numeric_limits<std::intptr_t>::max());
213 assert(UINTPTR_MAX == std::numeric_limits<std::uintptr_t>::max());
216 assert(INTMAX_MIN == std::numeric_limits<std::intmax_t>::min());
219 assert(INTMAX_MAX == std::numeric_limits<std::intmax_t>::max());
222 assert(UINTMAX_MAX == std::numeric_limits<std::uintmax_t>::max());
225 assert(PTRDIFF_MIN == std::numeric_limits<std::ptrdiff_t>::min());
228 assert(PTRDIFF_MAX == std::numeric_limits<std::ptrdiff_t>::max());
231 assert(SIG_ATOMIC_MIN == std::numeric_limits<std::sig_atomic_t>::min());
234 assert(SIG_ATOMIC_MAX == std::numeric_limits<std::sig_atomic_t>::max())
    [all...]
  /external/llvm/include/llvm/Support/
MathExtras.h 33 /// \brief The returned value is numeric_limits<T>::max()
35 /// \brief The returned value is numeric_limits<T>::digits
47 typename std::enable_if<std::numeric_limits<T>::is_integer &&
48 !std::numeric_limits<T>::is_signed, std::size_t>::type
53 return std::numeric_limits<T>::digits;
59 T Shift = std::numeric_limits<T>::digits >> 1;
60 T Mask = std::numeric_limits<T>::max() >> Shift;
74 typename std::enable_if<std::numeric_limits<T>::is_integer &&
75 std::numeric_limits<T>::is_signed, std::size_t>::type
118 typename std::enable_if<std::numeric_limits<T>::is_integer &
    [all...]
  /external/ceres-solver/internal/ceres/
array_utils_test.cc 47 x[1] = std::numeric_limits<double>::infinity();
49 x[1] = std::numeric_limits<double>::quiet_NaN();
51 x[1] = std::numeric_limits<double>::signaling_NaN();
64 x[1] = std::numeric_limits<double>::infinity();
66 x[1] = std::numeric_limits<double>::quiet_NaN();
68 x[1] = std::numeric_limits<double>::signaling_NaN();
  /external/ceres-solver/include/ceres/
fpclassify.h 68 return x == std::numeric_limits<double>::infinity() ||
69 x == -std::numeric_limits<double>::infinity();
  /external/chromium_org/base/debug/
stack_trace_unittest.cc 176 itoa_r_wrapper(std::numeric_limits<intptr_t>::min(), 128, 10, 0));
178 itoa_r_wrapper(std::numeric_limits<intptr_t>::max(), 128, 10, 0));
181 itoa_r_wrapper(std::numeric_limits<intptr_t>::min(), 128, 16, 0));
183 itoa_r_wrapper(std::numeric_limits<intptr_t>::max(), 128, 16, 0));
187 itoa_r_wrapper(std::numeric_limits<intptr_t>::min(), 128, 10, 0));
189 itoa_r_wrapper(std::numeric_limits<intptr_t>::max(), 128, 10, 0));
192 itoa_r_wrapper(std::numeric_limits<intptr_t>::min(), 128, 16, 0));
194 itoa_r_wrapper(std::numeric_limits<intptr_t>::max(), 128, 16, 0));
  /external/chromium_org/third_party/WebKit/Source/wtf/asm/
SaturatedArithmeticARM.h 41 return std::numeric_limits<int>::max() & ~((1 << FractionalShift)-1);
46 return std::numeric_limits<int>::min();
  /external/compiler-rt/test/msan/
allocator_returns_null.cc 25 volatile size_t size = std::numeric_limits<size_t>::max() - 10000;
39 volatile size_t kMaxSizeT = std::numeric_limits<size_t>::max();
  /external/compiler-rt/test/tsan/
allocator_returns_null.cc 20 volatile size_t size = std::numeric_limits<size_t>::max() - 10000;
34 volatile size_t kMaxSizeT = std::numeric_limits<size_t>::max();
  /external/libcxx/test/strings/string.conversions/
to_wstring.pass.cpp 49 std::wstring s = std::to_wstring(std::numeric_limits<T>::max());
50 assert(s.size() == std::numeric_limits<T>::digits10 + 1);
54 assert(t == std::numeric_limits<T>::max());
57 std::wstring s = std::to_wstring(std::numeric_limits<T>::min());
61 assert(t == std::numeric_limits<T>::min());
82 std::wstring s = std::to_wstring(std::numeric_limits<T>::max());
83 assert(s.size() == std::numeric_limits<T>::digits10 + 1);
87 assert(t == std::numeric_limits<T>::max());
  /external/libcxx/test/utilities/memory/allocator.traits/allocator.traits.members/
max_size.pass.cpp 48 std::numeric_limits<std::size_t>::max());
53 std::numeric_limits<std::size_t>::max());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/string.conversions/
to_wstring.pass.cpp 49 std::wstring s = std::to_wstring(std::numeric_limits<T>::max());
50 assert(s.size() == std::numeric_limits<T>::digits10 + 1);
54 assert(t == std::numeric_limits<T>::max());
57 std::wstring s = std::to_wstring(std::numeric_limits<T>::min());
61 assert(t == std::numeric_limits<T>::min());
82 std::wstring s = std::to_wstring(std::numeric_limits<T>::max());
83 assert(s.size() == std::numeric_limits<T>::digits10 + 1);
87 assert(t == std::numeric_limits<T>::max());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.members/
max_size.pass.cpp 48 std::numeric_limits<std::size_t>::max());
53 std::numeric_limits<std::size_t>::max());
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
int_float_mixture.hpp 38 typedef mpl::bool_< ::std::numeric_limits<S>::is_integer > S_int ;
39 typedef mpl::bool_< ::std::numeric_limits<T>::is_integer > T_int ;
sign_mixture.hpp 38 typedef mpl::bool_< ::std::numeric_limits<S>::is_signed > S_signed ;
39 typedef mpl::bool_< ::std::numeric_limits<T>::is_signed > T_signed ;

Completed in 1230 milliseconds

1 2 3 4 56 7 8 91011>>