Concorde bigguy.h functions

Organizational index     Function index     Program index     Macro index     Data Types index    

CCbigguy_swrite

File:
BIGGUY/bigguy.c
Header:
bigguy.h
Prototype:
int CCbigguy_swrite (CC_SFILE *f, CCbigguy x)
Description:
NONE

CCbigguy_sread

File:
BIGGUY/bigguy.c
Header:
bigguy.h
Prototype:
int CCbigguy_sread (CC_SFILE *f, CCbigguy *x)
Description:
NONE

CCbigguy_addmult

File:
BIGGUY/bigguy.c
Header:
bigguy.h
Prototype:
void CCbigguy_addmult (CCbigguy *x, CCbigguy y, int m)
Description:
If an overflow occurs, an error message is output and the routine
aborts.  If CC_BIGGUY_BUILTIN is defined, this is implemented by a
macro, and has no overflow checking.

CCbigguy_cmp

File:
BIGGUY/bigguy.c
Header:
bigguy.h
Prototype:
int CCbigguy_cmp (CCbigguy x, CCbigguy y)
Description:
If CC_BIGGUY_BUILTIN is defined, this is implemented by a macro,
and has no overflow checking.

CCbigguytod

File:
BIGGUY/bigguy.c
Header:
bigguy.h
Prototype:
double CCbigguytod (CCbigguy x)
Description:
If CC_BIGGUY_BUILTIN is defined, this is implemented by a macro,
and has no overflow checking.

CCbigguy_itobigguy

File:
BIGGUY/bigguy.c
Header:
bigguy.h
Prototype:
CCbigguy CCbigguy_itobigguy (int d)
Description:
If CC_BIGGUY_BUILTIN is defined, this is implemented by a macro,
and has no overflow checking.

CCbigguy_dtobigguy

File:
BIGGUY/bigguy.c
Header:
bigguy.h
Prototype:
CCbigguy CCbigguy_dtobigguy (double d)
Description:
If an overflow occurs, an error message is output and the routine
aborts.  If CC_BIGGUY_BUILTIN is defined, this is implemented by a
macro, and has no overflow checking.

CCbigguy_ceil

File:
BIGGUY/bigguy.c
Header:
bigguy.h
Prototype:
CCbigguy CCbigguy_ceil (CCbigguy x)
Description:
If an overflow occurs, an error message is output and the routine
aborts.  If CC_BIGGUY_BUILTIN is defined, this is implemented by a
macro, and has no overflow checking.