Lines Matching refs:_mm512_set1_ps
21 const __m512 vmagic_bias = _mm512_set1_ps(0x1.800000p+23f); in xnn_math_f32_exp__avx512f_rr2_p5()
23 const __m512 vzero_cutoff = _mm512_set1_ps(-0x1.9FE368p+6f); in xnn_math_f32_exp__avx512f_rr2_p5()
25 const __m512 vinf_cutoff = _mm512_set1_ps(0x1.62E42Ep+6f); in xnn_math_f32_exp__avx512f_rr2_p5()
26 const __m512 vlog2e = _mm512_set1_ps(0x1.715476p+0f); in xnn_math_f32_exp__avx512f_rr2_p5()
27 const __m512 vminus_ln2_hi = _mm512_set1_ps(-0x1.62E43p-1f); in xnn_math_f32_exp__avx512f_rr2_p5()
28 const __m512 vminus_ln2_lo = _mm512_set1_ps(0x1.05C61p-29f); in xnn_math_f32_exp__avx512f_rr2_p5()
29 const __m512 vplus_inf = _mm512_set1_ps(INFINITY); in xnn_math_f32_exp__avx512f_rr2_p5()
31 const __m512 vc1 = _mm512_set1_ps(0x1.FFFFF6p-1f); in xnn_math_f32_exp__avx512f_rr2_p5()
32 const __m512 vc2 = _mm512_set1_ps(0x1.FFFDC6p-2f); in xnn_math_f32_exp__avx512f_rr2_p5()
33 const __m512 vc3 = _mm512_set1_ps(0x1.555A80p-3f); in xnn_math_f32_exp__avx512f_rr2_p5()
34 const __m512 vc4 = _mm512_set1_ps(0x1.573A1Ap-5f); in xnn_math_f32_exp__avx512f_rr2_p5()
35 const __m512 vc5 = _mm512_set1_ps(0x1.0F9F9Cp-7f); in xnn_math_f32_exp__avx512f_rr2_p5()