Searched refs:minlogf (Results 1 – 4 of 4) sorted by relevance
153 const VecType minlogf(-88.0f); in vec_exp_float() local158 VecType too_small = mask_lt(arg, minlogf); in vec_exp_float()
154 const VecType minlogf = -maxlogf; in vec_exp_float() local159 VecType too_small = mask_lt(arg, minlogf); in vec_exp_float()
188 …static float minlogf = -88.3762626647949f; /*-127.5 log(2) + epsilon. below this, 0.5+x/log2 … in esl_sse_expf() local194 minmask = _mm_cmple_ps(x, _mm_set1_ps(minlogf)); in esl_sse_expf()