Searched refs:showpoint (Results 1 – 3 of 3) sorted by relevance
36 | ios::dec | ios::oct | ios::hex | ios::showbase | ios::showpoint
712 /* alt: */ (flags() & ios::showpoint) != 0, in operator <<()752 flags() & ios::showpoint ? 0x80 : 0, in operator <<()822 /* alt: */ (flags() & ios::showpoint) != 0, in operator <<()
155 showbase=_IO_SHOWBASE, showpoint=_IO_SHOWPOINT, enumerator