OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DECDPUN
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/libdecnumber/
decNumber.h
53
#define
DECDPUN
3 /* DECimal Digits Per UNit [must be >0 */
66
#if
DECDPUN
<=2
68
#elif
DECDPUN
<=4
73
/* The number of units needed is ceil(DECNUMDIGITS/
DECDPUN
) */
74
#define DECNUMUNITS ((DECNUMDIGITS+
DECDPUN
-1)/
DECDPUN
)
87
/* 1. If digits is >
DECDPUN
then there will one or more */
96
/* contains
DECDPUN
digits (e.g., a value in the range 0 through */
97
/* 99999999 if
DECDPUN
is 8, or 0 through 999 if
DECDPUN
is 3). *
[
all
...]
/src/external/gpl3/gcc.old/dist/libdecnumber/
decNumber.h
53
#define
DECDPUN
3 /* DECimal Digits Per UNit [must be >0 */
66
#if
DECDPUN
<=2
68
#elif
DECDPUN
<=4
73
/* The number of units needed is ceil(DECNUMDIGITS/
DECDPUN
) */
74
#define DECNUMUNITS ((DECNUMDIGITS+
DECDPUN
-1)/
DECDPUN
)
87
/* 1. If digits is >
DECDPUN
then there will one or more */
96
/* contains
DECDPUN
digits (e.g., a value in the range 0 through */
97
/* 99999999 if
DECDPUN
is 8, or 0 through 999 if
DECDPUN
is 3). *
[
all
...]
/src/external/gpl3/gdb/dist/libdecnumber/
decNumber.h
53
#define
DECDPUN
3 /* DECimal Digits Per UNit [must be >0 */
66
#if
DECDPUN
<=2
68
#elif
DECDPUN
<=4
73
/* The number of units needed is ceil(DECNUMDIGITS/
DECDPUN
) */
74
#define DECNUMUNITS ((DECNUMDIGITS+
DECDPUN
-1)/
DECDPUN
)
87
/* 1. If digits is >
DECDPUN
then there will one or more */
96
/* contains
DECDPUN
digits (e.g., a value in the range 0 through */
97
/* 99999999 if
DECDPUN
is 8, or 0 through 999 if
DECDPUN
is 3). *
[
all
...]
/src/external/gpl3/gdb.old/dist/libdecnumber/
decNumber.h
53
#define
DECDPUN
3 /* DECimal Digits Per UNit [must be >0 */
66
#if
DECDPUN
<=2
68
#elif
DECDPUN
<=4
73
/* The number of units needed is ceil(DECNUMDIGITS/
DECDPUN
) */
74
#define DECNUMUNITS ((DECNUMDIGITS+
DECDPUN
-1)/
DECDPUN
)
87
/* 1. If digits is >
DECDPUN
then there will one or more */
96
/* contains
DECDPUN
digits (e.g., a value in the range 0 through */
97
/* 99999999 if
DECDPUN
is 8, or 0 through 999 if
DECDPUN
is 3). *
[
all
...]
Completed in 62 milliseconds
Indexes created Wed Mar 18 00:23:26 UTC 2026