FLA_Negate.c File Reference

(r)


Functions

FLA_Error FLA_Negate (FLA_Obj x)
void FLA_F2C() fla_negate_f (F_INT *x, F_INT *IERROR)

Function Documentation

FLA_Error FLA_Negate ( FLA_Obj  x  ) 

References FLA_Check_error_level(), FLA_MINUS_ONE, FLA_Negate_check(), and FLA_Scal_external().

Referenced by FLA_Inv_scal_external(), FLA_Inv_scalc_external(), fla_negate_f(), and FLA_Scalc_external().

00036 {
00037   if ( FLA_Check_error_level() >= FLA_MIN_ERROR_CHECKING )
00038     FLA_Negate_check( x );
00039 
00040   return FLA_Scal_external( FLA_MINUS_ONE, x );
00041 }

void FLA_F2C() fla_negate_f ( F_INT *  x,
F_INT *  IERROR 
)

References FLA_Negate().

00045 {
00046   *IERROR = FLA_Negate( *( ( FLA_Obj * ) x ) );
00047 }


Generated on Mon Jul 6 05:45:53 2009 for libflame by  doxygen 1.5.9