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

  /frameworks/base/opengl/libagl/
fp.h 91 const int32_t kExponentBias = 127L<<23;
93 u.i = e + kExponentBias;
  /external/v8/src/
objects.h     [all...]

Completed in 95 milliseconds