Lines Matching full:sequence

88 An initial, possibly empty, sequence of white-space wide-character codes (as
94 A subject sequence interpreted as a floating-point constant or representing
106 Then they attempt to convert the subject sequence to a floating-point number,
110 The expected form of the subject sequence is an optional plus or minus sign,
116 A non-empty sequence of decimal digits optionally containing a radix character,
123 A 0x or 0X, then a non-empty sequence of hexadecimal digits optionally
136 One of NAN or NAN(\fIn-wchar-sequence\fR(\fIopt\fR)), or any other wide string
141 n-wchar-sequence:
144 n-wchar-sequence digit
145 n-wchar-sequence nondigit
153 NAN/NAN(\fIn-wchar-sequence\fR) forms are recognized. In C99/SUSv3 mode,
157 In default mode for \fBwcstod()\fR, the \fIn-wchar-sequence\fR in the
158 NAN(\fIn-wchar-sequence\fR) form can contain any character except ')' (right
159 parenthesis) or '\e0' (null). In C99/SUSv3 mode, the \fIn-wchar-sequence\fR can
167 The subject sequence is defined as the longest initial subsequence of the input
169 the expected form. The subject sequence contains no wide characters if the
173 If the subject sequence has the expected form for a floating-point number, the
174 sequence of wide characters starting with the first digit or the radix
181 the string. If the subject sequence begins with a minus sign, the sequence is
182 interpreted as negated. A wide-character sequence INF or INFINITY is
183 interpreted as an infinity. A wide-character sequence NAN or
184 NAN(\fIn-wchar-sequence\fR(\fIopt\fR)) is interpreted as a quiet NaN. A pointer
189 If the subject sequence has either the decimal or hexadecimal form, the value
200 If the subject sequence is empty or does not have the expected form, no