From 6a538fa7b164655f41cea5b9c8d3902438bda66b Mon Sep 17 00:00:00 2001 From: "Field G. Van Zee" Date: Mon, 15 Apr 2013 14:40:31 -0500 Subject: [PATCH] Formatting change to mods in previous commit. --- frame/2/hemv/bli_hemv.c | 3 ++- frame/2/her/bli_her.c | 3 ++- frame/2/her2/bli_her2.c | 3 ++- frame/2/symv/bli_symv.c | 3 ++- frame/2/syr/bli_syr.c | 3 ++- frame/2/syr2/bli_syr2.c | 3 ++- frame/2/trmv/bli_trmv.c | 3 ++- frame/2/trsv/bli_trsv.c | 3 ++- 8 files changed, 16 insertions(+), 8 deletions(-) diff --git a/frame/2/hemv/bli_hemv.c b/frame/2/hemv/bli_hemv.c index 6044c83d4..817bb4f34 100644 --- a/frame/2/hemv/bli_hemv.c +++ b/frame/2/hemv/bli_hemv.c @@ -190,10 +190,11 @@ void PASTEMAC(ch,opname)( \ bli_obj_create_with_attached_buffer( dt, m, 1, x, rs_x, cs_x, &xo ); \ bli_obj_create_with_attached_buffer( dt, m, 1, y, rs_y, cs_y, &yo ); \ \ - bli_obj_set_struc( BLIS_HERMITIAN, ao ); \ bli_obj_set_uplo( uploa, ao ); \ bli_obj_set_conj( conja, ao ); \ bli_obj_set_conj( conjx, xo ); \ +\ + bli_obj_set_struc( BLIS_HERMITIAN, ao ); \ \ PASTEMAC0(opname)( &alphao, \ &ao, \ diff --git a/frame/2/her/bli_her.c b/frame/2/her/bli_her.c index d1a92e03a..249af431f 100644 --- a/frame/2/her/bli_her.c +++ b/frame/2/her/bli_her.c @@ -142,8 +142,9 @@ void PASTEMAC(ch,opname)( \ bli_obj_create_with_attached_buffer( dt, m, m, c, rs_c, cs_c, &co ); \ \ bli_obj_set_conj( conjx, xo ); \ - bli_obj_set_struc( BLIS_HERMITIAN, co ); \ bli_obj_set_uplo( uploc, co ); \ +\ + bli_obj_set_struc( BLIS_HERMITIAN, co ); \ \ PASTEMAC0(opname)( &alphao, \ &xo, \ diff --git a/frame/2/her2/bli_her2.c b/frame/2/her2/bli_her2.c index f214d14b9..1a282898c 100644 --- a/frame/2/her2/bli_her2.c +++ b/frame/2/her2/bli_her2.c @@ -164,8 +164,9 @@ void PASTEMAC(ch,opname)( \ \ bli_obj_set_conj( conjx, xo ); \ bli_obj_set_conj( conjy, yo ); \ - bli_obj_set_struc( BLIS_HERMITIAN, co ); \ bli_obj_set_uplo( uploc, co ); \ +\ + bli_obj_set_struc( BLIS_HERMITIAN, co ); \ \ PASTEMAC0(opname)( &alphao, \ &xo, \ diff --git a/frame/2/symv/bli_symv.c b/frame/2/symv/bli_symv.c index 680df8fdf..46536183c 100644 --- a/frame/2/symv/bli_symv.c +++ b/frame/2/symv/bli_symv.c @@ -190,10 +190,11 @@ void PASTEMAC(ch,opname)( \ bli_obj_create_with_attached_buffer( dt, m, 1, x, rs_x, cs_x, &xo ); \ bli_obj_create_with_attached_buffer( dt, m, 1, y, rs_y, cs_y, &yo ); \ \ - bli_obj_set_struc( BLIS_SYMMETRIC, ao ); \ bli_obj_set_uplo( uploa, ao ); \ bli_obj_set_conj( conja, ao ); \ bli_obj_set_conj( conjx, xo ); \ +\ + bli_obj_set_struc( BLIS_SYMMETRIC, ao ); \ \ PASTEMAC0(opname)( &alphao, \ &ao, \ diff --git a/frame/2/syr/bli_syr.c b/frame/2/syr/bli_syr.c index ecf27e625..3f14ed632 100644 --- a/frame/2/syr/bli_syr.c +++ b/frame/2/syr/bli_syr.c @@ -143,8 +143,9 @@ void PASTEMAC(ch,opname)( \ bli_obj_create_with_attached_buffer( dt, m, m, c, rs_c, cs_c, &co ); \ \ bli_obj_set_conj( conjx, xo ); \ - bli_obj_set_struc( BLIS_SYMMETRIC, co ); \ bli_obj_set_uplo( uploc, co ); \ +\ + bli_obj_set_struc( BLIS_SYMMETRIC, co ); \ \ PASTEMAC0(opname)( &alphao, \ &xo, \ diff --git a/frame/2/syr2/bli_syr2.c b/frame/2/syr2/bli_syr2.c index 60b5aaa6c..3d0931d43 100644 --- a/frame/2/syr2/bli_syr2.c +++ b/frame/2/syr2/bli_syr2.c @@ -157,8 +157,9 @@ void PASTEMAC(ch,opname)( \ \ bli_obj_set_conj( conjx, xo ); \ bli_obj_set_conj( conjy, yo ); \ - bli_obj_set_struc( BLIS_SYMMETRIC, co ); \ bli_obj_set_uplo( uploc, co ); \ +\ + bli_obj_set_struc( BLIS_SYMMETRIC, co ); \ \ PASTEMAC0(opname)( &alphao, \ &xo, \ diff --git a/frame/2/trmv/bli_trmv.c b/frame/2/trmv/bli_trmv.c index a81a1b315..1eb4a799d 100644 --- a/frame/2/trmv/bli_trmv.c +++ b/frame/2/trmv/bli_trmv.c @@ -158,10 +158,11 @@ void PASTEMAC(ch,opname)( \ bli_obj_create_with_attached_buffer( dt, m, m, a, rs_a, cs_a, &ao ); \ bli_obj_create_with_attached_buffer( dt, m, 1, x, rs_x, cs_x, &xo ); \ \ - bli_obj_set_struc( BLIS_TRIANGULAR, ao ); \ bli_obj_set_uplo( uploa, ao ); \ bli_obj_set_conjtrans( transa, ao ); \ bli_obj_set_diag( diaga, ao ); \ +\ + bli_obj_set_struc( BLIS_TRIANGULAR, ao ); \ \ PASTEMAC0(opname)( &alphao, \ &ao, \ diff --git a/frame/2/trsv/bli_trsv.c b/frame/2/trsv/bli_trsv.c index 3dc252501..3d044a311 100644 --- a/frame/2/trsv/bli_trsv.c +++ b/frame/2/trsv/bli_trsv.c @@ -155,10 +155,11 @@ void PASTEMAC(ch,opname)( \ bli_obj_create_with_attached_buffer( dt, m, m, a, rs_a, cs_a, &ao ); \ bli_obj_create_with_attached_buffer( dt, m, 1, x, rs_x, cs_x, &xo ); \ \ - bli_obj_set_struc( BLIS_TRIANGULAR, ao ); \ bli_obj_set_uplo( uploa, ao ); \ bli_obj_set_conjtrans( transa, ao ); \ bli_obj_set_diag( diaga, ao ); \ +\ + bli_obj_set_struc( BLIS_TRIANGULAR, ao ); \ \ PASTEMAC0(opname)( &alphao, \ &ao, \