OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DECFLOAT_Sign
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libdecnumber/
decBasic.c
201
num.sign=(DFWORD(dfl, 0)^DFWORD(dfr, 0)) &
DECFLOAT_Sign
;
249
num.sign=DFWORD(dfl, 0)&
DECFLOAT_Sign
;
666
DFWORD("ient, 0)^=
DECFLOAT_Sign
; /* negate it */
737
num->sign=(DFWORD(dfl, 0)^DFWORD(dfr, 0)) &
DECFLOAT_Sign
;
1163
diffsign=(sourhil^sourhir)&
DECFLOAT_Sign
;
1225
encode|=sourhil & (ECONMASK |
DECFLOAT_Sign
);
1268
DFWORD(result, 0)&=~
DECFLOAT_Sign
; /* assume sign 0 */
1269
if (set->round==DEC_ROUND_FLOOR) DFWORD(result, 0)|=
DECFLOAT_Sign
;
1310
tum.sign=DFWORD(dfl, 0) &
DECFLOAT_Sign
;
1482
num.sign=DFWORD(dfl, 0) &
DECFLOAT_Sign
;
[
all
...]
decCommon.c
261
if (num->sign!=0 && num->sign!=
DECFLOAT_Sign
)
584
/* sig is
DECFLOAT_Sign
to set the sign bit, 0 otherwise */
693
if (*op==DECPMINUS || *op==DECPMINUSALT) sig=
DECFLOAT_Sign
;
743
if (*op==DECPMINUS || *op==DECPMINUSALT) sig=
DECFLOAT_Sign
;
823
num.sign=
DECFLOAT_Sign
;
1042
num.sign=widerhi&0x80000000; /* extract sign [
DECFLOAT_Sign
=Neg] */
1064
/* returns the sign of the coefficient (
DECFLOAT_Sign
if negative, */
1103
/* sig is
DECFLOAT_Sign
to set the sign bit, 0 otherwise */
1198
/* returns the sign of the coefficient (
DECFLOAT_Sign
if negative, */
1463
/* returns the sign of the coefficient (
DECFLOAT_Sign
if negative, *
[
all
...]
decQuad.h
71
#define
DECFLOAT_Sign
0x80000000 /* 1 00000 00 Sign */
Completed in 30 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026