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

1 /*	$OpenBSD: softfloat-specialize.h,v 1.2 2015/09/13 14:23:43 miod Exp $	*/
2 /* $NetBSD: softfloat-specialize,v 1.3 2002/05/12 13:12:45 bjh21 Exp $ */
9 This C source fragment is part of the SoftFloat IEC/IEEE Floating-point
15 National Science Foundation under grant MIP-9311980. The original version
16 of this code was written as part of a project to build a fixed-point vector
39 -------------------------------------------------------------------------------
40 Underflow tininess-detection mode, statically initialized to default value.
42 -------------------------------------------------------------------------------
50 -------------------------------------------------------------------------------
51 Raises the exceptions specified by `flags'. Floating-point traps can be
55 -------------------------------------------------------------------------------
70 -------------------------------------------------------------------------------
72 -------------------------------------------------------------------------------
80 -------------------------------------------------------------------------------
81 The pattern for a default generated single-precision NaN.
82 -------------------------------------------------------------------------------
87 -------------------------------------------------------------------------------
88 Returns 1 if the single-precision floating-point value `a' is a NaN;
90 -------------------------------------------------------------------------------
103 -------------------------------------------------------------------------------
104 Returns 1 if the single-precision floating-point value `a' is a signaling
106 -------------------------------------------------------------------------------
119 -------------------------------------------------------------------------------
120 Returns the result of converting the single-precision floating-point NaN
123 -------------------------------------------------------------------------------
138 -------------------------------------------------------------------------------
139 Returns the result of converting the canonical NaN `a' to the single-
140 precision floating-point format.
141 -------------------------------------------------------------------------------
151 -------------------------------------------------------------------------------
152 Takes two single-precision floating-point values `a' and `b', one of which
155 -------------------------------------------------------------------------------
178 -------------------------------------------------------------------------------
179 The pattern for a default generated double-precision NaN.
180 -------------------------------------------------------------------------------
185 -------------------------------------------------------------------------------
186 Returns 1 if the double-precision floating-point value `a' is a NaN;
188 -------------------------------------------------------------------------------
202 -------------------------------------------------------------------------------
203 Returns 1 if the double-precision floating-point value `a' is a signaling
205 -------------------------------------------------------------------------------
220 -------------------------------------------------------------------------------
221 Returns the result of converting the double-precision floating-point NaN
224 -------------------------------------------------------------------------------
239 -------------------------------------------------------------------------------
240 Returns the result of converting the canonical NaN `a' to the double-
241 precision floating-point format.
242 -------------------------------------------------------------------------------
255 -------------------------------------------------------------------------------
256 Takes two double-precision floating-point values `a' and `b', one of which
259 -------------------------------------------------------------------------------
284 -------------------------------------------------------------------------------
285 The pattern for a default generated extended double-precision NaN. The
286 `high' and `low' values hold the most- and least-significant bits,
288 -------------------------------------------------------------------------------
294 -------------------------------------------------------------------------------
295 Returns 1 if the extended double-precision floating-point value `a' is a
297 -------------------------------------------------------------------------------
307 -------------------------------------------------------------------------------
308 Returns 1 if the extended double-precision floating-point value `a' is a
310 -------------------------------------------------------------------------------
325 -------------------------------------------------------------------------------
326 Returns the result of converting the extended double-precision floating-
329 -------------------------------------------------------------------------------
344 -------------------------------------------------------------------------------
346 double-precision floating-point format.
347 -------------------------------------------------------------------------------
360 -------------------------------------------------------------------------------
361 Takes two extended double-precision floating-point values `a' and `b', one
364 -------------------------------------------------------------------------------
391 -------------------------------------------------------------------------------
392 The pattern for a default generated quadruple-precision NaN. The `high' and
393 `low' values hold the most- and least-significant bits, respectively.
394 -------------------------------------------------------------------------------
400 -------------------------------------------------------------------------------
401 Returns 1 if the quadruple-precision floating-point value `a' is a NaN;
403 -------------------------------------------------------------------------------
415 -------------------------------------------------------------------------------
416 Returns 1 if the quadruple-precision floating-point value `a' is a
418 -------------------------------------------------------------------------------
430 -------------------------------------------------------------------------------
431 Returns the result of converting the quadruple-precision floating-point NaN
434 -------------------------------------------------------------------------------
448 -------------------------------------------------------------------------------
449 Returns the result of converting the canonical NaN `a' to the quadruple-
450 precision floating-point format.
451 -------------------------------------------------------------------------------
464 -------------------------------------------------------------------------------
465 Takes two quadruple-precision floating-point values `a' and `b', one of
468 -------------------------------------------------------------------------------