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_Subnormal
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libdecnumber/
decContext.h
150
#define
DEC_Subnormal
0x00001000
168
#define
DEC_Subnormal
0x00000000
173
/* [DEC_Clamped, DEC_Lost_digits, DEC_Rounded, and
DEC_Subnormal
*/
decContext.c
272
return decContextSetStatus(context,
DEC_Subnormal
);
323
return decContextSetStatusQuiet(context,
DEC_Subnormal
);
367
if (status==
DEC_Subnormal
) return DEC_Condition_SU;
decNumber.c
2224
status^=DEC_Overflow | DEC_Underflow |
DEC_Subnormal
;
2226
status&=~(DEC_Underflow |
DEC_Subnormal
); /* [one or both] */
3102
#if DECEXTFLAG /*
DEC_Subnormal
too */
3103
if (ae>=set->emin*2) status&=~(
DEC_Subnormal
|DEC_Underflow);
7200
*status|=DEC_Underflow |
DEC_Subnormal
| DEC_Inexact | DEC_Rounded;
7432
*status|=DEC_Underflow |
DEC_Subnormal
| DEC_Inexact | DEC_Rounded;
7456
*status|=
DEC_Subnormal
; /* have a non-zero subnormal */
8053
if ((set->status & (DEC_Inexact|
DEC_Subnormal
))==DEC_Inexact
/src/external/gpl3/gcc/dist/libdecnumber/
decContext.h
150
#define
DEC_Subnormal
0x00001000
168
#define
DEC_Subnormal
0x00000000
173
/* [DEC_Clamped, DEC_Lost_digits, DEC_Rounded, and
DEC_Subnormal
*/
decContext.c
272
return decContextSetStatus(context,
DEC_Subnormal
);
323
return decContextSetStatusQuiet(context,
DEC_Subnormal
);
367
if (status==
DEC_Subnormal
) return DEC_Condition_SU;
decNumber.c
2224
status^=DEC_Overflow | DEC_Underflow |
DEC_Subnormal
;
2226
status&=~(DEC_Underflow |
DEC_Subnormal
); /* [one or both] */
3102
#if DECEXTFLAG /*
DEC_Subnormal
too */
3103
if (ae>=set->emin*2) status&=~(
DEC_Subnormal
|DEC_Underflow);
7200
*status|=DEC_Underflow |
DEC_Subnormal
| DEC_Inexact | DEC_Rounded;
7432
*status|=DEC_Underflow |
DEC_Subnormal
| DEC_Inexact | DEC_Rounded;
7456
*status|=
DEC_Subnormal
; /* have a non-zero subnormal */
8053
if ((set->status & (DEC_Inexact|
DEC_Subnormal
))==DEC_Inexact
/src/external/gpl3/gdb/dist/libdecnumber/
decContext.h
150
#define
DEC_Subnormal
0x00001000
168
#define
DEC_Subnormal
0x00000000
173
/* [DEC_Clamped, DEC_Lost_digits, DEC_Rounded, and
DEC_Subnormal
*/
decContext.c
272
return decContextSetStatus(context,
DEC_Subnormal
);
323
return decContextSetStatusQuiet(context,
DEC_Subnormal
);
367
if (status==
DEC_Subnormal
) return DEC_Condition_SU;
decNumber.c
2224
status^=DEC_Overflow | DEC_Underflow |
DEC_Subnormal
;
2226
status&=~(DEC_Underflow |
DEC_Subnormal
); /* [one or both] */
3102
#if DECEXTFLAG /*
DEC_Subnormal
too */
3103
if (ae>=set->emin*2) status&=~(
DEC_Subnormal
|DEC_Underflow);
7200
*status|=DEC_Underflow |
DEC_Subnormal
| DEC_Inexact | DEC_Rounded;
7432
*status|=DEC_Underflow |
DEC_Subnormal
| DEC_Inexact | DEC_Rounded;
7456
*status|=
DEC_Subnormal
; /* have a non-zero subnormal */
8053
if ((set->status & (DEC_Inexact|
DEC_Subnormal
))==DEC_Inexact
/src/external/gpl3/gdb.old/dist/libdecnumber/
decContext.h
150
#define
DEC_Subnormal
0x00001000
168
#define
DEC_Subnormal
0x00000000
173
/* [DEC_Clamped, DEC_Lost_digits, DEC_Rounded, and
DEC_Subnormal
*/
decContext.c
272
return decContextSetStatus(context,
DEC_Subnormal
);
323
return decContextSetStatusQuiet(context,
DEC_Subnormal
);
367
if (status==
DEC_Subnormal
) return DEC_Condition_SU;
decNumber.c
2224
status^=DEC_Overflow | DEC_Underflow |
DEC_Subnormal
;
2226
status&=~(DEC_Underflow |
DEC_Subnormal
); /* [one or both] */
3102
#if DECEXTFLAG /*
DEC_Subnormal
too */
3103
if (ae>=set->emin*2) status&=~(
DEC_Subnormal
|DEC_Underflow);
7200
*status|=DEC_Underflow |
DEC_Subnormal
| DEC_Inexact | DEC_Rounded;
7432
*status|=DEC_Underflow |
DEC_Subnormal
| DEC_Inexact | DEC_Rounded;
7456
*status|=
DEC_Subnormal
; /* have a non-zero subnormal */
8053
if ((set->status & (DEC_Inexact|
DEC_Subnormal
))==DEC_Inexact
Completed in 74 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026