42 float *buff_x = (
float * ) FLA_FLOAT_PTR( x );
43 float *buff_y = (
float * ) FLA_FLOAT_PTR( y );
44 float *buff_rho = (
float * ) FLA_FLOAT_PTR( rho );
45 float *buff_alpha = (
float * ) FLA_FLOAT_PTR( alpha );
46 float *buff_beta = (
float * ) FLA_FLOAT_PTR( beta );
61 double *buff_x = (
double * ) FLA_DOUBLE_PTR( x );
62 double *buff_y = (
double * ) FLA_DOUBLE_PTR( y );
63 double *buff_rho = (
double * ) FLA_DOUBLE_PTR( rho );
64 double *buff_alpha = (
double * ) FLA_DOUBLE_PTR( alpha );
65 double *buff_beta = (
double * ) FLA_DOUBLE_PTR( beta );
97 case FLA_DOUBLE_COMPLEX:
FLA_Error FLA_Dots_check(FLA_Obj alpha, FLA_Obj x, FLA_Obj y, FLA_Obj beta, FLA_Obj rho)
Definition: FLA_Dots_check.c:13
FLA_Error FLA_Scal_external(FLA_Obj alpha, FLA_Obj A)
Definition: FLA_Scal_external.c:13
conj1_t
Definition: blis_type_defs.h:79
void bl1_cdots(conj1_t conj, int n, scomplex *alpha, scomplex *x, int incx, scomplex *y, int incy, scomplex *beta, scomplex *rho)
Definition: bl1_dots.c:39
FLA_Datatype FLA_Obj_datatype(FLA_Obj obj)
Definition: FLA_Query.c:13
FLA_Bool FLA_Obj_has_zero_dim(FLA_Obj A)
Definition: FLA_Query.c:400
void bl1_sdots(conj1_t conj, int n, float *alpha, float *x, int incx, float *y, int incy, float *beta, float *rho)
Definition: bl1_dots.c:13
Definition: blis_type_defs.h:132
dim_t FLA_Obj_vector_dim(FLA_Obj obj)
Definition: FLA_Query.c:137
unsigned int FLA_Check_error_level(void)
Definition: FLA_Check.c:18
void FLA_Param_map_flame_to_blis_conj(FLA_Conj conj, conj1_t *blis_conj)
Definition: FLA_Param.c:269
int FLA_Datatype
Definition: FLA_type_defs.h:49
void bl1_ddots(conj1_t conj, int n, double *alpha, double *x, int incx, double *y, int incy, double *beta, double *rho)
Definition: bl1_dots.c:26
dim_t FLA_Obj_vector_inc(FLA_Obj obj)
Definition: FLA_Query.c:145
void bl1_zdots(conj1_t conj, int n, dcomplex *alpha, dcomplex *x, int incx, dcomplex *y, int incy, dcomplex *beta, dcomplex *rho)
Definition: bl1_dots.c:56
Definition: blis_type_defs.h:137