libflame  revision_anchor
Functions | Variables
FLA_Apply_QUD_UT_lhfc.c File Reference

(r)

Functions

FLA_Error FLA_Apply_QUD_UT_lhfc (FLA_Obj T, FLA_Obj W, FLA_Obj R, FLA_Obj U, FLA_Obj C, FLA_Obj V, FLA_Obj D, fla_apqudut_t *cntl)
 

Variables

fla_apqudut_tfla_apqudut_cntl_leaf
 

Function Documentation

◆ FLA_Apply_QUD_UT_lhfc()

FLA_Error FLA_Apply_QUD_UT_lhfc ( FLA_Obj  T,
FLA_Obj  W,
FLA_Obj  R,
FLA_Obj  U,
FLA_Obj  C,
FLA_Obj  V,
FLA_Obj  D,
fla_apqudut_t cntl 
)
19 {
20  FLA_Error r_val = FLA_SUCCESS;
21 
22  if ( FLA_Cntl_variant( cntl ) == FLA_BLOCKED_VARIANT1 )
23  {
24  r_val = FLA_Apply_QUD_UT_lhfc_blk_var1( T, W, R, U, C, V, D, cntl );
25  }
26  else if ( FLA_Cntl_variant( cntl ) == FLA_BLOCKED_VARIANT2 )
27  {
28  r_val = FLA_Apply_QUD_UT_lhfc_blk_var2( T, W, R, U, C, V, D, cntl );
29  }
30  else if ( FLA_Cntl_variant( cntl ) == FLA_BLOCKED_VARIANT3 )
31  {
32  r_val = FLA_Apply_QUD_UT_lhfc_blk_var3( T, W, R, U, C, V, D, cntl );
33  }
34  else
35  {
36  FLA_Check_error_code( FLA_NOT_YET_IMPLEMENTED );
37  }
38 
39  return r_val;
40 }
FLA_Error FLA_Apply_QUD_UT_lhfc_blk_var1(FLA_Obj T, FLA_Obj W, FLA_Obj R, FLA_Obj U, FLA_Obj C, FLA_Obj V, FLA_Obj D, fla_apqudut_t *cntl)
Definition: FLA_Apply_QUD_UT_lhfc_blk_var1.c:13
FLA_Error FLA_Apply_QUD_UT_lhfc_blk_var2(FLA_Obj T, FLA_Obj W, FLA_Obj R, FLA_Obj U, FLA_Obj C, FLA_Obj V, FLA_Obj D, fla_apqudut_t *cntl)
Definition: FLA_Apply_QUD_UT_lhfc_blk_var2.c:13
FLA_Error FLA_Apply_QUD_UT_lhfc_blk_var3(FLA_Obj T, FLA_Obj W, FLA_Obj R, FLA_Obj U, FLA_Obj C, FLA_Obj V, FLA_Obj D, fla_apqudut_t *cntl)
Definition: FLA_Apply_QUD_UT_lhfc_blk_var3.c:13
int FLA_Error
Definition: FLA_type_defs.h:47

References FLA_Apply_QUD_UT_lhfc_blk_var1(), FLA_Apply_QUD_UT_lhfc_blk_var2(), and FLA_Apply_QUD_UT_lhfc_blk_var3().

Referenced by FLA_Apply_QUD_UT_internal().

Variable Documentation

◆ fla_apqudut_cntl_leaf

fla_apqudut_t* fla_apqudut_cntl_leaf
extern