Lines Matching refs:NaN
61 Internal canonical NaN format.
71 The pattern for a default generated single-precision NaN.
78 Returns 1 if the single-precision floating-point value `a' is a NaN;
92 NaN; otherwise returns 0.
104 Returns the result of converting the single-precision floating-point NaN
105 `a' to the canonical NaN format. If `a' is a signaling NaN, the invalid
123 Returns the result of converting the canonical NaN `a' to the single-
137 is a NaN, and returns the appropriate NaN result. If either `a' or `b' is a
138 signaling NaN, the invalid exception is raised.
163 The pattern for a default generated double-precision NaN.
170 Returns 1 if the double-precision floating-point value `a' is a NaN;
184 NaN; otherwise returns 0.
198 Returns the result of converting the double-precision floating-point NaN
199 `a' to the canonical NaN format. If `a' is a signaling NaN, the invalid
217 Returns the result of converting the canonical NaN `a' to the double-
234 is a NaN, and returns the appropriate NaN result. If either `a' or `b' is a
235 signaling NaN, the invalid exception is raised.
262 The pattern for a default generated extended double-precision NaN. The
273 NaN; otherwise returns 0.
286 signaling NaN; otherwise returns 0.
307 point NaN `a' to the canonical NaN format. If `a' is a signaling NaN, the
325 Returns the result of converting the canonical NaN `a' to the extended
343 of which is a NaN, and returns the appropriate NaN result. If either `a' or
344 `b' is a signaling NaN, the invalid exception is raised.