Home
last modified time | relevance | path

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

/frameworks/native/opengl/libagl/
Dfp.h90 const float kOneOverLogTwo = (1L<<23) / M_LN2; in fastexpf() local
92 const int32_t e = int32_t(y*kOneOverLogTwo); in fastexpf()