| 841 | *----------------------------------------------------------------------------*/ |
| 842 | |
| 843 | static inline int extractFloat64Exp(float64 a) |
| 844 | { |
| 845 | |
| 846 | return ( float64_val(a)>>52 ) & 0x7FF; |
| 847 | |
| 848 | } |
| 849 | |
| 850 | /*---------------------------------------------------------------------------- |
| 851 | | Returns the sign bit of the double-precision floating-point value `a'. |
no outgoing calls
no test coverage detected