libflame  revision_anchor
Functions
bl1_constants.c File Reference

(r)

Functions

float bl1_s2 (void)
 
double bl1_d2 (void)
 
scomplex bl1_c2 (void)
 
dcomplex bl1_z2 (void)
 
float bl1_s1 (void)
 
double bl1_d1 (void)
 
scomplex bl1_c1 (void)
 
dcomplex bl1_z1 (void)
 
float bl1_s1h (void)
 
double bl1_d1h (void)
 
scomplex bl1_c1h (void)
 
dcomplex bl1_z1h (void)
 
float bl1_s0 (void)
 
double bl1_d0 (void)
 
scomplex bl1_c0 (void)
 
dcomplex bl1_z0 (void)
 
float bl1_sm1h (void)
 
double bl1_dm1h (void)
 
scomplex bl1_cm1h (void)
 
dcomplex bl1_zm1h (void)
 
float bl1_sm1 (void)
 
double bl1_dm1 (void)
 
scomplex bl1_cm1 (void)
 
dcomplex bl1_zm1 (void)
 
float bl1_sm2 (void)
 
double bl1_dm2 (void)
 
scomplex bl1_cm2 (void)
 
dcomplex bl1_zm2 (void)
 

Function Documentation

◆ bl1_c0()

scomplex bl1_c0 ( void  )

References bl1_s0(), scomplex::imag, and scomplex::real.

Referenced by bl1_cgemm(), bl1_cgemv(), bl1_chemm(), bl1_chemv(), bl1_crandmr(), bl1_csymm(), FLA_QR_UT_form_Q_opc_var1(), and FLA_Tridiag_UT_shift_U_l_opc().

126 {
127  scomplex x;
128  x.real = bl1_s0();
129  x.imag = bl1_s0();
130  return x;
131 }
float real
Definition: blis_type_defs.h:134
float bl1_s0(void)
Definition: bl1_constants.c:111
Definition: blis_type_defs.h:132
float imag
Definition: blis_type_defs.h:134

◆ bl1_c1()

scomplex bl1_c1 ( void  )

References bl1_s0(), bl1_s1(), scomplex::imag, and scomplex::real.

Referenced by bl1_cgemm(), bl1_cgemv(), bl1_chemm(), bl1_chemv(), bl1_cher2k(), bl1_cherk(), bl1_crandmr(), bl1_csymm(), bl1_ctrmmsx(), bl1_ctrsmsx(), FLA_Bsvd_ext_opc_var1(), FLA_Bsvd_ext_ops_var1(), FLA_Bsvd_v_opc_var1(), FLA_Bsvd_v_ops_var1(), FLA_QR_UT_form_Q_opc_var1(), and FLA_Tridiag_UT_shift_U_l_opc().

62 {
63  scomplex x;
64  x.real = bl1_s1();
65  x.imag = bl1_s0();
66  return x;
67 }
float real
Definition: blis_type_defs.h:134
float bl1_s1(void)
Definition: bl1_constants.c:47
float bl1_s0(void)
Definition: bl1_constants.c:111
Definition: blis_type_defs.h:132
float imag
Definition: blis_type_defs.h:134

◆ bl1_c1h()

scomplex bl1_c1h ( void  )

References bl1_s0(), bl1_s1h(), scomplex::imag, and scomplex::real.

94 {
95  scomplex x;
96  x.real = bl1_s1h();
97  x.imag = bl1_s0();
98  return x;
99 }
float real
Definition: blis_type_defs.h:134
float bl1_s1h(void)
Definition: bl1_constants.c:79
float bl1_s0(void)
Definition: bl1_constants.c:111
Definition: blis_type_defs.h:132
float imag
Definition: blis_type_defs.h:134

◆ bl1_c2()

scomplex bl1_c2 ( void  )

References bl1_s0(), bl1_s2(), scomplex::imag, and scomplex::real.

30 {
31  scomplex x;
32  x.real = bl1_s2();
33  x.imag = bl1_s0();
34  return x;
35 }
float real
Definition: blis_type_defs.h:134
float bl1_s0(void)
Definition: bl1_constants.c:111
Definition: blis_type_defs.h:132
float imag
Definition: blis_type_defs.h:134
float bl1_s2(void)
Definition: bl1_constants.c:15

◆ bl1_cm1()

scomplex bl1_cm1 ( void  )

References bl1_s0(), bl1_sm1(), scomplex::imag, and scomplex::real.

190 {
191  scomplex x;
192  x.real = bl1_sm1();
193  x.imag = bl1_s0();
194  return x;
195 }
float real
Definition: blis_type_defs.h:134
float bl1_s0(void)
Definition: bl1_constants.c:111
Definition: blis_type_defs.h:132
float bl1_sm1(void)
Definition: bl1_constants.c:175
float imag
Definition: blis_type_defs.h:134

◆ bl1_cm1h()

scomplex bl1_cm1h ( void  )

References bl1_s0(), bl1_sm1h(), scomplex::imag, and scomplex::real.

158 {
159  scomplex x;
160  x.real = bl1_sm1h();
161  x.imag = bl1_s0();
162  return x;
163 }
float real
Definition: blis_type_defs.h:134
float bl1_s0(void)
Definition: bl1_constants.c:111
Definition: blis_type_defs.h:132
float bl1_sm1h(void)
Definition: bl1_constants.c:143
float imag
Definition: blis_type_defs.h:134

◆ bl1_cm2()

scomplex bl1_cm2 ( void  )

References bl1_s0(), bl1_sm2(), scomplex::imag, and scomplex::real.

222 {
223  scomplex x;
224  x.real = bl1_sm2();
225  x.imag = bl1_s0();
226  return x;
227 }
float real
Definition: blis_type_defs.h:134
float bl1_s0(void)
Definition: bl1_constants.c:111
Definition: blis_type_defs.h:132
float imag
Definition: blis_type_defs.h:134
float bl1_sm2(void)
Definition: bl1_constants.c:207

◆ bl1_d0()

double bl1_d0 ( void  )

Referenced by bl1_cmaxabsmr(), bl1_dgemm(), bl1_dmaxabsm(), bl1_dmaxabsmr(), bl1_drandmr(), bl1_dsymm(), bl1_z0(), bl1_z1(), bl1_z1h(), bl1_z2(), bl1_zher2k(), bl1_zherk(), bl1_zm1(), bl1_zm1h(), bl1_zm2(), bl1_zmaxabsm(), bl1_zmaxabsmr(), bl1_zsymmize(), FLA_Apply_G_rf_asd_var1(), FLA_Apply_G_rf_asd_var2(), FLA_Apply_G_rf_asd_var3(), FLA_Apply_G_rf_asd_var3b(), FLA_Apply_G_rf_asd_var6(), FLA_Apply_G_rf_asd_var6b(), FLA_Apply_G_rf_asd_var9(), FLA_Apply_G_rf_asd_var9b(), FLA_Apply_G_rf_asz_var1(), FLA_Apply_G_rf_asz_var2(), FLA_Apply_G_rf_asz_var3(), FLA_Apply_G_rf_asz_var6(), FLA_Apply_G_rf_asz_var9(), FLA_Apply_G_rf_opd_var1(), FLA_Apply_G_rf_opd_var2(), FLA_Apply_G_rf_opd_var3(), FLA_Apply_G_rf_opd_var6(), FLA_Apply_G_rf_opd_var9(), FLA_Apply_G_rf_opz_var1(), FLA_Apply_G_rf_opz_var2(), FLA_Apply_G_rf_opz_var3(), FLA_Apply_G_rf_opz_var6(), FLA_Apply_G_rf_opz_var9(), FLA_Bsvd_compute_tol_thresh_opd(), FLA_Bsvd_ext_opd_var1(), FLA_Bsvd_ext_opz_var1(), FLA_Bsvd_find_submatrix_opd(), FLA_Bsvd_v_opd_var1(), FLA_Bsvd_v_opd_var2(), FLA_Bsvd_v_opz_var1(), FLA_Bsvd_v_opz_var2(), FLA_Fused_Ahx_Ax_opd_var1(), FLA_Fused_Ahx_Axpy_Ax_opd_var1(), FLA_Fused_Gerc2_Ahx_Ax_opd_var1(), FLA_Fused_Gerc2_Ahx_Axpy_Ax_opd_var1(), FLA_Fused_Uhu_Yhu_Zhu_opd_var1(), FLA_Fused_UYx_ZVx_opd_var1(), FLA_Fused_UZhu_ZUhu_opd_var1(), FLA_Pythag2_opd(), FLA_Pythag3_opd(), FLA_Tevd_find_submatrix_opd(), FLA_Tevd_v_opd_var2(), FLA_Tevd_v_opz_var2(), and FLA_Tridiag_UT_shift_U_l_opd().

