| 682 | *----------------------------------------------------------------------------*/ |
| 683 | |
| 684 | static inline flag extractFloat32Sign( float32 a ) |
| 685 | { |
| 686 | |
| 687 | return float32_val(a)>>31; |
| 688 | |
| 689 | } |
| 690 | |
| 691 | /*---------------------------------------------------------------------------- |
| 692 | | Normalizes the subnormal single-precision floating-point value represented |
no outgoing calls
no test coverage detected