Lines Matching +full:- +full:- +full:-

5 This C source fragment is part of the SoftFloat IEC/IEEE Floating-point
11 National Science Foundation under grant MIP-9311980. The original version
12 of this code was written as part of a project to build a fixed-point vector
33 -------------------------------------------------------------------------------
34 Underflow tininess-detection mode, statically initialized to default value.
36 -------------------------------------------------------------------------------
41 -------------------------------------------------------------------------------
42 Raises the exceptions specified by `flags'. Floating-point traps can be
46 -------------------------------------------------------------------------------
56 -------------------------------------------------------------------------------
58 -------------------------------------------------------------------------------
66 -------------------------------------------------------------------------------
67 The pattern for a default generated single-precision NaN.
68 -------------------------------------------------------------------------------
73 -------------------------------------------------------------------------------
74 Returns 1 if the single-precision floating-point value `a' is a NaN;
76 -------------------------------------------------------------------------------
86 -------------------------------------------------------------------------------
87 Returns 1 if the single-precision floating-point value `a' is a signaling
89 -------------------------------------------------------------------------------
99 -------------------------------------------------------------------------------
100 Returns the result of converting the single-precision floating-point NaN
103 -------------------------------------------------------------------------------
118 -------------------------------------------------------------------------------
119 Returns the result of converting the canonical NaN `a' to the single-
120 precision floating-point format.
121 -------------------------------------------------------------------------------
131 -------------------------------------------------------------------------------
132 Takes two single-precision floating-point values `a' and `b', one of which
135 -------------------------------------------------------------------------------
158 -------------------------------------------------------------------------------
159 The pattern for a default generated double-precision NaN.
160 -------------------------------------------------------------------------------
165 -------------------------------------------------------------------------------
166 Returns 1 if the double-precision floating-point value `a' is a NaN;
168 -------------------------------------------------------------------------------
178 -------------------------------------------------------------------------------
179 Returns 1 if the double-precision floating-point value `a' is a signaling
181 -------------------------------------------------------------------------------
193 -------------------------------------------------------------------------------
194 Returns the result of converting the double-precision floating-point NaN
197 -------------------------------------------------------------------------------
212 -------------------------------------------------------------------------------
213 Returns the result of converting the canonical NaN `a' to the double-
214 precision floating-point format.
215 -------------------------------------------------------------------------------
228 -------------------------------------------------------------------------------
229 Takes two double-precision floating-point values `a' and `b', one of which
232 -------------------------------------------------------------------------------
257 -------------------------------------------------------------------------------
258 The pattern for a default generated extended double-precision NaN. The
259 `high' and `low' values hold the most- and least-significant bits,
261 -------------------------------------------------------------------------------
267 -------------------------------------------------------------------------------
268 Returns 1 if the extended double-precision floating-point value `a' is a
270 -------------------------------------------------------------------------------
280 -------------------------------------------------------------------------------
281 Returns 1 if the extended double-precision floating-point value `a' is a
283 -------------------------------------------------------------------------------
298 -------------------------------------------------------------------------------
299 Returns the result of converting the extended double-precision floating-
302 -------------------------------------------------------------------------------
317 -------------------------------------------------------------------------------
319 double-precision floating-point format.
320 -------------------------------------------------------------------------------
333 -------------------------------------------------------------------------------
334 Takes two extended double-precision floating-point values `a' and `b', one
337 -------------------------------------------------------------------------------
364 -------------------------------------------------------------------------------
365 The pattern for a default generated quadruple-precision NaN. The `high' and
366 `low' values hold the most- and least-significant bits, respectively.
367 -------------------------------------------------------------------------------
373 -------------------------------------------------------------------------------
374 Returns 1 if the quadruple-precision floating-point value `a' is a NaN;
376 -------------------------------------------------------------------------------
388 -------------------------------------------------------------------------------
389 Returns 1 if the quadruple-precision floating-point value `a' is a
391 -------------------------------------------------------------------------------
403 -------------------------------------------------------------------------------
404 Returns the result of converting the quadruple-precision floating-point NaN
407 -------------------------------------------------------------------------------
421 -------------------------------------------------------------------------------
422 Returns the result of converting the canonical NaN `a' to the quadruple-
423 precision floating-point format.
424 -------------------------------------------------------------------------------
437 -------------------------------------------------------------------------------
438 Takes two quadruple-precision floating-point values `a' and `b', one of
441 -------------------------------------------------------------------------------