Searched refs:bNegative (Results 1 – 6 of 6) sorted by relevance
55 bool bNegative = false; in StringTo() local60 bNegative = true; in StringTo()87 return bNegative ? -value : value; in StringTo()97 bool bNegative = false; in ToString() local99 bNegative = true; in ToString()116 if (bNegative) { in ToString()
42 bool bNegative = false; in FX_Number() local48 bNegative = true; in FX_Number()71 if (uValue > (bNegative ? uLimit + 1 : uLimit)) in FX_Number()76 if (bNegative) { in FX_Number()
90 boolean bNegative = FALSE; in fp_pow_10() local105 bNegative = TRUE; in fp_pow_10()125 dRet = bNegative ? 0 : UINT64_TO_DOUBLE( ulInf ); in fp_pow_10()
107 bool* bNegative) { in CalculateString() argument108 *bNegative = dValue < 0; in CalculateString()109 if (*bNegative) in CalculateString()613 bool bNegative; in AFNumber_Format() local615 strValue = CalculateString(dValue, iDec, &iDec2, &bNegative); in AFNumber_Format()618 strValue = CalculateString(dValue, iDec, &iDec2, &bNegative); in AFNumber_Format()648 if (bNegative) { in AFNumber_Format()
89 const bool bNegative = (spStr[0] == '-'); in ParseTimeZone() local103 if (bNegative) in ParseTimeZone()
5411 const bool bNegative = iIndexValue < 0; in GenerateSomExpression() local5414 bsSomExp += bNegative ? "[-" : "[+"; in GenerateSomExpression()5416 bsSomExp += bNegative ? "[" : "[-"; in GenerateSomExpression()5417 iIndexValue = bNegative ? 0 - iIndexValue : iIndexValue; in GenerateSomExpression()