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

  /external/gemmlowp/public/
bit_depth.h 25 static const int kMinValue = tMinValue;
27 static_assert(0 <= kMinValue, "");
28 static_assert(kMinValue < kMaxValue, "");
  /external/v8/src/mips/
constants-mips.h 214 static const int32_t kMinValue = 0x80000000;
    [all...]
  /external/v8/src/mips64/
constants-mips64.h 177 static const int64_t kMinValue = 0x8000000000000000l;
    [all...]
  /external/v8/src/
objects.h     [all...]

Completed in 100 milliseconds