OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numeric_limits
(Results
251 - 275
of
800
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
system-alloc_unittest.cc
137
const size_t kHugeSize = (std::
numeric_limits
<size_t>::max)() / 2;
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
system-alloc_unittest.cc
137
const size_t kHugeSize = (std::
numeric_limits
<size_t>::max)() / 2;
/external/chromium_org/ui/gfx/range/
range.cc
33
return Range(std::
numeric_limits
<size_t>::max());
/external/eigen/unsupported/doc/examples/
BVH_Example.cpp
37
double minDistSq = std::
numeric_limits
<double>::max();
/external/gtest/include/gtest/
gtest-message.h
97
*ss_ << std::setprecision(std::
numeric_limits
<double>::digits10 + 2);
/external/llvm/utils/unittest/googletest/include/gtest/
gtest-message.h
97
*ss_ << std::setprecision(std::
numeric_limits
<double>::digits10 + 2);
/external/mesa3d/src/gtest/include/gtest/
gtest-message.h
97
*ss_ << std::setprecision(std::
numeric_limits
<double>::digits10 + 2);
/external/protobuf/src/google/protobuf/compiler/javanano/
javanano_helpers.cc
359
if (value ==
numeric_limits
<double>::infinity()) {
361
} else if (value == -
numeric_limits
<double>::infinity()) {
371
if (value ==
numeric_limits
<float>::infinity()) {
373
} else if (value == -
numeric_limits
<float>::infinity()) {
/external/chromium/chrome/browser/sync/util/
user_settings_unittest.cc
18
using std::
numeric_limits
;
240
for (i =
numeric_limits
<char>::min(); i <
numeric_limits
<char>::max(); ++i)
/external/chromium_org/base/process/
memory_unittest.cc
121
buf = malloc(std::
numeric_limits
<size_t>::max() - (2 * PAGE_SIZE) - 1);
177
test_size_(std::
numeric_limits
<std::size_t>::max() - 12 * 1024),
178
signed_test_size_(std::
numeric_limits
<ssize_t>::max()) {
/external/chromium_org/base/
security_unittest.cc
27
using std::
numeric_limits
;
56
// TODO(jln): switch to std::
numeric_limits
<int>::max() when we switch to
182
//
numeric_limits
are still not constexpr until we switch to C++11, so we
185
ASSERT_EQ(
numeric_limits
<size_t>::max(), kMaxSizeT);
218
const size_t kMaxSizeT =
numeric_limits
<size_t>::max();
/external/chromium_org/ppapi/tests/
test_var.cc
84
uint32_t len = std::
numeric_limits
<uint32_t>::max();
90
len = std::
numeric_limits
<uint32_t>::max();
98
len = std::
numeric_limits
<uint32_t>::max();
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
NumberInputType.cpp
126
// FIXME: We should use
numeric_limits
<double>::max for number input type.
127
const double floatMax =
numeric_limits
<float>::max();
137
// FIXME: We should use
numeric_limits
<double>::max for number input type.
138
const Decimal floatMax = Decimal::fromDouble(
numeric_limits
<float>::max());
161
// FIXME: We should use
numeric_limits
<double>::max for number input type.
162
const Decimal floatMax = Decimal::fromDouble(
numeric_limits
<float>::max());
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLParserIdioms.cpp
107
// FIXME: We should use
numeric_limits
<double>::max for number input type.
108
const Decimal floatMax = Decimal::fromDouble(std::
numeric_limits
<float>::max());
136
if (-std::
numeric_limits
<float>::max() > value || value > std::
numeric_limits
<float>::max())
/external/webrtc/src/system_wrappers/test/TestSort/
TestSort.cpp
106
if (std::
numeric_limits
<Type>::is_integer)
109
if (std::
numeric_limits
<Type>::is_signed)
116
return static_cast<Type>(floatRand * std::
numeric_limits
<Type>::max());
/external/chromium/chrome/browser/history/
visit_database.cc
262
statement.BindInt64(1, end ? end : std::
numeric_limits
<int64>::max());
264
max_results ? max_results : std::
numeric_limits
<int64>::max());
289
statement.BindInt64(1, end ? end : std::
numeric_limits
<int64>::max());
293
max_results ? max_results : std::
numeric_limits
<int64>::max());
320
statement.BindInt64(1, end ? end : std::
numeric_limits
<int64>::max());
/external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
NativeImageSkia.cpp
56
return fabs(value - floorf(value)) < std::
numeric_limits
<float>::epsilon();
80
bool widthNearlyEqual = diffWidth < std::
numeric_limits
<float>::epsilon();
81
bool heightNearlyEqual = diffHeight < std::
numeric_limits
<float>::epsilon();
95
if ((!nearlyIntegral(destWidth) && srcWidth > 1 + std::
numeric_limits
<float>::epsilon())
96
|| (!nearlyIntegral(destHeight) && srcHeight > 1 + std::
numeric_limits
<float>::epsilon()))
/external/chromium_org/cc/base/
math_util.cc
231
float xmin = std::
numeric_limits
<float>::max();
232
float xmax = -std::
numeric_limits
<float>::max();
233
float ymin = std::
numeric_limits
<float>::max();
234
float ymax = -std::
numeric_limits
<float>::max();
269
float xmin = std::
numeric_limits
<float>::max();
270
float xmax = -std::
numeric_limits
<float>::max();
271
float ymin = std::
numeric_limits
<float>::max();
272
float ymax = -std::
numeric_limits
<float>::max();
606
std::min(value, std::
numeric_limits
<double>::max())));
611
std::min(value, std::
numeric_limits
<float>::max())))
[
all
...]
/external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_action.cc
224
int minimum_priority = std::
numeric_limits
<int>::min();
527
std::
numeric_limits
<int>::min(),
554
std::
numeric_limits
<int>::min(),
591
std::
numeric_limits
<int>::min(),
621
std::
numeric_limits
<int>::min(),
652
std::
numeric_limits
<int>::min(),
756
std::
numeric_limits
<int>::min(),
797
std::
numeric_limits
<int>::min(),
837
std::
numeric_limits
<int>::min(),
888
std::
numeric_limits
<int>::min()
[
all
...]
/external/chromium_org/cc/resources/
picture_layer_tiling_unittest.cc
847
EXPECT_FLOAT_EQ(std::
numeric_limits
<float>::infinity(),
[
all
...]
/external/stlport/stlport/stl/
_num_get.c
128
_Integer __over_base = (
numeric_limits
<_Integer>::min)() / __STATIC_CAST(_Integer, __base);
164
__val = __ovflow ? __is_negative ? (
numeric_limits
<_Integer>::min)()
165
: (
numeric_limits
<_Integer>::max)()
188
_Integer __over_base = (
numeric_limits
<_Integer>::max)() / __STATIC_CAST(_Integer, __base);
224
__val = __ovflow ? (
numeric_limits
<_Integer>::max)()
255
typedef typename __bool2type<
numeric_limits
<_Integer>::is_signed>::_Ret _IsSigned;
/ndk/sources/cxx-stl/stlport/stlport/stl/
_num_get.c
128
_Integer __over_base = (
numeric_limits
<_Integer>::min)() / __STATIC_CAST(_Integer, __base);
164
__val = __ovflow ? __is_negative ? (
numeric_limits
<_Integer>::min)()
165
: (
numeric_limits
<_Integer>::max)()
188
_Integer __over_base = (
numeric_limits
<_Integer>::max)() / __STATIC_CAST(_Integer, __base);
224
__val = __ovflow ? (
numeric_limits
<_Integer>::max)()
255
typedef typename __bool2type<
numeric_limits
<_Integer>::is_signed>::_Ret _IsSigned;
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_num_get.c
128
_Integer __over_base = (
numeric_limits
<_Integer>::min)() / __STATIC_CAST(_Integer, __base);
164
__val = __ovflow ? __is_negative ? (
numeric_limits
<_Integer>::min)()
165
: (
numeric_limits
<_Integer>::max)()
188
_Integer __over_base = (
numeric_limits
<_Integer>::max)() / __STATIC_CAST(_Integer, __base);
224
__val = __ovflow ? (
numeric_limits
<_Integer>::max)()
255
typedef typename __bool2type<
numeric_limits
<_Integer>::is_signed>::_Ret _IsSigned;
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_num_get.c
128
_Integer __over_base = (
numeric_limits
<_Integer>::min)() / __STATIC_CAST(_Integer, __base);
164
__val = __ovflow ? __is_negative ? (
numeric_limits
<_Integer>::min)()
165
: (
numeric_limits
<_Integer>::max)()
188
_Integer __over_base = (
numeric_limits
<_Integer>::max)() / __STATIC_CAST(_Integer, __base);
224
__val = __ovflow ? (
numeric_limits
<_Integer>::max)()
255
typedef typename __bool2type<
numeric_limits
<_Integer>::is_signed>::_Ret _IsSigned;
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_num_get.c
128
_Integer __over_base = (
numeric_limits
<_Integer>::min)() / __STATIC_CAST(_Integer, __base);
164
__val = __ovflow ? __is_negative ? (
numeric_limits
<_Integer>::min)()
165
: (
numeric_limits
<_Integer>::max)()
188
_Integer __over_base = (
numeric_limits
<_Integer>::max)() / __STATIC_CAST(_Integer, __base);
224
__val = __ovflow ? (
numeric_limits
<_Integer>::max)()
255
typedef typename __bool2type<
numeric_limits
<_Integer>::is_signed>::_Ret _IsSigned;
Completed in 2005 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>