OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DECPMINUS
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libdecnumber/
decPacked.h
48
#define
DECPMINUS
0x0D /* preferred minus nibble */
decPacked.c
84
if (dn->bits&DECNEG) obyte=
DECPMINUS
; /* set the sign .. */
169
if (nib==
DECPMINUS
|| nib==DECPMINUSALT) dn->bits=DECNEG;
decQuad.h
83
#define
DECPMINUS
0x0D /* preferred minus nibble */
decCommon.c
693
if (*op==
DECPMINUS
|| *op==DECPMINUSALT) sig=DECFLOAT_Sign;
743
if (*op==
DECPMINUS
|| *op==DECPMINUSALT) sig=DECFLOAT_Sign;
1492
bcdar[DECPMAX+1]=(DFISSIGNED(df) ?
DECPMINUS
: DECPPLUS);
1497
return (bcdar[DECPMAX+1]==
DECPMINUS
? DECFLOAT_Sign : 0);
Completed in 30 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026