Searched refs:bNegative (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/core/fxcrt/ |
D | fx_string.cpp | 100 bool bNegative = false; in FX_atonum() local 107 bNegative = true; in FX_atonum() 122 if (bNegative) { in FX_atonum() 136 if (bNegative) in FX_atonum() 149 bool bNegative = false; in FX_atof() local 154 bNegative = true; in FX_atof() 180 return bNegative ? -value : value; in FX_atof() 193 bool bNegative = false; in FX_ftoa() local 195 bNegative = true; in FX_ftoa() 212 if (bNegative) { in FX_ftoa()
|
D | widestring.cpp | 1027 bool bNegative = false; in FX_wtof() local 1031 bNegative = true; in FX_wtof() 1053 return bNegative ? -fraction : fraction; in FX_wtof()
|
/external/pdfium/fxjs/ |
D | cjs_publicmethods.cpp | 90 bool* bNegative) { in CalculateString() argument 91 *bNegative = dValue < 0; in CalculateString() 92 if (*bNegative) in CalculateString() 896 bool bNegative; in AFNumber_Format() local 898 strValue = CalculateString(dValue, iDec, &iDec2, &bNegative); in AFNumber_Format() 901 strValue = CalculateString(dValue, iDec, &iDec2, &bNegative); in AFNumber_Format() 931 if (bNegative) { in AFNumber_Format()
|
D | cfxjse_formcalc_context.cpp | 537 bool bNegative = false; in ByteStringToDouble() local 544 bNegative = true; in ByteStringToDouble() 562 nIntegral = bNegative ? -nIntegral : nIntegral; in ByteStringToDouble()
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_localevalue.cpp | 201 bool bNegative = false; in GetDoubleNum() local 213 bNegative = true; in GetDoubleNum() 228 nIntegral = bNegative ? -nIntegral : nIntegral; in GetDoubleNum()
|
/external/icu/icu4c/source/test/intltest/ |
D | numberformat2test.cpp | 151 UBool bNegative, 155 UBool bNegative, 2910 UBool bNegative, in verifyVisibleDigits() argument 2922 if (digits.isNegative() != bNegative) { in verifyVisibleDigits() 2932 UBool bNegative, in verifyVisibleDigitsWithExponent() argument 2942 if (digits.isNegative() != bNegative) { in verifyVisibleDigitsWithExponent()
|
/external/boringssl/src/ssl/test/runner/ed25519/internal/edwards25519/ |
D | edwards25519.go | 949 bNegative := negative(b) 950 bAbs := b - (((-bNegative) & b) << 1) 959 PreComputedGroupElementCMove(t, &minusT, bNegative)
|