libflame  revision_anchor
Functions | Variables
FLA_Apply_Q2_UT_lnfc.c File Reference

(r)

Functions

FLA_Error FLA_Apply_Q2_UT_lnfc (FLA_Obj D, FLA_Obj T, FLA_Obj W, FLA_Obj C, FLA_Obj E, fla_apq2ut_t *cntl)
 

Variables

fla_apq2ut_tfla_apq2ut_cntl_leaf
 

Function Documentation

◆ FLA_Apply_Q2_UT_lnfc()

FLA_Error FLA_Apply_Q2_UT_lnfc ( FLA_Obj  D,
FLA_Obj  T,
FLA_Obj  W,
FLA_Obj  C,
FLA_Obj  E,
fla_apq2ut_t cntl 
)
17 {
18  FLA_Error r_val = FLA_SUCCESS;
19 
20  if ( FLA_Cntl_variant( cntl ) == FLA_BLOCKED_VARIANT1 )
21  {
22  r_val = FLA_Apply_Q2_UT_lnfc_blk_var1( D, T, W, C, E, cntl );
23  }
24  else if ( FLA_Cntl_variant( cntl ) == FLA_BLOCKED_VARIANT2 )
25  {
26  r_val = FLA_Apply_Q2_UT_lnfc_blk_var2( D, T, W, C, E, cntl );
27  }
28  else if ( FLA_Cntl_variant( cntl ) == FLA_BLOCKED_VARIANT3 )
29  {
30  r_val = FLA_Apply_Q2_UT_lnfc_blk_var3( D, T, W, C, E, cntl );
31  }
32  else
33  {
34  FLA_Check_error_code( FLA_NOT_YET_IMPLEMENTED );
35  }
36 
37  return r_val;
38 }
FLA_Error FLA_Apply_Q2_UT_lnfc_blk_var2(FLA_Obj D, FLA_Obj T, FLA_Obj W1, FLA_Obj C, FLA_Obj E, fla_apq2ut_t *cntl)
Definition: FLA_Apply_Q2_UT_lnfc_blk_var2.c:13
FLA_Error FLA_Apply_Q2_UT_lnfc_blk_var3(FLA_Obj D, FLA_Obj T, FLA_Obj W, FLA_Obj C, FLA_Obj E, fla_apq2ut_t *cntl)
Definition: FLA_Apply_Q2_UT_lnfc_blk_var3.c:13
FLA_Error FLA_Apply_Q2_UT_lnfc_blk_var1(FLA_Obj D, FLA_Obj T, FLA_Obj W1, FLA_Obj C, FLA_Obj E, fla_apq2ut_t *cntl)
Definition: FLA_Apply_Q2_UT_lnfc_blk_var1.c:13
int FLA_Error
Definition: FLA_type_defs.h:47

References FLA_Apply_Q2_UT_lnfc_blk_var1(), FLA_Apply_Q2_UT_lnfc_blk_var2(), and FLA_Apply_Q2_UT_lnfc_blk_var3().

Referenced by FLA_Apply_Q2_UT_internal().

Variable Documentation

◆ fla_apq2ut_cntl_leaf

fla_apq2ut_t* fla_apq2ut_cntl_leaf
extern