#include "defs.h"#include "quad.h"
Go to the source code of this file.
Classes | |
| union | _dval |
| union | _ldblval |
Defines | |
| #define | SIGNBIT(X) (((_dval *)&(X))->fparts.sign) |
| #define | EXPONENT(X) (((_dval *)&(X))->fparts.exp) |
| #define | min(x, y) ((x)<(y)? (x): (y)) |
| #define | max(x, y) ((x)>(y)? (x): (y)) |
| #define | c_q_to_a __c_q_to_a |
| #define | HI (value.fwords.hi) |
| #define | LO (value.fwords.lo) |
Functions | |
| void | c_qtenscale (_ldblval *, INT32, INT32 *) |
| static INT32 | c_qtoa (char *buffer, INT32 ndigit, QUAD x, INT32 fflag) |
| INT | c_q_to_a (char *str, QUAD x, INT *p_err) |
| #define c_q_to_a __c_q_to_a |
Definition at line 111 of file c_q_to_a.c.
| #define EXPONENT | ( | X | ) | (((_dval *)&(X))->fparts.exp) |
Definition at line 97 of file c_q_to_a.c.
Referenced by c_qtoa().
| #define HI (value.fwords.hi) |
| #define LO (value.fwords.lo) |
| #define max | ( | x, | ||
| y | ||||
| ) | ((x)>(y)? (x): (y)) |
Definition at line 104 of file c_q_to_a.c.
| #define min | ( | x, | ||
| y | ||||
| ) | ((x)<(y)? (x): (y)) |
Definition at line 103 of file c_q_to_a.c.
Referenced by ANL_PRAGMA_CONSTRUCT::_Get_Max_Construct_Srcpos(), c_qtoa(), SEGMENTED_ARRAY< T, block_size >::Get_block_size(), RELATED_SEGMENTED_ARRAY< T, block_size >::Get_block_size(), and ISA_Create_Lit_Class().
| #define SIGNBIT | ( | X | ) | (((_dval *)&(X))->fparts.sign) |
Definition at line 96 of file c_q_to_a.c.
Referenced by c_qtoa().
Definition at line 125 of file c_q_to_a.c.
References c_qtoa().

Definition at line 245 of file c_q_to_a.c.
References c_qtenscale(), _dval::d, EXPONENT, HI, QUAD::hi, _ldblval::hi, LO, QUAD::lo, _ldblval::lo, min, _ldblval::qparts, s, and SIGNBIT.
Referenced by c_q_to_a().

1.7.1