OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXPOK
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/upstream-openbsd/lib/libc/stdio/
vfscanf.c
68
* SIGNOK, HAVESIGN, NDIGITS, DPTOK, and
EXPOK
are for floating point;
76
#define
EXPOK
0x10000 /* (float) exponent (e+3, etc) still legal */
772
flags |= SIGNOK | NDIGITS | DPTOK |
EXPOK
;
801
if ((flags&(NDIGITS|
EXPOK
)) ==
EXPOK
) {
803
(flags & ~(
EXPOK
|DPTOK)) |
823
if (flags &
EXPOK
) {
vfwscanf.c
69
* SIGNOK, HAVESIGN, NDIGITS, DPTOK, and
EXPOK
are for floating point;
77
#define
EXPOK
0x10000 /* (float) exponent (e+3, etc) still legal */
689
flags |= SIGNOK | NDIGITS | DPTOK |
EXPOK
;
712
if ((flags&(NDIGITS|
EXPOK
)) ==
EXPOK
) {
714
(flags & ~(
EXPOK
|DPTOK)) |
749
if (flags &
EXPOK
) {
Completed in 54 milliseconds