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

  /external/pdfium/core/src/fxcrt/
fx_basic_util.cpp 100 FX_BOOL bNegative = FALSE;
104 bNegative = TRUE;
117 if (bNegative) {
132 FX_BOOL bNegative = FALSE;
138 bNegative = TRUE;
170 return bNegative ? -value : value;
fx_basic_bstring.cpp 1088 FX_BOOL bNegative = FALSE;
1090 bNegative = TRUE;
1107 if (bNegative) {
fx_basic_wstring.cpp 980 FX_BOOL bNegative = FALSE;
984 bNegative = TRUE;
1006 return bNegative ? -fraction : fraction;
    [all...]
  /external/pdfium/fpdfsdk/src/javascript/
PublicMethods.cpp 1098 FX_BOOL bNegative = FALSE;
1100 strValue = fcvt(dValue,iDec,&iDec2,&bNegative);
1104 strValue = fcvt(dValue,iDec,&iDec2,&bNegative);
1182 if (bNegative)
1428 FX_BOOL bNegative = FALSE;
1429 strValue = fcvt(dValue,iDec,&iDec2,&bNegative);
1433 strValue = fcvt(dValue,iDec,&iDec2,&bNegative);
1491 if(bNegative)
    [all...]

Completed in 516 milliseconds