119 {
120  double x;
121  x = 0.0;
122  return x;
123 }

◆ bl1_d1()

double bl1_d1 ( void  )

◆ bl1_d1h()

double bl1_d1h ( void  )

Referenced by bl1_z1h().

87 {
88  double x;
89  x = 0.5;
90  return x;
91 }

◆ bl1_d2()

double bl1_d2 ( void  )

Referenced by bl1_z2().

23 {
24  double x;
25  x = 2.0;
26  return x;
27 }

◆ bl1_dm1()

double bl1_dm1 ( void  )

◆ bl1_dm1h()

double bl1_dm1h ( void  )

Referenced by bl1_zm1h().

151 {
152  double x;
153  x = -0.5;
154  return x;
155 }

◆ bl1_dm2()

double bl1_dm2 ( void  )

Referenced by bl1_zm2().

215 {
216  double x;
217  x = -2.0;
218  return x;
219 }

◆ bl1_s0()

float bl1_s0 ( void  )

◆ bl1_s1()

float bl1_s1 ( void  )

◆ bl1_s1h()

float bl1_s1h ( void  )

Referenced by bl1_c1h().

80 {
81  float x;
82  x = 0.5F;
83  return x;
84 }

◆ bl1_s2()

float bl1_s2 ( void  )

Referenced by bl1_c2().

16 {
17  float x;
18  x = 2.0F;
19  return x;
20 }

◆ bl1_sm1()

float bl1_sm1 ( void  )

Referenced by bl1_cconjm(), bl1_cconjmr(), bl1_cconjv(), bl1_cm1(), FLA_Bsvd_ext_opc_var1(), FLA_Bsvd_ext_ops_var1(), FLA_Bsvd_v_opc_var1(), and FLA_Bsvd_v_ops_var1().

176 {
177  float x;
178  x = -1.0F;
179  return x;
180 }

◆ bl1_sm1h()

float bl1_sm1h ( void  )

Referenced by bl1_cm1h().

144 {
145  float x;
146  x = -0.5F;
147  return x;
148 }

◆ bl1_sm2()

float bl1_sm2 ( void  )

Referenced by bl1_cm2().

208 {
209  float x;
210  x = -2.0F;
211  return x;
212 }

◆ bl1_z0()

dcomplex bl1_z0 ( void  )

References bl1_d0(), dcomplex::imag, and dcomplex::real.

Referenced by bl1_zgemm(), bl1_zgemv(), bl1_zhemm(), bl1_zhemv(), bl1_zrandmr(), bl1_zsymm(), FLA_Fused_Ahx_Ax_opz_var1(), FLA_Fused_Ahx_Axpy_Ax_opz_var1(), FLA_Fused_Gerc2_Ahx_Ax_opz_var1(), FLA_Fused_Gerc2_Ahx_Axpy_Ax_opz_var1(), FLA_Fused_Her2_Ax_l_opz_var1(), FLA_Fused_Uhu_Yhu_Zhu_opz_var1(), FLA_Fused_UYx_ZVx_opz_var1(), FLA_QR_UT_form_Q_opz_var1(), and FLA_Tridiag_UT_shift_U_l_opz().

134 {
135  dcomplex x;
136  x.real = bl1_d0();
137  x.imag = bl1_d0();
138  return x;
139 }
double imag
Definition: blis_type_defs.h:139
double real
Definition: blis_type_defs.h:139
double bl1_d0(void)
Definition: bl1_constants.c:118
Definition: blis_type_defs.h:137

◆ bl1_z1()

dcomplex bl1_z1 ( void  )

References bl1_d0(), bl1_d1(), dcomplex::imag, and dcomplex::real.

