| 660 | *----------------------------------------------------------------------------*/ |
| 661 | |
| 662 | static inline uint32_t extractFloat32Frac( float32 a ) |
| 663 | { |
| 664 | |
| 665 | return float32_val(a) & 0x007FFFFF; |
| 666 | |
| 667 | } |
| 668 | |
| 669 | /*---------------------------------------------------------------------------- |
| 670 | | Returns the exponent bits of the single-precision floating-point value `a'. |
no outgoing calls
no test coverage detected