OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DECMAXD2U
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libdecnumber/
decNumberLocal.h
248
#define
DECMAXD2U
49
249
extern const uByte d2utable[
DECMAXD2U
+1];
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)
decNumber.c
185
const uByte d2utable[
DECMAXD2U
+1]=D2UTABLE;
/src/external/gpl3/gcc/dist/libdecnumber/
decNumberLocal.h
248
#define
DECMAXD2U
49
249
extern const uByte d2utable[
DECMAXD2U
+1];
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)
decNumber.c
185
const uByte d2utable[
DECMAXD2U
+1]=D2UTABLE;
/src/external/gpl3/gdb/dist/libdecnumber/
decNumberLocal.h
248
#define
DECMAXD2U
49
249
extern const uByte d2utable[
DECMAXD2U
+1];
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)
decNumber.c
185
const uByte d2utable[
DECMAXD2U
+1]=D2UTABLE;
/src/external/gpl3/gdb.old/dist/libdecnumber/
decNumberLocal.h
248
#define
DECMAXD2U
49
249
extern const uByte d2utable[
DECMAXD2U
+1];
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)
decNumber.c
185
const uByte d2utable[
DECMAXD2U
+1]=D2UTABLE;
Completed in 284 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026