Functions | |
FLA_Error | FLA_Negate (FLA_Obj x) |
void FLA_F2C() | fla_negate_f (F_INT *x, F_INT *IERROR) |
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 | |||
) |