40                                  char* equed, 
float* r, 
float* c, 
float* b,
 
   42                                  float* rcond, 
float* rpvgrw, 
float* berr,
 
   45                                  float* params, 
float* work, 
lapack_int* iwork )
 
   50         LAPACK_sgbsvxx( &fact, &trans, &n, &kl, &ku, &nrhs, ab, &ldab, afb,
 
   51                         &ldafb, ipiv, equed, r, c, b, &ldb, x, &ldx, rcond,
 
   52                         rpvgrw, berr, &n_err_bnds, err_bnds_norm, err_bnds_comp,
 
   53                         &nparams, params, work, iwork, &info );
 
   66         float* err_bnds_norm_t = NULL;
 
   67         float* err_bnds_comp_t = NULL;
 
  110         err_bnds_norm_t = (
float*)
 
  112         if( err_bnds_norm_t == NULL ) {
 
  116         err_bnds_comp_t = (
float*)
 
  118         if( err_bnds_comp_t == NULL ) {
 
  130         LAPACK_sgbsvxx( &fact, &trans, &n, &kl, &ku, &nrhs, ab_t, &ldab_t,
 
  131                         afb_t, &ldafb_t, ipiv, equed, r, c, b_t, &ldb_t, x_t,
 
  132                         &ldx_t, rcond, rpvgrw, berr, &n_err_bnds,
 
  133                         err_bnds_norm_t, err_bnds_comp_t, &nparams, params,
 
  134                         work, iwork, &info );
 
  146                                ldafb_t, afb, ldafb );
 
  154                            nrhs, err_bnds_norm, n_err_bnds );
 
  156                            nrhs, err_bnds_comp, n_err_bnds );