OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:D2U
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/gpl3/gcc/dist/libdecnumber/
decNumber.c
184
/* Public lookup table used by the
D2U
macro */
653
Int needbytes=
D2U
(d)*sizeof(Unit);/* bytes needed */
667
up=res+
D2U
(d)-1; /* -> msu */
816
msua=ua+
D2U
(lhs->digits)-1; /* -> msu of lhs */
817
msub=ub+
D2U
(rhs->digits)-1; /* -> msu of rhs */
818
msuc=uc+
D2U
(set->digits)-1; /* -> msu of result */
944
needbytes=sizeof(decNumber)+(
D2U
(lhs->digits)-1)*sizeof(Unit);
958
needbytes=sizeof(decNumber)+(
D2U
(rhs->digits)-1)*sizeof(Unit);
1137
needbytes=sizeof(decNumber)+(
D2U
(dcmul.digits)-1)*sizeof(Unit);
1210
msua=ua+
D2U
(rhs->digits)-1; /* -> msu of rhs *
[
all
...]
decNumberLocal.h
195
/* digits, and D2UTABLE -- the initializer for the
D2U
table */
247
/* Public lookup table used by the
D2U
macro (see below) */
256
/*
D2U
-- return the number of Units needed to hold d digits */
259
#define
D2U
(d) ((unsigned)((d)<=DECMAXD2U?d2utable[d]:((d)+7)>>3))
261
#define
D2U
(d) ((unsigned)((d)<=DECMAXD2U?d2utable[d]:((d)+3)>>2))
263
#define
D2U
(d) ((d)<=DECMAXD2U?d2utable[d]:((d)+DECDPUN-1)/DECDPUN)
265
/* SD2U -- static
D2U
macro (for compile-time calculation) */
269
/* using
D2U
*/
270
#define MSUDIGITS(d) ((d)-(
D2U
(d)-1)*DECDPUN)
/src/external/gpl3/gcc.old/dist/libdecnumber/
decNumber.c
184
/* Public lookup table used by the
D2U
macro */
653
Int needbytes=
D2U
(d)*sizeof(Unit);/* bytes needed */
667
up=res+
D2U
(d)-1; /* -> msu */
816
msua=ua+
D2U
(lhs->digits)-1; /* -> msu of lhs */
817
msub=ub+
D2U
(rhs->digits)-1; /* -> msu of rhs */
818
msuc=uc+
D2U
(set->digits)-1; /* -> msu of result */
944
needbytes=sizeof(decNumber)+(
D2U
(lhs->digits)-1)*sizeof(Unit);
958
needbytes=sizeof(decNumber)+(
D2U
(rhs->digits)-1)*sizeof(Unit);
1137
needbytes=sizeof(decNumber)+(
D2U
(dcmul.digits)-1)*sizeof(Unit);
1210
msua=ua+
D2U
(rhs->digits)-1; /* -> msu of rhs *
[
all
...]
decNumberLocal.h
195
/* digits, and D2UTABLE -- the initializer for the
D2U
table */
247
/* Public lookup table used by the
D2U
macro (see below) */
256
/*
D2U
-- return the number of Units needed to hold d digits */
259
#define
D2U
(d) ((unsigned)((d)<=DECMAXD2U?d2utable[d]:((d)+7)>>3))
261
#define
D2U
(d) ((unsigned)((d)<=DECMAXD2U?d2utable[d]:((d)+3)>>2))
263
#define
D2U
(d) ((d)<=DECMAXD2U?d2utable[d]:((d)+DECDPUN-1)/DECDPUN)
265
/* SD2U -- static
D2U
macro (for compile-time calculation) */
269
/* using
D2U
*/
270
#define MSUDIGITS(d) ((d)-(
D2U
(d)-1)*DECDPUN)
/src/external/gpl3/gdb/dist/libdecnumber/
decNumber.c
184
/* Public lookup table used by the
D2U
macro */
653
Int needbytes=
D2U
(d)*sizeof(Unit);/* bytes needed */
667
up=res+
D2U
(d)-1; /* -> msu */
816
msua=ua+
D2U
(lhs->digits)-1; /* -> msu of lhs */
817
msub=ub+
D2U
(rhs->digits)-1; /* -> msu of rhs */
818
msuc=uc+
D2U
(set->digits)-1; /* -> msu of result */
944
needbytes=sizeof(decNumber)+(
D2U
(lhs->digits)-1)*sizeof(Unit);
958
needbytes=sizeof(decNumber)+(
D2U
(rhs->digits)-1)*sizeof(Unit);
1137
needbytes=sizeof(decNumber)+(
D2U
(dcmul.digits)-1)*sizeof(Unit);
1210
msua=ua+
D2U
(rhs->digits)-1; /* -> msu of rhs *
[
all
...]
decNumberLocal.h
195
/* digits, and D2UTABLE -- the initializer for the
D2U
table */
247
/* Public lookup table used by the
D2U
macro (see below) */
256
/*
D2U
-- return the number of Units needed to hold d digits */
259
#define
D2U
(d) ((unsigned)((d)<=DECMAXD2U?d2utable[d]:((d)+7)>>3))
261
#define
D2U
(d) ((unsigned)((d)<=DECMAXD2U?d2utable[d]:((d)+3)>>2))
263
#define
D2U
(d) ((d)<=DECMAXD2U?d2utable[d]:((d)+DECDPUN-1)/DECDPUN)
265
/* SD2U -- static
D2U
macro (for compile-time calculation) */
269
/* using
D2U
*/
270
#define MSUDIGITS(d) ((d)-(
D2U
(d)-1)*DECDPUN)
/src/external/gpl3/gdb.old/dist/libdecnumber/
decNumber.c
184
/* Public lookup table used by the
D2U
macro */
653
Int needbytes=
D2U
(d)*sizeof(Unit);/* bytes needed */
667
up=res+
D2U
(d)-1; /* -> msu */
816
msua=ua+
D2U
(lhs->digits)-1; /* -> msu of lhs */
817
msub=ub+
D2U
(rhs->digits)-1; /* -> msu of rhs */
818
msuc=uc+
D2U
(set->digits)-1; /* -> msu of result */
944
needbytes=sizeof(decNumber)+(
D2U
(lhs->digits)-1)*sizeof(Unit);
958
needbytes=sizeof(decNumber)+(
D2U
(rhs->digits)-1)*sizeof(Unit);
1137
needbytes=sizeof(decNumber)+(
D2U
(dcmul.digits)-1)*sizeof(Unit);
1210
msua=ua+
D2U
(rhs->digits)-1; /* -> msu of rhs *
[
all
...]
decNumberLocal.h
195
/* digits, and D2UTABLE -- the initializer for the
D2U
table */
247
/* Public lookup table used by the
D2U
macro (see below) */
256
/*
D2U
-- return the number of Units needed to hold d digits */
259
#define
D2U
(d) ((unsigned)((d)<=DECMAXD2U?d2utable[d]:((d)+7)>>3))
261
#define
D2U
(d) ((unsigned)((d)<=DECMAXD2U?d2utable[d]:((d)+3)>>2))
263
#define
D2U
(d) ((d)<=DECMAXD2U?d2utable[d]:((d)+DECDPUN-1)/DECDPUN)
265
/* SD2U -- static
D2U
macro (for compile-time calculation) */
269
/* using
D2U
*/
270
#define MSUDIGITS(d) ((d)-(
D2U
(d)-1)*DECDPUN)
/src/external/gpl3/gcc/dist/libdecnumber/dpd/
decimal64.c
636
source=dn->lsu+
D2U
(digits)-1; /* where msu comes from */
637
target=uar+
D2U
(digits)-1+
D2U
(shift);/* where upper part of first cut goes */
643
first=uar+
D2U
(digits+shift)-1; /* where msu will end up */
/src/external/gpl3/gcc.old/dist/libdecnumber/dpd/
decimal64.c
637
source=dn->lsu+
D2U
(digits)-1; /* where msu comes from */
638
target=uar+
D2U
(digits)-1+
D2U
(shift);/* where upper part of first cut goes */
644
first=uar+
D2U
(digits+shift)-1; /* where msu will end up */
/src/external/gpl3/gdb/dist/libdecnumber/dpd/
decimal64.c
637
source=dn->lsu+
D2U
(digits)-1; /* where msu comes from */
638
target=uar+
D2U
(digits)-1+
D2U
(shift);/* where upper part of first cut goes */
644
first=uar+
D2U
(digits+shift)-1; /* where msu will end up */
/src/external/gpl3/gdb.old/dist/libdecnumber/dpd/
decimal64.c
637
source=dn->lsu+
D2U
(digits)-1; /* where msu comes from */
638
target=uar+
D2U
(digits)-1+
D2U
(shift);/* where upper part of first cut goes */
644
first=uar+
D2U
(digits+shift)-1; /* where msu will end up */
Completed in 31 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026