Lines Matching +full:- +full:- +full:-
1 /* $OpenBSD: softfloat-specialize.h,v 1.3 2008/06/26 05:42:20 ray Exp $ */
2 /* $NetBSD: softfloat-specialize.h,v 1.1 2001/04/26 03:10:47 ross Exp $ */
6 /*-
38 This C source fragment is part of the SoftFloat IEC/IEEE Floating-point
44 National Science Foundation under grant MIP-9311980. The original version
45 of this code was written as part of a project to build a fixed-point vector
70 -------------------------------------------------------------------------------
71 Underflow tininess-detection mode, statically initialized to default value.
72 -------------------------------------------------------------------------------
79 -------------------------------------------------------------------------------
81 -------------------------------------------------------------------------------
89 -------------------------------------------------------------------------------
90 The pattern for a default generated single-precision NaN.
91 -------------------------------------------------------------------------------
96 -------------------------------------------------------------------------------
97 Returns 1 if the single-precision floating-point value `a' is a NaN;
99 -------------------------------------------------------------------------------
109 -------------------------------------------------------------------------------
110 Returns 1 if the single-precision floating-point value `a' is a signaling
112 -------------------------------------------------------------------------------
122 -------------------------------------------------------------------------------
123 Returns the result of converting the single-precision floating-point NaN
126 -------------------------------------------------------------------------------
141 -------------------------------------------------------------------------------
142 Returns the result of converting the canonical NaN `a' to the single-
143 precision floating-point format.
144 -------------------------------------------------------------------------------
154 -------------------------------------------------------------------------------
155 Takes two single-precision floating-point values `a' and `b', one of which
158 -------------------------------------------------------------------------------
190 -------------------------------------------------------------------------------
191 Returns the result of converting the double-precision floating-point NaN
194 -------------------------------------------------------------------------------
209 -------------------------------------------------------------------------------
210 Returns the result of converting the canonical NaN `a' to the double-
211 precision floating-point format.
212 -------------------------------------------------------------------------------
225 -------------------------------------------------------------------------------
226 Takes two double-precision floating-point values `a' and `b', one of which
229 -------------------------------------------------------------------------------
262 -------------------------------------------------------------------------------
263 The pattern for a default generated extended double-precision NaN. The
264 `high' and `low' values hold the most- and least-significant bits,
266 -------------------------------------------------------------------------------
272 -------------------------------------------------------------------------------
273 Returns 1 if the extended double-precision floating-point value `a' is a
275 -------------------------------------------------------------------------------
285 -------------------------------------------------------------------------------
286 Returns 1 if the extended double-precision floating-point value `a' is a
288 -------------------------------------------------------------------------------
303 -------------------------------------------------------------------------------
304 Returns the result of converting the extended double-precision floating-
307 -------------------------------------------------------------------------------
322 -------------------------------------------------------------------------------
324 double-precision floating-point format.
325 -------------------------------------------------------------------------------
338 -------------------------------------------------------------------------------
339 Takes two extended double-precision floating-point values `a' and `b', one
342 -------------------------------------------------------------------------------
377 -------------------------------------------------------------------------------
378 The pattern for a default generated quadruple-precision NaN. The `high' and
379 `low' values hold the most- and least-significant bits, respectively.
380 -------------------------------------------------------------------------------
386 -------------------------------------------------------------------------------
387 Returns 1 if the quadruple-precision floating-point value `a' is a NaN;
389 -------------------------------------------------------------------------------
401 -------------------------------------------------------------------------------
402 Returns 1 if the quadruple-precision floating-point value `a' is a
404 -------------------------------------------------------------------------------
416 -------------------------------------------------------------------------------
417 Returns the result of converting the quadruple-precision floating-point NaN
420 -------------------------------------------------------------------------------
434 -------------------------------------------------------------------------------
435 Returns the result of converting the canonical NaN `a' to the quadruple-
436 precision floating-point format.
437 -------------------------------------------------------------------------------
450 -------------------------------------------------------------------------------
451 Takes two quadruple-precision floating-point values `a' and `b', one of
454 -------------------------------------------------------------------------------