Home | History | Annotate | Download | only in i18n

Lines Matching refs:Flag

80 /*    flag in the decContext is set (is 1).                           */
236 static Flag decBiStr(const char *, const char *, const char *);
239 static Int decCompare(const decNumber *lhs, const decNumber *rhs, Flag);
242 Flag, uInt *);
247 const decNumber *, decContext *, Flag, uInt *);
261 const decNumber *, decContext *, Flag,
272 static void decToString(const decNumber *, char[], Flag);
273 static decNumber * decTrim(decNumber *, decContext *, Flag, Flag, Int *);
326 static Flag decCheckOperands(decNumber *, const decNumber *,
328 static Flag decCheckNumber(const decNumber *);
599 Flag nege; /* 1=negative exponent */
1958 Flag rhsint=0; /* 1 if rhs is an integer */
1959 Flag useint=0; /* 1 if can use integer calculation */
1960 Flag isoddint=0; /* 1 if rhs is an integer and odd */
1966 Flag seenbit; /* seen a bit while powering */
2005 Flag rhsneg=rhs->bits&DECNEG; /* save rhs sign */
2037 isoddint=(Flag)n&1; /* [works even if big] */
3621 static void decToString(const decNumber *dn, char *string, Flag eng) {
3748 Flag had=0; /* 1=had non-zero */
3815 Flag diffsign; /* non-0 if arguments have different sign */
3847 diffsign=(Flag)((lhs->bits^rhs->bits^negate)&DECNEG);
3989 Flag swapped=0;
4219 decContext *set, Flag op, uInt *status) {
4659 Flag wasodd=0; /* integer was odd */
4740 Flag allnines=0; /* 1 if quotient all nines */
5833 Flag quant, uInt *status) {
5995 /* op is the operation flag */
6006 Flag op, uInt *status) {
6170 Flag abs_c) {
6591 static decNumber * decTrim(decNumber *dn, decContext *set, Flag all,
6592 Flag noclamp, Int *dropped) {
7349 Flag needmax=0; /* result is maximum finite value */
7547 Flag neg=decNumberIsNegative(dn); /* 1 if -ve */
7667 static Flag decBiStr(const char *targ, const char *str1, const char *str2) {
7910 static Flag decCheckOperands(decNumber *res, const decNumber *lhs,
7912 Flag bad=0;
7956 static Flag decCheckNumber(const decNumber *dn) {