OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DECMAXD2U
(Results
1 - 4
of
4
) sorted by relevancy
/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)
/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)
/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)
/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)
Completed in 71 milliseconds
Indexes created Wed Mar 18 00:23:26 UTC 2026