Lines Matching refs:floating
13 SoftFloat is a software implementation of floating-point that conforms to
114 -- Conversions among all the floating-point formats, and also between
115 integers (32-bit and 64-bit) and any of the floating-point formats.
118 for all floating-point formats.
120 -- For each format, the floating-point remainder operation defined by the
123 -- For each floating-point format, a ``round to integer'' operation that
124 rounds to the nearest integer value in the same format. (The floating-
127 -- Comparisons between two values in the same floating-point format.
180 where `<exception>' is the appropriate name. To raise a floating-point
199 All conversions among the floating-point formats are supported, as are all
200 conversions between a floating-point format and 32-bit and 64-bit signed
219 returns one result. Conversions from a smaller to a larger floating-point
225 Conversions from floating-point to integer raise the invalid exception if
227 size (32 or 64 bits). If the floating-point operand is a NaN, the largest
231 On conversions to integer, if the floating-point operand is not already an
295 Each function takes a single floating-point operand and returns a result of
298 the resulting integer value is returned in the same floating-point format.
303 The following floating-point comparison functions are provided:
341 The following functions test whether a floating-point value is a signaling
355 SoftFloat provides a function for raising floating-point exceptions: