Home
last modified time | relevance | path

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

/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/nova-simd/detail/
H A Dvec_math.hpp153 const VecType minlogf(-88.0f); in vec_exp_float() local
158 VecType too_small = mask_lt(arg, minlogf); in vec_exp_float()
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/external_libraries/nova-simd/detail/
H A Dvec_math.hpp154 const VecType minlogf = -maxlogf; in vec_exp_float() local
159 VecType too_small = mask_lt(arg, minlogf); in vec_exp_float()
/dports/biology/infernal/infernal-1.1.3/easel/
H A Desl_sse.c188 …static float minlogf = -88.3762626647949f; /*-127.5 log(2) + epsilon. below this, 0.5+x/log2 … in esl_sse_expf() local
194 minmask = _mm_cmple_ps(x, _mm_set1_ps(minlogf)); in esl_sse_expf()
/dports/biology/hmmer/hmmer-3.3/easel/
H A Desl_sse.c188 …static float minlogf = -88.3762626647949f; /*-127.5 log(2) + epsilon. below this, 0.5+x/log2 … in esl_sse_expf() local
194 minmask = _mm_cmple_ps(x, _mm_set1_ps(minlogf)); in esl_sse_expf()