| 1027 | *----------------------------------------------------------------------------*/ |
| 1028 | |
| 1029 | int32_t extractFloatx80Exp( floatx80 a ) |
| 1030 | { |
| 1031 | |
| 1032 | return a.high & 0x7FFF; |
| 1033 | |
| 1034 | } |
| 1035 | |
| 1036 | /*---------------------------------------------------------------------------- |
| 1037 | | Returns the sign bit of the extended double-precision floating-point value |
no outgoing calls
no test coverage detected