Searched defs:chSign (Results 1 - 2 of 2) sorted by relevance

/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/VMM/VMMR3/
H A DCPUM.cpp1627 char chSign = pFpuCtx->aRegs[0].au16[4] & 0x8000 ? '-' : '+'; local
1636 uTag, chSign, iInteger, u64Fraction, uExponent);

Completed in 49 milliseconds