HomeSort by relevance Sort by last modified time
    Searched defs:bNegative (Results 1 - 6 of 6) sorted by null

  /external/pdfium/core/fxcrt/
fx_string.cpp 100 bool bNegative = false;
107 bNegative = true;
122 if (bNegative) {
136 if (bNegative)
149 bool bNegative = false;
154 bNegative = true;
180 return bNegative ? -value : value;
193 bool bNegative = false;
195 bNegative = true;
212 if (bNegative) {
    [all...]
widestring.cpp 1027 bool bNegative = false;
1031 bNegative = true;
1053 return bNegative ? -fraction : fraction;
  /external/pdfium/xfa/fxfa/parser/
cxfa_localevalue.cpp 201 bool bNegative = false;
213 bNegative = true;
228 nIntegral = bNegative ? -nIntegral : nIntegral;
  /external/pdfium/fxjs/
cjs_publicmethods.cpp 90 bool* bNegative) {
91 *bNegative = dValue < 0;
92 if (*bNegative)
896 bool bNegative;
898 strValue = CalculateString(dValue, iDec, &iDec2, &bNegative);
901 strValue = CalculateString(dValue, iDec, &iDec2, &bNegative);
931 if (bNegative) {
    [all...]
cfxjse_formcalc_context.cpp 537 bool bNegative = false;
544 bNegative = true;
562 nIntegral = bNegative ? -nIntegral : nIntegral;
    [all...]
  /external/annotation-tools/asmx/test/lib/
ccl.jar 

Completed in 1180 milliseconds