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

  /external/v8/src/mips/
constants-mips.h 141 static const int32_t kMinValue = 0x80000000;
  /external/webp/src/enc/
filter.c 237 static const double kMinValue = 1.e-10; // minimal threshold
291 return (fden != 0.) ? fnum / fden : kMinValue;
301 if (SSE > kMinValue) return SSE;
303 return kMinValue;
  /external/v8/src/
objects.h     [all...]

Completed in 155 milliseconds