OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DOUBLE
(Results
1 - 14
of
14
) sorted by relevancy
/src/usr.bin/xlint/common/
inittyp.c
103
typeinfo("
double
",
DOUBLE
,
DOUBLE
, DOUBLE_SIZE, 2, 'f'),
104
typeinfo("long
double
", LDOUBLE, LDOUBLE, LDOUBLE_SIZE, 3, 'f'),
112
typeinfo("
double
_Complex", DCOMPLEX, DCOMPLEX,
114
typeinfo("long
double
_Complex", LCOMPLEX, LCOMPLEX,
lint.h
83
DOUBLE
, /*
double
or, with tflag, long float */
84
LDOUBLE, /* long
double
*/
87
DCOMPLEX, /*
double
_Complex */
88
LCOMPLEX, /* long
double
_Complex */
/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/usr.bin/xlint/lint2/
chk.c
509
t1 =
DOUBLE
;
777
sz =
DOUBLE
;
778
if (sz !=
DOUBLE
&& sz != LDOUBLE)
950
sz =
DOUBLE
;
956
sz =
DOUBLE
;
971
sz =
DOUBLE
;
1217
t =
DOUBLE
;
read.c
594
case 'l': /* 'long
double
' */
622
return s == 's' ? FLOAT : (s == 'l' ? LDOUBLE :
DOUBLE
);
832
t =
DOUBLE
;
/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;
754
*
double
(triple) indirect before single(
double
) indirect, calls
/src/share/misc/
style
201
#include "pathnames.h" /* Local includes in
double
quotes. */
234
#define
DOUBLE
(x) ((x) * 2)
436
double
five;
/src/usr.bin/xlint/lint1/
lex.c
150
kwdef_type( "
double
",
DOUBLE
, 78),
647
t = imaginary ? DCOMPLEX :
DOUBLE
;
649
if (!allow_c90 && t !=
DOUBLE
)
655
long
double
ld = strtold(cp, &eptr);
667
} else if (t ==
DOUBLE
669
ld = (
double
)ld;
decl.c
282
lt =
DOUBLE
;
283
else if (t2 ==
DOUBLE
)
355
else if (dcs->d_complex_mod ==
DOUBLE
)
393
} else if (t == FLOAT || t ==
DOUBLE
) {
726
t =
DOUBLE
;
728
/* use '
double
' instead of 'long float' */
731
if ((l == LONG && t ==
DOUBLE
) || t == LDOUBLE) {
736
/* 'long
double
' requires C90 or later */
2271
t =
DOUBLE
;
2405
sym->s_type = gettyp(
DOUBLE
);
[
all
...]
tree.c
966
LDOUBLE,
DOUBLE
, FLOAT,
1007
if (lt ==
DOUBLE
|| rt ==
DOUBLE
)
1008
return
DOUBLE
;
1775
t =
DOUBLE
;
1878
static long
double
1879
floating_error_value(tspec_t t, long
double
lv)
1883
if (t ==
DOUBLE
)
1889
* 'long
double
' is IEEE-754-binary128, affecting the macro LDBL_MAX
1890
* below. The type 'long
double
', as well as the strtol
[
all
...]
/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/sys/arch/m68k/060sp/dist/
fplsp.s
413
set DBL_BIAS, 0x03ff #
double
precision bias
510
set d_mode, 0x8 #
double
precision
4924
# rounded to
double
precision. The result is provably monotonic #
4925
# in
double
precision. #
5089
#--NOTE THAT A3 THROUGH A7 ARE STORED IN
DOUBLE
PRECISION
5090
#--WHILE A1 AND A2 ARE IN
DOUBLE
-EXTENDED FORMAT.
5142
#--NOTE THAT B4 THROUGH B8 ARE STORED IN
DOUBLE
PRECISION
5143
#--WHILE B2 AND B3 ARE IN
DOUBLE
-EXTENDED FORMAT, B1 IS -1/2
5629
# rounded to
double
precision. The result is provably monotonic #
5630
# in
double
precision.
[
all
...]
fpsp.s
433
set DBL_BIAS, 0x03ff #
double
precision bias
530
set d_mode, 0x8 #
double
precision
1270
# precision format if the src format was single or
double
and the
1436
# or
double
precision denorm, inf, or nan, the operand needs to be
2307
# have to make sure that for single or
double
source operands that the
3726
# through here. so can
double
and single precision.
5030
# rounded to
double
precision. The result is provably monotonic #
5031
# in
double
precision. #
5195
#--NOTE THAT A3 THROUGH A7 ARE STORED IN
DOUBLE
PRECISION
5196
#--WHILE A1 AND A2 ARE IN
DOUBLE
-EXTENDED FORMAT
[
all
...]
Completed in 30 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025