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

  /external/v8/src/mips64/
constants-mips64.h 158 static const int64_t kMinValue = 0x8000000000000000l;
  /external/webp/src/enc/
filter.c 111 static const double kMinValue = 1.e-10; // minimal threshold
165 return (fden != 0.) ? fnum / fden : kMinValue;
175 if (SSE > kMinValue) return SSE;
177 return kMinValue;
  /external/v8/src/mips/
constants-mips.h 196 static const int32_t kMinValue = 0x80000000;
  /external/v8/src/
objects.h     [all...]

Completed in 90 milliseconds