Lines Matching refs:floating
12 SoftFloat is a software implementation of floating-point that conforms to
113 -- Conversions among all the floating-point formats, and also between
114 integers (32-bit and 64-bit) and any of the floating-point formats.
117 for all floating-point formats.
119 -- For each format, the floating-point remainder operation defined by the
122 -- For each floating-point format, a ``round to integer'' operation that
123 rounds to the nearest integer value in the same format. (The floating-
126 -- Comparisons between two values in the same floating-point format.
179 where `<exception>' is the appropriate name. To raise a floating-point
198 All conversions among the floating-point formats are supported, as are all
199 conversions between a floating-point format and 32-bit and 64-bit signed
218 returns one result. Conversions from a smaller to a larger floating-point
224 Conversions from floating-point to integer raise the invalid exception if
226 size (32 or 64 bits). If the floating-point operand is a NaN, the largest
230 On conversions to integer, if the floating-point operand is not already an
294 Each function takes a single floating-point operand and returns a result of
297 the resulting integer value is returned in the same floating-point format.
302 The following floating-point comparison functions are provided:
340 The following functions test whether a floating-point value is a signaling
354 SoftFloat provides a function for raising floating-point exceptions: