Home
last modified time | relevance | path

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

/external/arm-optimized-routines/math/single/
De_logf.c148 static const float log2hi = 0x1.62ep-1F, log2lo = 0x1.0bfbe8p-15F; in logf() local
151 return (N*log2hi + logahi[aindex]) + (2.0f*s + (N*log2lo + logalo[aindex] + p)); in logf()