Lines Matching refs:NaN

57 Internal canonical NaN format.
67 The pattern for a default generated single-precision NaN.
74 Returns 1 if the single-precision floating-point value `a' is a NaN;
88 NaN; otherwise returns 0.
100 Returns the result of converting the single-precision floating-point NaN
101 `a' to the canonical NaN format. If `a' is a signaling NaN, the invalid
119 Returns the result of converting the canonical NaN `a' to the single-
133 is a NaN, and returns the appropriate NaN result. If either `a' or `b' is a
134 signaling NaN, the invalid exception is raised.
159 The pattern for a default generated double-precision NaN.
166 Returns 1 if the double-precision floating-point value `a' is a NaN;
180 NaN; otherwise returns 0.
194 Returns the result of converting the double-precision floating-point NaN
195 `a' to the canonical NaN format. If `a' is a signaling NaN, the invalid
213 Returns the result of converting the canonical NaN `a' to the double-
230 is a NaN, and returns the appropriate NaN result. If either `a' or `b' is a
231 signaling NaN, the invalid exception is raised.
258 The pattern for a default generated extended double-precision NaN. The
269 NaN; otherwise returns 0.
282 signaling NaN; otherwise returns 0.
300 point NaN `a' to the canonical NaN format. If `a' is a signaling NaN, the
318 Returns the result of converting the canonical NaN `a' to the extended
335 of which is a NaN, and returns the appropriate NaN result. If either `a' or
336 `b' is a signaling NaN, the invalid exception is raised.
365 The pattern for a default generated quadruple-precision NaN. The `high' and
374 Returns 1 if the quadruple-precision floating-point value `a' is a NaN;
390 signaling NaN; otherwise returns 0.
404 Returns the result of converting the quadruple-precision floating-point NaN
405 `a' to the canonical NaN format. If `a' is a signaling NaN, the invalid
422 Returns the result of converting the canonical NaN `a' to the quadruple-
439 which is a NaN, and returns the appropriate NaN result. If either `a' or
440 `b' is a signaling NaN, the invalid exception is raised.