Home
last modified time | relevance | path

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

/sysdeps/x86_64/fpu/multiarch/
A Dsvml_d_acos4_core_avx2.S37 #define poly_coeff 288 macro
74 vmovupd poly_coeff+64+__svml_dacos_data_internal(%rip), %ymm8
77 vfmadd213pd poly_coeff+96+__svml_dacos_data_internal(%rip), %ymm2, %ymm8
79 vmovupd poly_coeff+128+__svml_dacos_data_internal(%rip), %ymm11
82 vfmadd213pd poly_coeff+160+__svml_dacos_data_internal(%rip), %ymm2, %ymm11
84 vmovupd poly_coeff+256+__svml_dacos_data_internal(%rip), %ymm12
91 vmovupd poly_coeff+320+__svml_dacos_data_internal(%rip), %ymm14
99 vmovupd poly_coeff+__svml_dacos_data_internal(%rip), %ymm6
101 vfmadd213pd poly_coeff+32+__svml_dacos_data_internal(%rip), %ymm2, %ymm6
105 vmovupd poly_coeff+192+__svml_dacos_data_internal(%rip), %ymm9
[all …]
A Dsvml_d_acos2_core_sse4.S37 #define poly_coeff 144 macro
95 movups poly_coeff+__svml_dacos_data_internal(%rip), %xmm15
99 addpd poly_coeff+16+__svml_dacos_data_internal(%rip), %xmm15
113 movups poly_coeff+32+__svml_dacos_data_internal(%rip), %xmm8
115 movups poly_coeff+64+__svml_dacos_data_internal(%rip), %xmm6
118 addpd poly_coeff+48+__svml_dacos_data_internal(%rip), %xmm8
119 addpd poly_coeff+80+__svml_dacos_data_internal(%rip), %xmm6
124 movups poly_coeff+96+__svml_dacos_data_internal(%rip), %xmm9
126 addpd poly_coeff+112+__svml_dacos_data_internal(%rip), %xmm9
128 movups poly_coeff+128+__svml_dacos_data_internal(%rip), %xmm10
[all …]
A Dsvml_s_acosf8_core_avx2.S38 #define poly_coeff 224 macro
79 vmovups poly_coeff+64+__svml_sacos_data_internal(%rip), %ymm8
82 vfmadd213ps poly_coeff+96+__svml_sacos_data_internal(%rip), %ymm2, %ymm8
86 vmovups poly_coeff+__svml_sacos_data_internal(%rip), %ymm9
89 vfmadd213ps poly_coeff+32+__svml_sacos_data_internal(%rip), %ymm2, %ymm9
97 vfmadd213ps poly_coeff+128+__svml_sacos_data_internal(%rip), %ymm2, %ymm9
225 __declspec(align(32)) VUINT32 poly_coeff[5][8][1];
A Dsvml_s_acosf4_core_sse4.S38 #define poly_coeff 112 macro
95 movups poly_coeff+__svml_sacos_data_internal(%rip), %xmm12
100 addps poly_coeff+16+__svml_sacos_data_internal(%rip), %xmm12
105 movups poly_coeff+32+__svml_sacos_data_internal(%rip), %xmm5
111 addps poly_coeff+48+__svml_sacos_data_internal(%rip), %xmm5
119 addps poly_coeff+64+__svml_sacos_data_internal(%rip), %xmm5
231 __declspec(align(16)) VUINT32 poly_coeff[5][4][1];
A Dsvml_s_acosf16_core_avx512.S232 __declspec(align(64)) VUINT32 poly_coeff[5][16][1];
A Dsvml_d_acos8_core_avx512.S259 __declspec(align(64)) VUINT32 poly_coeff[12][8][2];
/sysdeps/ieee754/flt-32/
A Dlgamma_negf.c75 static const float poly_coeff[] = variable
222 float g = poly_coeff[end]; in __lgamma_negf()
224 g = g * x_adj + poly_coeff[end - j]; in __lgamma_negf()
/sysdeps/ieee754/dbl-64/
A Dlgamma_neg.c110 static const double poly_coeff[] = variable
307 double g = poly_coeff[end]; in __lgamma_neg()
309 g = g * x_adj + poly_coeff[end - j]; in __lgamma_neg()
/sysdeps/ieee754/ldbl-128ibm/
A Dlgamma_negl.c164 static const long double poly_coeff[] = variable
455 long double g = poly_coeff[end]; in __lgamma_negl()
457 g = g * x_adj + poly_coeff[end - j]; in __lgamma_negl()
/sysdeps/ieee754/ldbl-96/
A Dlgamma_negl.c124 static const long double poly_coeff[] = variable
341 long double g = poly_coeff[end]; in __lgamma_negl()
343 g = g * x_adj + poly_coeff[end - j]; in __lgamma_negl()
/sysdeps/ieee754/ldbl-128/
A Dlgamma_negl.c170 static const _Float128 poly_coeff[] = variable
474 _Float128 g = poly_coeff[end]; in __lgamma_negl()
476 g = g * x_adj + poly_coeff[end - j]; in __lgamma_negl()

Completed in 13 milliseconds