Lines Matching refs:NaN
98 Internal canonical NaN format.
108 The pattern for a default generated single-precision NaN.
115 Returns 1 if the single-precision floating-point value `a' is a NaN;
132 NaN; otherwise returns 0.
148 Returns the result of converting the single-precision floating-point NaN
149 `a' to the canonical NaN format. If `a' is a signaling NaN, the invalid
167 Returns the result of converting the canonical NaN `a' to the single-
181 is a NaN, and returns the appropriate NaN result. If either `a' or `b' is a
182 signaling NaN, the invalid exception is raised.
207 The pattern for a default generated double-precision NaN.
214 Returns 1 if the double-precision floating-point value `a' is a NaN;
232 NaN; otherwise returns 0.
250 Returns the result of converting the double-precision floating-point NaN
251 `a' to the canonical NaN format. If `a' is a signaling NaN, the invalid
269 Returns the result of converting the canonical NaN `a' to the double-
286 is a NaN, and returns the appropriate NaN result. If either `a' or `b' is a
287 signaling NaN, the invalid exception is raised.
314 The pattern for a default generated extended double-precision NaN. The
325 NaN; otherwise returns 0.
338 signaling NaN; otherwise returns 0.
356 point NaN `a' to the canonical NaN format. If `a' is a signaling NaN, the
374 Returns the result of converting the canonical NaN `a' to the extended
391 of which is a NaN, and returns the appropriate NaN result. If either `a' or
392 `b' is a signaling NaN, the invalid exception is raised.
421 The pattern for a default generated quadruple-precision NaN. The `high' and
430 Returns 1 if the quadruple-precision floating-point value `a' is a NaN;
446 signaling NaN; otherwise returns 0.
460 Returns the result of converting the quadruple-precision floating-point NaN
461 `a' to the canonical NaN format. If `a' is a signaling NaN, the invalid
478 Returns the result of converting the canonical NaN `a' to the quadruple-
495 which is a NaN, and returns the appropriate NaN result. If either `a' or
496 `b' is a signaling NaN, the invalid exception is raised.