Open64 (mfef90, whirl2f, and IR tools)  TAG: version-openad; SVN changeset: 916
s2ub.c File Reference
#include <cray/fmtconv.h>
#include <cray/portdefs.h>
Include dependency graph for s2ub.c:

Go to the source code of this file.

Defines

#define MXDGTS   64 /* Number of digits in one binary word */
#define MXSIZE   (MXDGTS + 1) /* Size of one binary word plus blank */
#define DGSIZE   1 /* Size of one binary digit (in bits) */
#define UNDP   (MODEUN | MODEDP)

Functions

long * _S2UB (const void *value, long *fca, const long *mode, const long *width, const long *digits, const long *exp, const long *scale)

Variables

oc_func _S2UB

Define Documentation

#define DGSIZE   1 /* Size of one binary digit (in bits) */

Definition at line 44 of file s2ub.c.

#define MXDGTS   64 /* Number of digits in one binary word */

Definition at line 42 of file s2ub.c.

Referenced by _S2UB().

#define MXSIZE   (MXDGTS + 1) /* Size of one binary word plus blank */

Definition at line 43 of file s2ub.c.

Referenced by _S2UB().

#define UNDP   (MODEUN | MODEDP)

Definition at line 47 of file s2ub.c.

Referenced by _S2UB().


Function Documentation

long* _S2UB ( const void *  value,
long *  fca,
const long *  mode,
const long *  width,
const long *  digits,
const long *  exp,
const long *  scale 
)

Definition at line 72 of file s2ub.c.

References _S2UB, _s2ub, fd, MXDGTS, MXSIZE, and UNDP.


Variable Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines