HomeSort by relevance Sort by last modified time
    Searched full:bnegative (Results 1 - 10 of 10) sorted by null

  /external/pdfium/core/fxcrt/
fx_basic_util.cpp 28 bool bNegative = false;
35 bNegative = true;
50 if (bNegative) {
64 if (bNegative)
90 bool bNegative = false;
95 bNegative = true;
122 return bNegative ? -value : value;
fx_basic_bstring.cpp 968 bool bNegative = false;
970 bNegative = true;
987 if (bNegative) {
fx_basic_wstring.cpp 953 bool bNegative = false;
957 bNegative = true;
979 return bNegative ? -fraction : fraction;
  /external/pdfium/xfa/fxfa/parser/
xfa_utils.cpp 45 bool bNegative = false;
52 bNegative = true;
68 nIntegral = bNegative ? -nIntegral : nIntegral;
xfa_localevalue.cpp 220 bool bNegative = false, bExpSign = false;
232 bNegative = true;
245 nIntegral = bNegative ? -nIntegral : nIntegral;
296 bool bNegative = false, bExpSign = false;
308 bNegative = true;
321 nIntegral = bNegative ? -nIntegral : nIntegral;
  /external/pdfium/fpdfsdk/javascript/
PublicMethods.cpp 95 bool* bNegative) {
96 *bNegative = dValue < 0;
97 if (*bNegative)
796 bool bNegative;
798 strValue = CalculateString(dValue, iDec, &iDec2, &bNegative);
801 strValue = CalculateString(dValue, iDec, &iDec2, &bNegative);
836 if (bNegative) {
    [all...]
  /external/icu/icu4c/source/test/intltest/
numberformat2test.cpp 151 UBool bNegative,
155 UBool bNegative,
    [all...]
  /external/boringssl/src/ssl/test/runner/ed25519/internal/edwards25519/
edwards25519.go 949 bNegative := negative(b)
950 bAbs := b - (((-bNegative) & b) << 1)
959 PreComputedGroupElementCMove(t, &minusT, bNegative)
    [all...]
  /external/pdfium/xfa/fgas/localization/
fgas_locale.cpp 123 bool bNegative = false;
136 bNegative = true;
156 lcnum.m_Integral = bNegative ? -lcnum.m_Integral : lcnum.m_Integral;
    [all...]
  /external/boringssl/src/crypto/curve25519/
curve25519.c 3473 uint8_t bnegative = negative(b); local
    [all...]

Completed in 997 milliseconds