Referenced by bl1_zgemm(), bl1_zgemv(), bl1_zhemm(), bl1_zhemv(), bl1_zher2k(), bl1_zherk(), bl1_zrandmr(), bl1_zsymm(), bl1_ztrmmsx(), bl1_ztrsmsx(), FLA_Bsvd_ext_opd_var1(), FLA_Bsvd_ext_opz_var1(), FLA_Bsvd_v_opd_var1(), FLA_Bsvd_v_opd_var2(), FLA_Bsvd_v_opz_var1(), FLA_Bsvd_v_opz_var2(), FLA_QR_UT_form_Q_opz_var1(), FLA_Tevd_n_opz_var1(), FLA_Tevd_v_opd_var1(), FLA_Tevd_v_opd_var2(), FLA_Tevd_v_opz_var1(), FLA_Tevd_v_opz_var2(), and FLA_Tridiag_UT_shift_U_l_opz().

70 {
71  dcomplex x;
72  x.real = bl1_d1();
73  x.imag = bl1_d0();
74  return x;
75 }
double bl1_d1(void)
Definition: bl1_constants.c:54
double imag
Definition: blis_type_defs.h:139
double real
Definition: blis_type_defs.h:139
double bl1_d0(void)
Definition: bl1_constants.c:118
Definition: blis_type_defs.h:137

◆ bl1_z1h()

dcomplex bl1_z1h ( void  )

References bl1_d0(), bl1_d1h(), dcomplex::imag, and dcomplex::real.

102 {
103  dcomplex x;
104  x.real = bl1_d1h();
105  x.imag = bl1_d0();
106  return x;
107 }
double imag
Definition: blis_type_defs.h:139
double real
Definition: blis_type_defs.h:139
double bl1_d1h(void)
Definition: bl1_constants.c:86
double bl1_d0(void)
Definition: bl1_constants.c:118
Definition: blis_type_defs.h:137

◆ bl1_z2()

dcomplex bl1_z2 ( void  )

References bl1_d0(), bl1_d2(), dcomplex::imag, and dcomplex::real.

38 {
39  dcomplex x;
40  x.real = bl1_d2();
41  x.imag = bl1_d0();
42  return x;
43 }
double imag
Definition: blis_type_defs.h:139
double real
Definition: blis_type_defs.h:139
double bl1_d2(void)
Definition: bl1_constants.c:22
double bl1_d0(void)
Definition: bl1_constants.c:118
Definition: blis_type_defs.h:137

◆ bl1_zm1()

dcomplex bl1_zm1 ( void  )

References bl1_d0(), bl1_dm1(), dcomplex::imag, and dcomplex::real.

Referenced by FLA_Fused_Ahx_Axpy_Ax_opz_var1(), and FLA_Fused_Gerc2_Ahx_Axpy_Ax_opz_var1().

198 {
199  dcomplex x;
200  x.real = bl1_dm1();
201  x.imag = bl1_d0();
202  return x;
203 }
double bl1_dm1(void)
Definition: bl1_constants.c:182
double imag
Definition: blis_type_defs.h:139
double real
Definition: blis_type_defs.h:139
double bl1_d0(void)
Definition: bl1_constants.c:118
Definition: blis_type_defs.h:137

◆ bl1_zm1h()

dcomplex bl1_zm1h ( void  )

References bl1_d0(), bl1_dm1h(), dcomplex::imag, and dcomplex::real.

166 {
167  dcomplex x;
168  x.real = bl1_dm1h();
169  x.imag = bl1_d0();
170  return x;
171 }
double imag
Definition: blis_type_defs.h:139
double bl1_dm1h(void)
Definition: bl1_constants.c:150
double real
Definition: blis_type_defs.h:139
double bl1_d0(void)
Definition: bl1_constants.c:118
Definition: blis_type_defs.h:137

◆ bl1_zm2()

dcomplex bl1_zm2 ( void  )

References bl1_d0(), bl1_dm2(), dcomplex::imag, and dcomplex::real.

230 {
231  dcomplex x;
232  x.real = bl1_dm2();
233  x.imag = bl1_d0();
234  return x;
235 }
double imag
Definition: blis_type_defs.h:139
double real
Definition: blis_type_defs.h:139
double bl1_dm2(void)
Definition: bl1_constants.c:214
double bl1_d0(void)
Definition: bl1_constants.c:118
Definition: blis_type_defs.h:137