Home
last modified time | relevance | path

Searched refs:kExponentBias (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/opengl/libagl/
Dfp.h91 const int32_t kExponentBias = 127L<<23; in fastexpf() local
93 u.i = e + kExponentBias; in fastexpf()