OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:double_large_int
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/base/numerics/
safe_numerics_unittest.cc
621
double
double_large_int
= numeric_limits<int>::max();
local
668
EXPECT_EQ(numeric_limits<int>::max(), saturated_cast<int>(
double_large_int
));
[
all
...]
/external/libweave/third_party/chromium/base/numerics/
safe_numerics_unittest.cc
617
double
double_large_int
= numeric_limits<int>::max();
local
664
EXPECT_EQ(numeric_limits<int>::max(), saturated_cast<int>(
double_large_int
));
[
all
...]
Completed in 412 milliseconds