libflame revision_anchor
Functions
FLA_Pow.c File Reference

(r)

Functions

FLA_Error FLA_Pow_check (FLA_Obj base, FLA_Obj exp, FLA_Obj btoe)
 

Function Documentation

◆ FLA_Pow_check()

FLA_Error FLA_Pow_check ( FLA_Obj  base,
FLA_Obj  exp,
FLA_Obj  btoe 
)
14{
16
19
22
25
26 e_val = FLA_Check_if_scalar( base );
28
31
34
37
38 return FLA_SUCCESS;
39}
FLA_Error FLA_Check_if_scalar(FLA_Obj A)
Definition FLA_Check.c:373
FLA_Error FLA_Check_nonconstant_object(FLA_Obj A)
Definition FLA_Check.c:954
FLA_Error FLA_Check_floating_object(FLA_Obj A)
Definition FLA_Check.c:232
int FLA_Error
Definition FLA_type_defs.h:47
int i
Definition bl1_axmyv2.c:145

References FLA_Check_floating_object(), FLA_Check_if_scalar(), FLA_Check_nonconstant_object(), and i.

Referenced by FLA_Pow().