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

<<31323334353637383940>>

  /external/libcxx/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/
get_long.pass.cpp 517 assert(v == std::numeric_limits<long>::max());
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 359 std::numeric_limits<RawType>::digits - 1;
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-internal.h 330 std::numeric_limits<RawType>::digits - 1;
    [all...]
  /external/skia/bench/
benchmain.cpp 538 double previous = std::numeric_limits<double>::infinity();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/
get_long.pass.cpp 517 assert(v == std::numeric_limits<long>::max());
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-internal.h 244 std::numeric_limits<RawType>::digits - 1;
    [all...]
  /system/core/libsync/tests/
sync_test.cpp 561 uniform_int_distribution<int> syncPointDist(0, numeric_limits<int>::max());
  /external/chromium_org/content/common/gpu/media/
video_decode_accelerator_unittest.cc     [all...]
  /external/chromium_org/mojo/system/
core_unittest.cc 400 std::numeric_limits<uint32_t>::max(),
411 std::numeric_limits<uint32_t>::max() / sizeof(handles[0]),
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8Binding.h 559 return std::numeric_limits<double>::quiet_NaN();
565 return v8::Date::New(isolate, std::isfinite(value) ? value : std::numeric_limits<double>::quiet_NaN());
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
parser.cc 225 *output = numeric_limits<double>::infinity();
229 *output = numeric_limits<double>::quiet_NaN();
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
text_format.cc 826 *value = std::numeric_limits<double>::infinity();
829 *value = std::numeric_limits<double>::quiet_NaN();
    [all...]
descriptor.cc     [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
tcmalloc.cc 110 #include <limits> // for numeric_limits
154 using STL_NAMESPACE::numeric_limits;
    [all...]
  /external/chromium_org/v8/src/
types.cc 603 y <= std::numeric_limits<int>::max() - x :
604 y >= std::numeric_limits<int>::min() - x;
    [all...]
  /external/deqp/framework/common/
tcuTextureUtil.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fFloatStateQueryTests.cpp 61 return (GLint)de::clamp<GLint64>(val, std::numeric_limits<GLint>::min(), std::numeric_limits<GLint>::max());
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.cc     [all...]
  /art/runtime/
jni_internal_test.cc 560 EXPECT_EQ(env_->new_fn(std::numeric_limits<jint>::min()), nullptr); \
    [all...]
  /external/chromium_org/v8/test/cctest/compiler/
test-run-machops.cc     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Range.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fFloatStateQueryTests.cpp 61 return (GLint)de::clamp<GLint64>(val, std::numeric_limits<GLint>::min(), std::numeric_limits<GLint>::max());
    [all...]
  /art/runtime/base/
mutex.cc 725 reinterpret_cast<const timespec*>(std::numeric_limits<int32_t>::max()),
    [all...]
  /external/ceres-solver/include/ceres/
jet.h 652 static inline Real epsilon() { return Real(std::numeric_limits<T>::epsilon()); }
  /external/chromium_org/base/process/
process_util_unittest.cc 458 rlim_t max_int = static_cast<rlim_t>(std::numeric_limits<int32>::max());

Completed in 2002 milliseconds

<<31323334353637383940>>