| 1015 | *----------------------------------------------------------------------------*/ |
| 1016 | |
| 1017 | uint64_t extractFloatx80Frac( floatx80 a ) |
| 1018 | { |
| 1019 | |
| 1020 | return a.low; |
| 1021 | |
| 1022 | } |
| 1023 | |
| 1024 | /*---------------------------------------------------------------------------- |
| 1025 | | Returns the exponent bits of the extended double-precision floating-point |
no outgoing calls
no test coverage detected