Lines Matching +full:- +full:- +full:-
1 /* $NetBSD: softfloat-specialize,v 1.9 2014/08/10 05:57:31 matt 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 -------------------------------------------------------------------------------
51 -------------------------------------------------------------------------------
52 Raises the exceptions specified by `flags'. Floating-point traps can be
56 -------------------------------------------------------------------------------
101 -------------------------------------------------------------------------------
103 -------------------------------------------------------------------------------
111 -------------------------------------------------------------------------------
112 The pattern for a default generated single-precision NaN.
113 -------------------------------------------------------------------------------
118 -------------------------------------------------------------------------------
119 Returns 1 if the single-precision floating-point value `a' is a NaN;
121 -------------------------------------------------------------------------------
134 -------------------------------------------------------------------------------
135 Returns 1 if the single-precision floating-point value `a' is a signaling
137 -------------------------------------------------------------------------------
153 -------------------------------------------------------------------------------
154 Returns the result of converting the single-precision floating-point NaN
157 -------------------------------------------------------------------------------
172 -------------------------------------------------------------------------------
173 Returns the result of converting the canonical NaN `a' to the single-
174 precision floating-point format.
175 -------------------------------------------------------------------------------
185 -------------------------------------------------------------------------------
186 Takes two single-precision floating-point values `a' and `b', one of which
189 -------------------------------------------------------------------------------
212 -------------------------------------------------------------------------------
213 The pattern for a default generated double-precision NaN.
214 -------------------------------------------------------------------------------
219 -------------------------------------------------------------------------------
220 Returns 1 if the double-precision floating-point value `a' is a NaN;
222 -------------------------------------------------------------------------------
236 -------------------------------------------------------------------------------
237 Returns 1 if the double-precision floating-point value `a' is a signaling
239 -------------------------------------------------------------------------------
257 -------------------------------------------------------------------------------
258 Returns the result of converting the double-precision floating-point NaN
261 -------------------------------------------------------------------------------
276 -------------------------------------------------------------------------------
277 Returns the result of converting the canonical NaN `a' to the double-
278 precision floating-point format.
279 -------------------------------------------------------------------------------
292 -------------------------------------------------------------------------------
293 Takes two double-precision floating-point values `a' and `b', one of which
296 -------------------------------------------------------------------------------
321 -------------------------------------------------------------------------------
322 The pattern for a default generated extended double-precision NaN. The
323 `high' and `low' values hold the most- and least-significant bits,
325 -------------------------------------------------------------------------------
331 -------------------------------------------------------------------------------
332 Returns 1 if the extended double-precision floating-point value `a' is a
334 -------------------------------------------------------------------------------
344 -------------------------------------------------------------------------------
345 Returns 1 if the extended double-precision floating-point value `a' is a
347 -------------------------------------------------------------------------------
362 -------------------------------------------------------------------------------
363 Returns the result of converting the extended double-precision floating-
366 -------------------------------------------------------------------------------
381 -------------------------------------------------------------------------------
383 double-precision floating-point format.
384 -------------------------------------------------------------------------------
397 -------------------------------------------------------------------------------
398 Takes two extended double-precision floating-point values `a' and `b', one
401 -------------------------------------------------------------------------------
428 -------------------------------------------------------------------------------
429 The pattern for a default generated quadruple-precision NaN. The `high' and
430 `low' values hold the most- and least-significant bits, respectively.
431 -------------------------------------------------------------------------------
437 -------------------------------------------------------------------------------
438 Returns 1 if the quadruple-precision floating-point value `a' is a NaN;
440 -------------------------------------------------------------------------------
452 -------------------------------------------------------------------------------
453 Returns 1 if the quadruple-precision floating-point value `a' is a
455 -------------------------------------------------------------------------------
467 -------------------------------------------------------------------------------
468 Returns the result of converting the quadruple-precision floating-point NaN
471 -------------------------------------------------------------------------------
485 -------------------------------------------------------------------------------
486 Returns the result of converting the canonical NaN `a' to the quadruple-
487 precision floating-point format.
488 -------------------------------------------------------------------------------
501 -------------------------------------------------------------------------------
502 Takes two quadruple-precision floating-point values `a' and `b', one of
505 -------------------------------------------------------------------------------