HomeSort by relevance Sort by last modified time
    Searched refs:double_small (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/numerics/
safe_numerics_unittest.cc 618 double double_small = 1.0; local
662 EXPECT_EQ(saturated_cast<int>(double_small),
663 static_cast<int>(double_small));
    [all...]
  /external/libweave/third_party/chromium/base/numerics/
safe_numerics_unittest.cc 614 double double_small = 1.0; local
658 EXPECT_EQ(saturated_cast<int>(double_small),
659 static_cast<int>(double_small));
    [all...]

Completed in 1279 milliseconds