Open64 (mfef90, whirl2f, and IR tools)  TAG: version-openad; SVN changeset: 916
cray_fadd.c File Reference
#include "arith.internal.h"
Include dependency graph for cray_fadd.c:

Go to the source code of this file.

Functions

int ar_cfadd64 (AR_CRAY_64 *x, const AR_CRAY_64 *a, const AR_CRAY_64 *b)
int ar_cfsub64 (AR_CRAY_64 *x, const AR_CRAY_64 *a, const AR_CRAY_64 *b)
int ar_cfadd128 (AR_CRAY_128 *x, const AR_CRAY_128 *a, const AR_CRAY_128 *b)
int ar_cfsub128 (AR_CRAY_128 *x, const AR_CRAY_128 *a, const AR_CRAY_128 *b)

Variables

static char USMID [] = "\n%Z%%M% %I% %G% %U%\n"
static char rcsid [] = "$Id: cray_fadd.c,v 1.1.1.1 2002-05-22 20:06:18 dsystem Exp $"

Function Documentation

int ar_cfsub128 ( AR_CRAY_128 x,
const AR_CRAY_128 a,
const AR_CRAY_128 b 
)

Definition at line 272 of file cray_fadd.c.

References ar_cfadd128(), and AR_CRAY_128::sign.

Referenced by ar_cfcmp128(), AR_subtract(), and main().

Here is the call graph for this function:

int ar_cfsub64 ( AR_CRAY_64 x,
const AR_CRAY_64 a,
const AR_CRAY_64 b 
)

Definition at line 138 of file cray_fadd.c.

References ar_cfadd64(), and AR_CRAY_64::sign.

Referenced by ar_cfcmp64(), ar_cfdiv128(), ar_sim(), AR_subtract(), and main().

Here is the call graph for this function:


Variable Documentation

char rcsid[] = "$Id: cray_fadd.c,v 1.1.1.1 2002-05-22 20:06:18 dsystem Exp $" [static]

Definition at line 284 of file cray_fadd.c.

char USMID[] = "\n%Z%%M% %I% %G% %U%\n" [static]

Definition at line 283 of file cray_fadd.c.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines