libflame revision_anchor
Functions | Variables
FLA_LQ_UT_macro_task.c File Reference

(r)

Functions

FLA_Error FLA_LQ_UT_macro_task (FLA_Obj A, FLA_Obj T, fla_lqut_t *cntl)
 

Variables

fla_lqut_tfla_lqut_cntl_leaf
 

Function Documentation

◆ FLA_LQ_UT_macro_task()

FLA_Error FLA_LQ_UT_macro_task ( FLA_Obj  A,
FLA_Obj  T,
fla_lqut_t cntl 
)
16{
20
21 if ( FLA_Obj_width( A ) > 1 )
22 {
25
28
31
34 }
35 else
36 {
39 cntl );
40 }
41
42 return r_val;
43}
FLA_Error FLASH_Copy_flat_to_hier(FLA_Obj F, dim_t i, dim_t j, FLA_Obj H)
Definition FLASH_Copy_other.c:81
FLA_Error FLASH_Obj_create_flat_copy_of_hier(FLA_Obj H, FLA_Obj *F)
Definition FLASH_Obj.c:623
FLA_Error FLA_LQ_UT_internal(FLA_Obj A, FLA_Obj T, fla_lqut_t *cntl)
Definition FLA_LQ_UT_internal.c:17
fla_lqut_t * fla_lqut_cntl_leaf
Definition FLA_LQ_UT_cntl_init.c:16
FLA_Error FLA_LQ_UT_task(FLA_Obj A, FLA_Obj T, fla_lqut_t *cntl)
Definition FLA_LQ_UT_task.c:15
dim_t FLA_Obj_width(FLA_Obj obj)
Definition FLA_Query.c:123
FLA_Error FLA_Obj_free(FLA_Obj *obj)
Definition FLA_Obj.c:588
int FLA_Error
Definition FLA_type_defs.h:47
int i
Definition bl1_axmyv2.c:145
Definition FLA_type_defs.h:159

References FLA_LQ_UT_internal(), FLA_LQ_UT_task(), fla_lqut_cntl_leaf, FLA_Obj_free(), FLA_Obj_width(), FLASH_Copy_flat_to_hier(), FLASH_Obj_create_flat_copy_of_hier(), and i.

Referenced by FLA_LQ_UT_internal(), and FLASH_Queue_exec_task().

Variable Documentation

◆ fla_lqut_cntl_leaf

fla_lqut_t* fla_lqut_cntl_leaf
extern

Referenced by FLA_LQ_UT_macro_task().