OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEC_Rounded
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libdecnumber/
decContext.h
149
#define
DEC_Rounded
0x00000800
167
#define
DEC_Rounded
0x00000000
173
/* [DEC_Clamped, DEC_Lost_digits,
DEC_Rounded
, and DEC_Subnormal */
199
#define DEC_Information (DEC_Clamped |
DEC_Rounded
| DEC_Inexact \
202
#define DEC_Information (DEC_Clamped |
DEC_Rounded
| DEC_Inexact)
decContext.c
270
return decContextSetStatus(context,
DEC_Rounded
);
321
return decContextSetStatusQuiet(context,
DEC_Rounded
);
365
if (status==
DEC_Rounded
) return DEC_Condition_RO;
decNumber.c
2017
status|=DEC_Inexact|
DEC_Rounded
; /* deemed inexact */
2157
status|=DEC_Inexact|
DEC_Rounded
; /* deemed inexact */
3002
status|=(rstatus & ~(
DEC_Rounded
|DEC_Inexact));
3059
status|=DEC_Inexact|
DEC_Rounded
;
3065
status|=DEC_Inexact|
DEC_Rounded
;
3069
if (!ISZERO(t)) status|=DEC_Inexact|
DEC_Rounded
; /* not equal */
3074
if (todrop<0) status|=
DEC_Rounded
; /* ideally would add 0s */
3889
*status|=
DEC_Rounded
; /* [but exact] */
3916
*status|=
DEC_Rounded
; /* [but exact] */
5304
*status|=DEC_Inexact |
DEC_Rounded
; /* .. inexactly *
[
all
...]
/src/external/gpl3/gcc/dist/libdecnumber/
decContext.h
149
#define
DEC_Rounded
0x00000800
167
#define
DEC_Rounded
0x00000000
173
/* [DEC_Clamped, DEC_Lost_digits,
DEC_Rounded
, and DEC_Subnormal */
199
#define DEC_Information (DEC_Clamped |
DEC_Rounded
| DEC_Inexact \
202
#define DEC_Information (DEC_Clamped |
DEC_Rounded
| DEC_Inexact)
decContext.c
270
return decContextSetStatus(context,
DEC_Rounded
);
321
return decContextSetStatusQuiet(context,
DEC_Rounded
);
365
if (status==
DEC_Rounded
) return DEC_Condition_RO;
decNumber.c
2017
status|=DEC_Inexact|
DEC_Rounded
; /* deemed inexact */
2157
status|=DEC_Inexact|
DEC_Rounded
; /* deemed inexact */
3002
status|=(rstatus & ~(
DEC_Rounded
|DEC_Inexact));
3059
status|=DEC_Inexact|
DEC_Rounded
;
3065
status|=DEC_Inexact|
DEC_Rounded
;
3069
if (!ISZERO(t)) status|=DEC_Inexact|
DEC_Rounded
; /* not equal */
3074
if (todrop<0) status|=
DEC_Rounded
; /* ideally would add 0s */
3889
*status|=
DEC_Rounded
; /* [but exact] */
3916
*status|=
DEC_Rounded
; /* [but exact] */
5304
*status|=DEC_Inexact |
DEC_Rounded
; /* .. inexactly *
[
all
...]
/src/external/gpl3/gdb/dist/libdecnumber/
decContext.h
149
#define
DEC_Rounded
0x00000800
167
#define
DEC_Rounded
0x00000000
173
/* [DEC_Clamped, DEC_Lost_digits,
DEC_Rounded
, and DEC_Subnormal */
199
#define DEC_Information (DEC_Clamped |
DEC_Rounded
| DEC_Inexact \
202
#define DEC_Information (DEC_Clamped |
DEC_Rounded
| DEC_Inexact)
decContext.c
270
return decContextSetStatus(context,
DEC_Rounded
);
321
return decContextSetStatusQuiet(context,
DEC_Rounded
);
365
if (status==
DEC_Rounded
) return DEC_Condition_RO;
decNumber.c
2017
status|=DEC_Inexact|
DEC_Rounded
; /* deemed inexact */
2157
status|=DEC_Inexact|
DEC_Rounded
; /* deemed inexact */
3002
status|=(rstatus & ~(
DEC_Rounded
|DEC_Inexact));
3059
status|=DEC_Inexact|
DEC_Rounded
;
3065
status|=DEC_Inexact|
DEC_Rounded
;
3069
if (!ISZERO(t)) status|=DEC_Inexact|
DEC_Rounded
; /* not equal */
3074
if (todrop<0) status|=
DEC_Rounded
; /* ideally would add 0s */
3889
*status|=
DEC_Rounded
; /* [but exact] */
3916
*status|=
DEC_Rounded
; /* [but exact] */
5304
*status|=DEC_Inexact |
DEC_Rounded
; /* .. inexactly *
[
all
...]
/src/external/gpl3/gdb.old/dist/libdecnumber/
decContext.h
149
#define
DEC_Rounded
0x00000800
167
#define
DEC_Rounded
0x00000000
173
/* [DEC_Clamped, DEC_Lost_digits,
DEC_Rounded
, and DEC_Subnormal */
199
#define DEC_Information (DEC_Clamped |
DEC_Rounded
| DEC_Inexact \
202
#define DEC_Information (DEC_Clamped |
DEC_Rounded
| DEC_Inexact)
decContext.c
270
return decContextSetStatus(context,
DEC_Rounded
);
321
return decContextSetStatusQuiet(context,
DEC_Rounded
);
365
if (status==
DEC_Rounded
) return DEC_Condition_RO;
decNumber.c
2017
status|=DEC_Inexact|
DEC_Rounded
; /* deemed inexact */
2157
status|=DEC_Inexact|
DEC_Rounded
; /* deemed inexact */
3002
status|=(rstatus & ~(
DEC_Rounded
|DEC_Inexact));
3059
status|=DEC_Inexact|
DEC_Rounded
;
3065
status|=DEC_Inexact|
DEC_Rounded
;
3069
if (!ISZERO(t)) status|=DEC_Inexact|
DEC_Rounded
; /* not equal */
3074
if (todrop<0) status|=
DEC_Rounded
; /* ideally would add 0s */
3889
*status|=
DEC_Rounded
; /* [but exact] */
3916
*status|=
DEC_Rounded
; /* [but exact] */
5304
*status|=DEC_Inexact |
DEC_Rounded
; /* .. inexactly *
[
all
...]
Completed in 78 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026