HomeSort by relevance Sort by last modified time
    Searched defs:kMinInt (Results 1 - 4 of 4) sorted by null

  /art/runtime/entrypoints/
math_entrypoints.cc 63 static const double kMinInt = static_cast<double>(static_cast<int32_t>(0x80000000UL));
66 } else if (d <= kMinInt) {
77 static const float kMinInt = static_cast<float>(static_cast<int32_t>(0x80000000UL));
80 } else if (f <= kMinInt) {
  /external/v8/src/
globals.h 225 const int kMinInt = -kMaxInt - 1;
  /external/chromium_org/v8/src/
globals.h 238 const int kMinInt = -kMaxInt - 1;
  /art/runtime/interpreter/
interpreter.cc 65 static const int32_t kMinInt = std::numeric_limits<int32_t>::min();
    [all...]

Completed in 842 milliseconds