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

  /external/skia/src/gpu/
GrRectanizer_pow2.h 41 static const int kMaxExponent = 16;
54 Row fRows[kMaxExponent]; // 0-th entry will be unused
62 SkASSERT(index < kMaxExponent);
  /external/v8/src/
double.h 174 static const int kMaxExponent = 0x7FF - kExponentBias;
186 if (exponent >= kMaxExponent) {

Completed in 67 milliseconds