Home
last modified time | relevance | path

Searched refs:DECSPECIAL (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/gcclibs/libdecnumber/
H A DdecNumber.h49 #define DECSPECIAL (DECINF|DECNAN|DECSNAN) /* any special value */ macro
189 && (((dn)->bits&DECSPECIAL)==0))
H A Ddecimal64.c88 if (!(dn->bits & DECSPECIAL)) in decimal64FromNumber()
107 if (dn->bits & DECSPECIAL) in decimal64FromNumber()
H A Ddecimal128.c88 if (!(dn->bits & DECSPECIAL)) in decimal128FromNumber()
107 if (dn->bits & DECSPECIAL) in decimal128FromNumber()
H A Ddecimal32.c88 if (!(dn->bits & DECSPECIAL)) in decimal32FromNumber()
107 if (dn->bits & DECSPECIAL) in decimal32FromNumber()
H A DdecNumber.c1368 merged = (lhs->bits | rhs->bits) & DECSPECIAL; in decNumberSameQuantum()
1509 if (rhs->bits & DECSPECIAL) in decNumberSquareRoot()
1836 if (rhs->bits & DECSPECIAL) in decNumberToIntegralValue()
2026 if (dn->bits & DECSPECIAL) in decToString()
2285 merged = (lhs->bits | rhs->bits) & DECSPECIAL; in decAddOp()
2783 merged = (lhs->bits | rhs->bits) & DECSPECIAL; in decDivideOp()
3481 merged = (lhs->bits | rhs->bits) & DECSPECIAL; in decMultiplyOp()
3654 merged = (lhs->bits | rhs->bits) & DECSPECIAL; in decQuantizeOp()
3655 if ((lhs->bits | rhs->bits) & DECSPECIAL) in decQuantizeOp()
5618 if (dn->bits & DECSPECIAL)
[all …]