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

  /external/libchrome/base/numerics/
safe_numerics_unittest.cc 616 int small_positive = 1; local
658 EXPECT_EQ(saturated_cast<int>(small_positive),
659 static_cast<int>(small_positive));
    [all...]
  /external/libweave/third_party/chromium/base/numerics/
safe_numerics_unittest.cc 612 int small_positive = 1; local
654 EXPECT_EQ(saturated_cast<int>(small_positive),
655 static_cast<int>(small_positive));
    [all...]

Completed in 52 milliseconds