Searched refs:kExponentBias (Results 1 – 1 of 1) sorted by relevance
91 const int32_t kExponentBias = 127L<<23; in fastexpf() local93 u.i = e + kExponentBias; in fastexpf()