Lines Matching full:conversions
16 are implemented, except for conversions to and from decimal.
113 -- Conversions among all the floating-point formats, and also between
129 are conversions to and from decimal.
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
219 format are always exact and so require no rounding. Conversions from 32-bit
221 for conversions from 64-bit integers to extended double and quadruple
224 Conversions from floating-point to integer raise the invalid exception if
230 On conversions to integer, if the floating-point operand is not already an
233 languages) require that conversions to integers be rounded toward zero, the