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

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/platform/text/
TextBreakIteratorICU.cpp 219 ASSERT(length <= std::numeric_limits<int32_t>::max());
220 text->chunkLength = length <= std::numeric_limits<int32_t>::max() ? static_cast<int32_t>(length) : 0;
245 ASSERT(offset <= std::numeric_limits<int32_t>::max());
246 text->chunkOffset = std::min(offset <= std::numeric_limits<int32_t>::max() ? static_cast<int32_t>(offset) : 0, text->chunkLength);
262 ASSERT(offset <= std::numeric_limits<int32_t>::max());
263 text->chunkOffset = offset <= std::numeric_limits<int32_t>::max() ? static_cast<int32_t>(offset) : 0;
276 ASSERT(offset <= std::numeric_limits<int32_t>::max());
277 text->chunkOffset = offset <= std::numeric_limits<int32_t>::max() ? static_cast<int32_t>(offset) : 0;
345 if (!string || length > static_cast<unsigned>(std::numeric_limits<int32_t>::max())) {
374 ASSERT(length <= std::numeric_limits<int32_t>::max())
    [all...]
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
unicodestring.h 100 int length = std::numeric_limits<int>::max()) const;
  /external/chromium_org/third_party/webrtc/common_audio/
wav_header_unittest.cc 44 1, 8000, webrtc::kWavFormatPcm, 1, std::numeric_limits<uint32_t>::max()));
  /external/chromium_org/ui/gfx/animation/
throb_animation.cc 23 std::numeric_limits<int>::max();
  /external/chromium_org/v8/src/
zone-allocator.h 46 return std::numeric_limits<int>::max() / sizeof(value_type);
  /external/deqp/modules/gles31/functional/
