HomeSort by: relevance | last modified time | path
    Searched defs:DOUBLE (Results 1 - 20 of 20) sorted by relevancy

  /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/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/sys/ufs/ext2fs/
ext2fs_inode.c 280 #define DOUBLE 1 /* index of double indirect block */
375 lastiblock[DOUBLE] = lastiblock[SINGLE] - EXT2_NINDIR(fs);
376 lastiblock[TRIPLE] = lastiblock[DOUBLE] - EXT2_NINDIR(fs) * EXT2_NINDIR(fs);
424 indir_lbn[DOUBLE] = indir_lbn[SINGLE] - EXT2_NINDIR(fs) -1;
425 indir_lbn[TRIPLE] = indir_lbn[DOUBLE] - EXT2_NINDIR(fs) * EXT2_NINDIR(fs) - 1;
526 * double(triple) indirect before single(double) indirect, calls
  /src/sys/ufs/ffs/
ffs_inode.c 200 #define DOUBLE 1 /* index of double indirect block */
411 lastiblock[DOUBLE] = lastiblock[SINGLE] - FFS_NINDIR(fs);
412 lastiblock[TRIPLE] = lastiblock[DOUBLE] - FFS_NINDIR(fs) * FFS_NINDIR(fs);
470 indir_lbn[DOUBLE] = indir_lbn[SINGLE] - FFS_NINDIR(fs) - 1;
471 indir_lbn[TRIPLE] = indir_lbn[DOUBLE] - FFS_NINDIR(fs) * FFS_NINDIR(fs) - 1;
669 * double(triple) indirect before single(double) indirect, calls
  /src/sys/ufs/lfs/
lfs_inode.c 204 #define DOUBLE 1 /* index of double indirect block */
445 lastiblock[DOUBLE] = lastiblock[SINGLE] - LFS_NINDIR(fs);
446 lastiblock[TRIPLE] = lastiblock[DOUBLE] - LFS_NINDIR(fs) * LFS_NINDIR(fs);
477 indir_lbn[DOUBLE] = indir_lbn[SINGLE] - LFS_NINDIR(fs) - 1;
478 indir_lbn[TRIPLE] = indir_lbn[DOUBLE] - LFS_NINDIR(fs) * LFS_NINDIR(fs) - 1;
757 * double(triple) indirect before single(double) indirect, calls
  /src/usr.bin/xlint/common/
lint.h 81 DOUBLE, /* double or, with tflag, long float */
82 LDOUBLE, /* long double */
85 DCOMPLEX, /* double _Complex */
86 LCOMPLEX, /* long double _Complex */
  /src/sbin/newfs_ext2fs/
mke2fs.c 448 * the second level double indirect reference blocks in
1095 * EXT2_RESIZEINO uses only double indirect reference
1102 * We have to allocate a block for the first level double
1145 #define DOUBLE 1 /* index of double indirect block */
1155 /* allocate a block for the first level double indirect reference */
1156 node.e2di_blocks[EXT2FS_NDADDR + DOUBLE] =
1158 if (node.e2di_blocks[EXT2FS_NDADDR + DOUBLE] == 0)
1241 wtfs(EXT2_FSBTODB(&sblock, node.e2di_blocks[EXT2FS_NDADDR + DOUBLE]),
  /src/external/gpl3/gcc/dist/libdecnumber/
decCommon.c 42 /* (which will always be compiled if DOUBLE or SINGLE are used). */
53 #define DOUBLE 0
58 #define DOUBLE 1
63 #define DOUBLE 0
235 #elif DOUBLE
668 /* and all except sign are ignored if df is infinite. For DOUBLE */
710 /* and all digits must be 0 if df is infinite. For DOUBLE and */
1746 #elif DOUBLE
1774 #if DOUBLE || QUAD
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decCommon.c 42 /* (which will always be compiled if DOUBLE or SINGLE are used). */
53 #define DOUBLE 0
58 #define DOUBLE 1
63 #define DOUBLE 0
235 #elif DOUBLE
668 /* and all except sign are ignored if df is infinite. For DOUBLE */
710 /* and all digits must be 0 if df is infinite. For DOUBLE and */
1746 #elif DOUBLE
1774 #if DOUBLE || QUAD
  /src/external/gpl3/gdb/dist/libdecnumber/
decCommon.c 42 /* (which will always be compiled if DOUBLE or SINGLE are used). */
53 #define DOUBLE 0
58 #define DOUBLE 1
63 #define DOUBLE 0
235 #elif DOUBLE
668 /* and all except sign are ignored if df is infinite. For DOUBLE */
710 /* and all digits must be 0 if df is infinite. For DOUBLE and */
1746 #elif DOUBLE
1774 #if DOUBLE || QUAD
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decCommon.c 42 /* (which will always be compiled if DOUBLE or SINGLE are used). */
53 #define DOUBLE 0
58 #define DOUBLE 1
63 #define DOUBLE 0
235 #elif DOUBLE
668 /* and all except sign are ignored if df is infinite. For DOUBLE */
710 /* and all digits must be 0 if df is infinite. For DOUBLE and */
1746 #elif DOUBLE
1774 #if DOUBLE || QUAD
  /src/external/bsd/pcc/dist/pcc/mip/
manifest.h 77 #define DOUBLE 13
186 * The double-linked list is insque-style.
188 /* Double-linked list macros */
  /src/external/gpl3/gdb/dist/gdb/
amdgpu-tdep.c 126 DOUBLE,
185 : amd_dbgapi_register_type (kind::DOUBLE, "double")
477 && kind != amd_dbgapi_register_type::kind::DOUBLE
495 else if (name == "double")
709 case amd_dbgapi_register_type::kind::DOUBLE:
  /src/external/gpl3/gdb.old/dist/gdb/
amdgpu-tdep.c 128 DOUBLE,
187 : amd_dbgapi_register_type (kind::DOUBLE, "double")
479 && kind != amd_dbgapi_register_type::kind::DOUBLE
497 else if (name == "double")
711 case amd_dbgapi_register_type::kind::DOUBLE:
  /src/external/bsd/tmux/dist/
server-client.c 688 DOUBLE,
697 type = DOUBLE;
700 log_debug("double-click at %u,%u", x, y);
889 type != DOUBLE &&
1862 case DOUBLE:
3012 /* Double-click callback. */
3024 * have been a double click.
  /src/external/gpl3/binutils/dist/gas/config/
tc-ns32k.c 329 #define DOUBLE 2
348 {(8192), (-8192), 2, IND (BRANCH, DOUBLE)},
941 case 'D': /* Double-word. */
942 case 'A': /* Double-word gen-address-form ie no regs
1391 11xxxxxx xxxxxxxx xxxxxxxx xxxxxxxx double word
1427 as_bad (_("value of %ld out of double word displacement range."), val);
2032 case IND (BRANCH, DOUBLE):
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-ns32k.c 329 #define DOUBLE 2
348 {(8192), (-8192), 2, IND (BRANCH, DOUBLE)},
941 case 'D': /* Double-word. */
942 case 'A': /* Double-word gen-address-form ie no regs
1391 11xxxxxx xxxxxxxx xxxxxxxx xxxxxxxx double word
1427 as_bad (_("value of %ld out of double word displacement range."), val);
2032 case IND (BRANCH, DOUBLE):

Completed in 58 milliseconds