| /src/external/gpl3/gdb/dist/gnulib/import/ |
| frexp.c | 1 /* Split a double into fraction and mantissa. 41 # define DOUBLE long double 49 # define DOUBLE double 57 DOUBLE 58 FUNC (DOUBLE x, int *expptr) 83 DOUBLE pow2[64]; /* pow2[i] = 2^2^i */ 84 DOUBLE powh[64]; /* powh[i] = 2^-2^i */ 91 DOUBLE pow2_i; /* = pow2[i] * [all...] |
| isnan.c | 24 extern int rpl_isnanl (long double x) _GL_ATTRIBUTE_CONST; 27 extern int rpl_isnand (double x); 40 # define DOUBLE long double 52 # define DOUBLE double 64 # define DOUBLE float 79 ((sizeof (DOUBLE) + sizeof (unsigned int) - 1) / sizeof (unsigned int)) 80 typedef union { DOUBLE value; unsigned int word[NWORDS]; } memory_double; 94 FUNC (DOUBLE x [all...] |
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| frexp.c | 1 /* Split a double into fraction and mantissa. 41 # define DOUBLE long double 49 # define DOUBLE double 57 DOUBLE 58 FUNC (DOUBLE x, int *expptr) 83 DOUBLE pow2[64]; /* pow2[i] = 2^2^i */ 84 DOUBLE powh[64]; /* powh[i] = 2^-2^i */ 91 DOUBLE pow2_i; /* = pow2[i] * [all...] |
| isnan.c | 24 extern int rpl_isnanl (long double x) _GL_ATTRIBUTE_CONST; 27 extern int rpl_isnand (double x); 40 # define DOUBLE long double 52 # define DOUBLE double 64 # define DOUBLE float 79 ((sizeof (DOUBLE) + sizeof (unsigned int) - 1) / sizeof (unsigned int)) 80 typedef union { DOUBLE value; unsigned int word[NWORDS]; } memory_double; 94 FUNC (DOUBLE x [all...] |
| /src/external/gpl2/groff/dist/src/include/ |
| errarg.h | 24 enum { EMPTY, STRING, CHAR, INTEGER, UNSIGNED_INTEGER, DOUBLE } type; 30 double d; 39 errarg(double);
|
| /src/external/gpl2/groff/dist/src/libs/libgroff/ |
| errarg.cpp | 57 errarg::errarg(double dd) : type(DOUBLE) 87 case DOUBLE:
|
| /src/external/bsd/pcc/dist/pcc/arch/sparc64/ |
| local.c | 75 p->n_type != FLOAT && p->n_type != DOUBLE && 76 l->n_type != FLOAT && l->n_type != DOUBLE && 77 l->n_type != DOUBLE && p->n_type != LDOUBLE) { 88 if ((l->n_type == FLOAT || l->n_type == DOUBLE || l->n_type == LDOUBLE) 119 case DOUBLE: 200 union { float f; double d; int i; long long l; } u; 207 case DOUBLE: 208 u.d = (double)p->n_dcon;
|
| local2.c | 120 case DOUBLE: 363 else if (t == DOUBLE) printf("fmovd"); 374 if (t == DOUBLE)
|
| macdefs.h | 110 #define szty(t) ((ISPTR(t) || (t) == DOUBLE || \ 207 #define RETREG(x) ((x)==DOUBLE ? D0 : (x)==FLOAT ? F1 : O0) 208 #define RETREG_PRE(x) ((x)==DOUBLE ? D0 : (x)==FLOAT ? F1 : I0)
|
| /src/external/bsd/pcc/dist/pcc/arch/powerpc/ |
| local2.c | 234 case DOUBLE: 400 else if (p->n_op == PLUS && p->n_type == DOUBLE) ch = "adddf3"; 404 else if (p->n_op == MINUS && p->n_type == DOUBLE) ch = "subdf3"; 408 else if (p->n_op == MUL && p->n_type == DOUBLE) ch = "muldf3"; 412 else if (p->n_op == DIV && p->n_type == DOUBLE) ch = "divdf3"; 416 else if (p->n_op == UMINUS && p->n_type == DOUBLE) ch = "negdf2"; 420 else if (p->n_op == EQ && l->n_type == DOUBLE) ch = "eqdf2"; 424 else if (p->n_op == NE && l->n_type == DOUBLE) ch = "nedf2"; 428 else if (p->n_op == GE && l->n_type == DOUBLE) ch = "gedf2"; 432 else if (p->n_op == LE && l->n_type == DOUBLE) ch = "ledf2" [all...] |
| /src/external/bsd/pcc/dist/pcc/arch/arm/ |
| local2.c | 301 case DOUBLE: 497 else if (p->n_op == PLUS && p->n_type == DOUBLE) ch = "adddf3"; 501 else if (p->n_op == MINUS && p->n_type == DOUBLE) ch = "subdf3"; 505 else if (p->n_op == MUL && p->n_type == DOUBLE) ch = "muldf3"; 509 else if (p->n_op == DIV && p->n_type == DOUBLE) ch = "divdf3"; 513 else if (p->n_op == UMINUS && p->n_type == DOUBLE) ch = "negdf2"; 517 else if (p->n_op == EQ && l->n_type == DOUBLE) ch = "eqdf2"; 521 else if (p->n_op == NE && l->n_type == DOUBLE) ch = "nedf2"; 525 else if (p->n_op == GE && l->n_type == DOUBLE) ch = "gedf2"; 529 else if (p->n_op == LE && l->n_type == DOUBLE) ch = "ledf2" [all...] |
| local.c | 171 if (p->n_type != FLOAT && p->n_type != DOUBLE && 172 l->n_type != FLOAT && l->n_type != DOUBLE && 220 case DOUBLE: 243 (l->n_type == FLOAT || l->n_type == DOUBLE || 333 if (t == FLOAT || t == DOUBLE || t == LDOUBLE) 375 union { float f; double d; int i[2]; } u; 418 case DOUBLE: 419 u.d = (double)p->n_dcon;
|
| /src/external/bsd/pcc/dist/pcc/arch/mips/ |
| local2.c | 304 case DOUBLE: 423 else if (p->n_op == PLUS && p->n_type == DOUBLE) ch = "adddf3"; 427 else if (p->n_op == MINUS && p->n_type == DOUBLE) ch = "subdf3"; 431 else if (p->n_op == MUL && p->n_type == DOUBLE) ch = "muldf3"; 435 else if (p->n_op == DIV && p->n_type == DOUBLE) ch = "divdf3"; 439 else if (p->n_op == UMINUS && p->n_type == DOUBLE) ch = "negdf2"; 443 else if (p->n_op == EQ && l->n_type == DOUBLE) ch = "eqdf2"; 447 else if (p->n_op == NE && l->n_type == DOUBLE) ch = "nedf2"; 451 else if (p->n_op == GE && l->n_type == DOUBLE) ch = "gedf2"; 455 else if (p->n_op == LE && l->n_type == DOUBLE) ch = "ledf2" [all...] |
| /src/usr.bin/xlint/common/ |
| inittyp.c | 101 typeinfo("double", DOUBLE, DOUBLE, DOUBLE_SIZE, 2, 'f'), 102 typeinfo("long double", LDOUBLE, LDOUBLE, LDOUBLE_SIZE, 3, 'f'), 110 typeinfo("double _Complex", DCOMPLEX, DCOMPLEX, 112 typeinfo("long double _Complex", LCOMPLEX, LCOMPLEX,
|
| lint.h | 81 DOUBLE, /* double or, with tflag, long float */ 82 LDOUBLE, /* long double */ 85 DCOMPLEX, /* double _Complex */ 86 LCOMPLEX, /* long double _Complex */
|
| /src/external/bsd/pcc/dist/pcc/arch/pdp11/ |
| macdefs.h | 133 #define szty(t) ((t) == DOUBLE || (t) == LONGLONG || (t) == ULONGLONG ? 4 : \ 223 (x) == FLOAT || (x) == DOUBLE ? FR0 : R0) 225 //#define R2REGS 1 /* permit double indexing */
|
| local.c | 177 if (t == FLOAT || t == DOUBLE || t == LDOUBLE || 250 union { float f; double d; short s[4]; int i[2]; } u; 277 case DOUBLE: 278 u.d = (double)p->n_dcon; 287 case DOUBLE: 336 MODTYPE(type,DOUBLE);
|
| local2.c | 124 case DOUBLE: 225 if (spcoff || (p->n_type == FLOAT || p->n_type == DOUBLE)) 287 case '1': /* lower part of double regs */ 573 if (!fltwritten && (p->n_type == FLOAT || p->n_type == DOUBLE)) { 674 /* avoid trashing double regs */ 683 } else if (t == FLOAT || t == DOUBLE) { 727 if (t == FLOAT || t == DOUBLE || t == LDOUBLE) 740 if (t == DOUBLE) 774 if (p->n_type == FLOAT || p->n_type == DOUBLE ||
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/ |
| oleauto.d | 239 int DosDateTimeToVariantTime(ushort, ushort, double*); 240 int VariantTimeToDosDateTime(double, ushort*, ushort*); 241 int VariantTimeToSystemTime(double, LPSYSTEMTIME); 242 int SystemTimeToVariantTime(LPSYSTEMTIME, double*); 282 HRESULT VarUI1FromR8(double, ubyte*); 291 HRESULT VarI2FromR8(double, short*); 300 HRESULT VarI4FromR8(double, int*); 309 HRESULT VarR4FromR8(double, float*); 315 HRESULT VarR8FromUI1(ubyte, double*); 316 HRESULT VarR8FromI2(short, double*); [all...] |
| /src/external/bsd/pcc/dist/pcc/arch/m68k/ |
| macdefs.h | 125 (t) == DOUBLE || DEUNSIGN(t) == LONGLONG ? 2 : 1) 223 #define PCLASS(p) (p->n_type == FLOAT || p->n_type == DOUBLE || \ 237 #define RETREG(x) ((x) == FLOAT || (x) == DOUBLE || (x) == LDOUBLE ? FP0 : \ 244 #define TARGET_FLT_EVAL_METHOD 2 /* all as long double */
|
| local2.c | 136 case DOUBLE: 216 t == DOUBLE ? "d" : 551 else if (lt == DOUBLE) 559 else if (lt == DOUBLE) 570 case DOUBLE: 713 if (t == FLOAT || t == DOUBLE || t == LDOUBLE) 725 if (t == LONGLONG || t == ULONGLONG || t == DOUBLE)
|
| /src/external/bsd/pcc/dist/pcc/cc/ccom/ |
| builtins.c | 607 * to double will still be a NaN. 613 return binhelp(cast(ccopy(p), DOUBLE, 0), INT, "isnan"); 747 builtin_huge_val(const struct bitable *bt, P1ND *a) VALX(double,DOUBLE) 749 builtin_huge_vall(const struct bitable *bt, P1ND *a) VALX(long double,LDOUBLE) 768 if (sizeof(nLDOUBLE) < sizeof(long double)) 771 memcpy(&a->n_dcon->fp, nLDOUBLE, sizeof(long double)); 839 static TWORD fmaxt[] = { DOUBLE, DOUBLE }; 842 static TWORD scalbnt[] = { DOUBLE, INT } [all...] |
| /src/external/bsd/pcc/dist/pcc/arch/pdp10/ |
| local.c | 79 /* XXX last may be double */ 176 /* Change PCONV from int to double pointer to right shift */ 213 if (p->n_type != FLOAT && p->n_type != DOUBLE && 214 l->n_type != FLOAT && l->n_type != DOUBLE) { 231 if (ml == FLOAT || ml == DOUBLE) { 281 case DOUBLE: 475 case DOUBLE: 552 case DOUBLE: 659 double d = p->n_dcon; 663 sz == SZDOUBLE ? ".double" : ".float" [all...] |
| /src/external/bsd/pcc/dist/pcc/arch/nova/ |
| macdefs.h | 117 #define szty(t) ((t) == DOUBLE || (t) == LDOUBLE || \
|
| /src/external/bsd/pcc/dist/pcc/arch/amd64/ |
| macdefs.h | 216 #define PCLASS(p) (p->n_type == FLOAT || p->n_type == DOUBLE ? SBREG : \ 229 #define RETREG(x) (x == FLOAT || x == DOUBLE ? XMM0 : \
|