Lines Matching refs:form
61 int form;
63 wstring_to_decimal(&cp, __xpg6 & _C99SUSv3_recognize_hexfp, &dr, &form);
66 if (form == 0)
75 if (form < 0)
91 int form;
93 wstring_to_decimal(&cp, 1, &dr, &form);
96 if (form == 0)
105 if (form < 0)
121 int form;
123 wstring_to_decimal(&cp, 1, &dr, &form);
126 if (form == 0)
130 if (form < 0)
136 if (form < 0)
166 * the argument is a valid nonzero digit for the form being parsed.
168 #define NZDIGIT(c) ((L'1' <= c && c <= L'9') || (form < 0 && \
202 int form;
218 *pform = form = 0;
241 form = 1;
261 /* assume hex fp form */
262 form = -1;
281 form = 1;
286 form = 1;
289 form = 1;
312 form = 1;
331 form = 1;
369 * digit, an exponent delimiter (E or e for decimal form,
370 * P or p for hex form), or the radix point. (Note that we
434 if (form < 0)
440 if (form > 0)
462 if (form == 0)
463 form = 1;
513 if (form == 0)
514 form = 1;
536 if (sigfound == -1 || form < 0)
543 if (sigfound == -1 || form > 0)
609 form = 0;
612 *pform = form;