Searched refs:kOneOverLogTwo (Results 1 – 1 of 1) sorted by relevance
90 const float kOneOverLogTwo = (1L<<23) / M_LN2; in fastexpf() local92 const int32_t e = int32_t(y*kOneOverLogTwo); in fastexpf()