Searched refs:chSign (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/ValidationKit/testanalysis/
H A Dreporting.py47 chSign = '';
49 chSign = '-';
52 chSign = '+';
61 return chSign + sNewVal;
/vbox/src/VBox/Runtime/common/time/
H A Dtime.cpp698 char chSign; local
701 chSign = '+';
704 chSign = '-';
712 chSign, offUTCHour, offUTCMinute);
714 || psz[cch - 5] != chSign)
/vbox/src/VBox/ValidationKit/testmanager/webui/
H A Dwuibase.py531 chSign = sValue[0];
543 self._oDb.execute('SELECT CURRENT_TIMESTAMP ' + chSign + ' \'' + sInterval + '\'::INTERVAL');
/vbox/src/VBox/VMM/VMMR3/
H A DCPUM.cpp1627 char chSign = pFpuCtx->aRegs[0].au16[4] & 0x8000 ? '-' : '+'; local
1636 uTag, chSign, iInteger, u64Fraction, uExponent);

Completed in 59 milliseconds