Home | History | Annotate | Download | only in src

Lines Matching defs:BINARY

2 // Redistribution and use in source and binary forms, with or without
8 // * Redistributions in binary form must reproduce the above
727 enum { DECIMAL, HEX, OCTAL, IMPLICIT_OCTAL, BINARY } kind = DECIMAL;
741 // either 0, 0exxx, 0Exxx, 0.xxx, a hex number, a binary number or
765 kind = BINARY;
768 // we must have at least one binary digit after 'b'/'B'