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

1 /*	$NetBSD: softfloat-specialize,v 1.6 2011/03/06 10:27:37 martin Exp $	*/
8 This C source fragment is part of the SoftFloat IEC/IEEE Floating-point
14 National Science Foundation under grant MIP-9311980. The original version
15 of this code was written as part of a project to build a fixed-point vector
40 -------------------------------------------------------------------------------
41 Underflow tininess-detection mode, statically initialized to default value.
43 -------------------------------------------------------------------------------
55 -------------------------------------------------------------------------------
56 Raises the exceptions specified by `flags'. Floating-point traps can be
60 -------------------------------------------------------------------------------
97 -------------------------------------------------------------------------------
99 -------------------------------------------------------------------------------
107 -------------------------------------------------------------------------------
108 The pattern for a default generated single-precision NaN.
109 -------------------------------------------------------------------------------
114 -------------------------------------------------------------------------------
115 Returns 1 if the single-precision floating-point value `a' is a NaN;
117 -------------------------------------------------------------------------------
130 -------------------------------------------------------------------------------
131 Returns 1 if the single-precision floating-point value `a' is a signaling
133 -------------------------------------------------------------------------------
147 -------------------------------------------------------------------------------
148 Returns the result of converting the single-precision floating-point NaN
151 -------------------------------------------------------------------------------
166 -------------------------------------------------------------------------------
167 Returns the result of converting the canonical NaN `a' to the single-
168 precision floating-point format.
169 -------------------------------------------------------------------------------
179 -------------------------------------------------------------------------------
180 Takes two single-precision floating-point values `a' and `b', one of which
183 -------------------------------------------------------------------------------
206 -------------------------------------------------------------------------------
207 The pattern for a default generated double-precision NaN.
208 -------------------------------------------------------------------------------
213 -------------------------------------------------------------------------------
214 Returns 1 if the double-precision floating-point value `a' is a NaN;
216 -------------------------------------------------------------------------------
230 -------------------------------------------------------------------------------
231 Returns 1 if the double-precision floating-point value `a' is a signaling
233 -------------------------------------------------------------------------------
249 -------------------------------------------------------------------------------
250 Returns the result of converting the double-precision floating-point NaN
253 -------------------------------------------------------------------------------
268 -------------------------------------------------------------------------------
269 Returns the result of converting the canonical NaN `a' to the double-
270 precision floating-point format.
271 -------------------------------------------------------------------------------
284 -------------------------------------------------------------------------------
285 Takes two double-precision floating-point values `a' and `b', one of which
288 -------------------------------------------------------------------------------
313 -------------------------------------------------------------------------------
314 The pattern for a default generated extended double-precision NaN. The
315 `high' and `low' values hold the most- and least-significant bits,
317 -------------------------------------------------------------------------------
323 -------------------------------------------------------------------------------
324 Returns 1 if the extended double-precision floating-point value `a' is a
326 -------------------------------------------------------------------------------
336 -------------------------------------------------------------------------------
337 Returns 1 if the extended double-precision floating-point value `a' is a
339 -------------------------------------------------------------------------------
354 -------------------------------------------------------------------------------
355 Returns the result of converting the extended double-precision floating-
358 -------------------------------------------------------------------------------
373 -------------------------------------------------------------------------------
375 double-precision floating-point format.
376 -------------------------------------------------------------------------------
389 -------------------------------------------------------------------------------
390 Takes two extended double-precision floating-point values `a' and `b', one
393 -------------------------------------------------------------------------------
420 -------------------------------------------------------------------------------
421 The pattern for a default generated quadruple-precision NaN. The `high' and
422 `low' values hold the most- and least-significant bits, respectively.
423 -------------------------------------------------------------------------------
429 -------------------------------------------------------------------------------
430 Returns 1 if the quadruple-precision floating-point value `a' is a NaN;
432 -------------------------------------------------------------------------------
444 -------------------------------------------------------------------------------
445 Returns 1 if the quadruple-precision floating-point value `a' is a
447 -------------------------------------------------------------------------------
459 -------------------------------------------------------------------------------
460 Returns the result of converting the quadruple-precision floating-point NaN
463 -------------------------------------------------------------------------------
477 -------------------------------------------------------------------------------
478 Returns the result of converting the canonical NaN `a' to the quadruple-
479 precision floating-point format.
480 -------------------------------------------------------------------------------
493 -------------------------------------------------------------------------------
494 Takes two quadruple-precision floating-point values `a' and `b', one of
497 -------------------------------------------------------------------------------