| 852 | *----------------------------------------------------------------------------*/ |
| 853 | |
| 854 | static inline flag extractFloat64Sign( float64 a ) |
| 855 | { |
| 856 | |
| 857 | return float64_val(a)>>63; |
| 858 | |
| 859 | } |
| 860 | |
| 861 | /*---------------------------------------------------------------------------- |
| 862 | | If `a' is denormal and we are in flush-to-zero mode then set the |
no outgoing calls
no test coverage detected