Home | History | Annotate | Download | only in src

Lines Matching refs:BINARY

789   enum { DECIMAL, HEX, OCTAL, IMPLICIT_OCTAL, BINARY } kind = DECIMAL;
803 // either 0, 0exxx, 0Exxx, 0.xxx, a hex number, a binary number or
827 kind = BINARY;
830 // we must have at least one binary digit after 'b'/'B'