[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

Other operations on scalars

Function: void ap_scalar_neg (ap_scalar_t* rop, ap_scalar_t* op)
Negation.

Function: void ap_scalar_inv (ap_scalar_t* rop, ap_scalar_t* op)
Inversion. Not exact for DOUBLE type.

Function: void ap_scalar_swap (ap_scalar_t* op1, ap_scalar_t* op2)
Exchange the values of op1 and op2.

Function: int ap_scalar_hash (ap_scalar_t* op)
Return an hash code (for instance for OCaml interface).

Function: void ap_scalar_fprint (FILE* stream, ap_scalar_t* op)
Print op on the stream stream.



This document was generated on September, 10 2009 using texi2html