libflame  revision_anchor
Functions | Variables
FLASH_Apply_Q2_UT.c File Reference

(r)

Functions

FLA_Error FLASH_Apply_Q2_UT (FLA_Side side, FLA_Trans trans, FLA_Direct direct, FLA_Store storev, FLA_Obj D, FLA_Obj T, FLA_Obj W, FLA_Obj C, FLA_Obj E)
 

Variables

fla_apq2ut_tflash_apq2ut_cntl
 
fla_apq2ut_tflash_apq2ut_cntl_leaf
 
fla_apq2ut_tfla_apq2ut_cntl_leaf
 

Function Documentation

◆ FLASH_Apply_Q2_UT()

FLA_Error FLASH_Apply_Q2_UT ( FLA_Side  side,
FLA_Trans  trans,
FLA_Direct  direct,
FLA_Store  storev,
FLA_Obj  D,
FLA_Obj  T,
FLA_Obj  W,
FLA_Obj  C,
FLA_Obj  E 
)
20 {
21  FLA_Error r_val;
22 
23  // Check parameters.
24  if ( FLA_Check_error_level() >= FLA_MIN_ERROR_CHECKING )
25  FLA_Apply_Q2_UT_check( side, trans, direct, storev, D, T, W, C, E );
26 
27  // Begin a parallel region.
29 
30  // Invoke FLA_Apply_Q2_UT_internal() with the standard control tree.
31  r_val = FLA_Apply_Q2_UT_internal( side, trans, direct, storev, D, T, W, C, E, flash_apq2ut_cntl );
32 
33  // End the parallel region.
35 
36  return r_val;
37 }
fla_apq2ut_t * flash_apq2ut_cntl
Definition: FLASH_Apply_Q2_UT_cntl_init.c:15
void FLASH_Queue_begin(void)
Definition: FLASH_Queue.c:59
void FLASH_Queue_end(void)
Definition: FLASH_Queue.c:81
FLA_Error FLA_Apply_Q2_UT_internal(FLA_Side side, FLA_Trans trans, FLA_Direct direct, FLA_Store storev, FLA_Obj D, FLA_Obj T, FLA_Obj W, FLA_Obj C, FLA_Obj E, fla_apq2ut_t *cntl)
Definition: FLA_Apply_Q2_UT_internal.c:17
FLA_Error FLA_Apply_Q2_UT_check(FLA_Side side, FLA_Trans trans, FLA_Direct direct, FLA_Store storev, FLA_Obj D, FLA_Obj T, FLA_Obj W, FLA_Obj C, FLA_Obj E)
Definition: FLA_Apply_Q2_UT_check.c:13
unsigned int FLA_Check_error_level(void)
Definition: FLA_Check.c:18
int FLA_Error
Definition: FLA_type_defs.h:47

References FLA_Apply_Q2_UT_check(), FLA_Apply_Q2_UT_internal(), FLA_Check_error_level(), flash_apq2ut_cntl, FLASH_Queue_begin(), and FLASH_Queue_end().

Variable Documentation

◆ fla_apq2ut_cntl_leaf

fla_apq2ut_t* fla_apq2ut_cntl_leaf
extern

◆ flash_apq2ut_cntl

fla_apq2ut_t* flash_apq2ut_cntl
extern

◆ flash_apq2ut_cntl_leaf

fla_apq2ut_t* flash_apq2ut_cntl_leaf
extern