es31fFboTestUtil.cpp 71 return tcu::Vector<T, 4>((in.x() + 0.5f >= std::numeric_limits<T>::max()) ? (std::numeric_limits<T>::max()) : ((in.x() - 0.5f <= std::numeric_limits<T>::min()) ? (std::numeric_limits<T>::min()) : (T(in.x()))),
72 (in.y() + 0.5f >= std::numeric_limits<T>::max()) ? (std::numeric_limits<T>::max()) : ((in.y() - 0.5f <= std::numeric_limits<T>::min()) ? (std::numeric_limits<T>::min()) : (T(in.y()))),
73 (in.z() + 0.5f >= std::numeric_limits<T>::max()) ? (std::numeric_limits<T>::max()) : ((in.z() - 0.5f <= std::numeric_limits<T>::min()) ? (std::numeric_limits<T>::min()) : (…)
    [all...]
  /external/libcxx/src/
condition_variable.cpp 59 _LIBCPP_CONSTEXPR ts_sec ts_sec_max = numeric_limits<ts_sec>::max();
string.cpp 96 if (r < numeric_limits<int>::min() || numeric_limits<int>::max() < r)
141 if (r < numeric_limits<int>::min() || numeric_limits<int>::max() < r)
405 const size_t n = (numeric_limits<unsigned long long>::digits / 3)
406 + ((numeric_limits<unsigned long long>::digits % 3) != 0)
  /external/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/
int.pass.cpp 75 assert(n == std::numeric_limits<int>::min());
short.pass.cpp 75 assert(n == std::numeric_limits<short>::min());
  /external/libcxx/test/utilities/template.bitset/bitset.members/
to_ulong.pass.cpp 23 const std::size_t max = M == 0 ? 0 : std::size_t(std::numeric_limits<unsigned long>::max()) >> X;
  /external/llvm/unittests/ADT/
PointerIntPairTest.cpp 60 enum { NumLowBitsAvailable = std::numeric_limits<uintptr_t>::digits - 31 };
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.cc 255 if (value == numeric_limits<double>::infinity()) {
257 } else if (value == -numeric_limits<double>::infinity()) {
268 if (value == numeric_limits<float>::infinity()) {
270 } else if (value == -numeric_limits<float>::infinity()) {
  /external/protobuf/src/google/protobuf/compiler/java/
java_helpers.cc 277 if (value == numeric_limits<double>::infinity()) {
279 } else if (value == -numeric_limits<double>::infinity()) {
289 if (value == numeric_limits<float>::infinity()) {
291 } else if (value == -numeric_limits<float>::infinity()) {
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_helpers.cc 291 if (value == numeric_limits<double>::infinity()) {
293 } else if (value == -numeric_limits<double>::infinity()) {
303 if (value == numeric_limits<float>::infinity()) {
305 } else if (value == -numeric_limits<float>::infinity()) {
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/
int.pass.cpp 75 assert(n == std::numeric_limits<int>::min());
short.pass.cpp 75 assert(n == std::numeric_limits<short>::min());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.members/
to_ulong.pass.cpp 23 const std::size_t max = M == 0 ? 0 : std::size_t(std::numeric_limits<unsigned long>::max()) >> X;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
floating_point_comparison.hpp 24 #include <boost/limits.hpp> // for std::numeric_limits
68 return std::numeric_limits<FPT>::is_specialized
69 ? (std::numeric_limits<FPT>::min)()
74 return std::numeric_limits<FPT>::is_specialized
75 ? (std::numeric_limits<FPT>::max)()
  /external/ceres-solver/internal/ceres/
jet_test.cc 324 a.v[0] = std::numeric_limits<double>::quiet_NaN();
325 a.v[1] = std::numeric_limits<double>::infinity();
326 a.v[2] = -std::numeric_limits<double>::infinity();
335 a.v[0] = std::numeric_limits<double>::quiet_NaN();
346 a.v[0] = std::numeric_limits<double>::infinity();
  /external/chromium_org/base/time/
time_win.cc 153 if (ft.dwHighDateTime == std::numeric_limits<DWORD>::max() &&
154 ft.dwLowDateTime == std::numeric_limits<DWORD>::max())
164 result.dwHighDateTime = std::numeric_limits<DWORD>::max();
165 result.dwLowDateTime = std::numeric_limits<DWORD>::max();
200 const uint32_t max = std::numeric_limits<uint32_t>::max();
  /external/llvm/include/llvm/Support/
ScaledNumber.h 56 static_assert(!std::numeric_limits<DigitsT>::is_signed, "expected unsigned");
83 static_assert(!std::numeric_limits<DigitsT>::is_signed, "expected unsigned");
86 if (Width == 64 || Digits <= std::numeric_limits<DigitsT>::max())
117 static_assert(!std::numeric_limits<DigitsT>::is_signed, "expected unsigned");
156 static_assert(!std::numeric_limits<DigitsT>::is_signed, "expected unsigned");
164 return std::make_pair(std::numeric_limits<DigitsT>::max(), MaxScale);
191 static_assert(!std::numeric_limits<DigitsT>::is_signed, "expected unsigned");
254 static_assert(!std::numeric_limits<DigitsT>::is_signed, "expected unsigned");
290 static_assert(!std::numeric_limits<DigitsT>::is_signed, "expected unsigned");
336 static_assert(!std::numeric_limits<DigitsT>::is_signed, "expected unsigned")
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
HashTraits.h 118 static T emptyValue() { return std::numeric_limits<T>::infinity(); }
119 static void constructDeletedValue(T& slot, bool) { slot = -std::numeric_limits<T>::infinity(); }
120 static bool isDeletedValue(T value) { return value == -std::numeric_limits<T>::infinity(); }
130 static T emptyValue() { return std::numeric_limits<T>::max(); }
131 static void constructDeletedValue(T& slot, bool) { slot = std::numeric_limits<T>::max() - 1; }
132 static bool isDeletedValue(T value) { return value == std::numeric_limits<T>::max() - 1; }
  /external/eigen/bench/
bench_norm.cpp 104 nbig = std::numeric_limits<int>::max(); // largest integer
105 ibeta = std::numeric_limits<Scalar>::radix; //NumTraits<Scalar>::Base; // base for floating-point numbers
106 it = std::numeric_limits<Scalar>::digits; //NumTraits<Scalar>::Mantissa; // number of base-beta digits in mantissa
107 iemin = std::numeric_limits<Scalar>::min_exponent; // minimum exponent
108 iemax = std::numeric_limits<Scalar>::max_exponent; // maximum exponent
109 rbig = std::numeric_limits<Scalar>::max(); // largest floating-point number
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
string.cpp 96 if (r < numeric_limits<int>::min() || numeric_limits<int>::max() < r)
141 if (r < numeric_limits<int>::min() || numeric_limits<int>::max() < r)
405 const size_t n = (numeric_limits<unsigned long long>::digits / 3)
406 + ((numeric_limits<unsigned long long>::digits % 3) != 0)

Completed in 3565 milliseconds

<<11121314151617181920>>