ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libecb/ecb.pod
(Generate patch)

Comparing libecb/ecb.pod (file contents):
Revision 1.58 by root, Thu Oct 16 15:01:54 2014 UTC vs.
Revision 1.59 by sf-exg, Mon Jan 26 12:04:56 2015 UTC

691 691
692=item float ecb_binary32_to_float (uint32_t x) [-UECB_NO_LIBM] 692=item float ecb_binary32_to_float (uint32_t x) [-UECB_NO_LIBM]
693 693
694=item double ecb_binary32_to_double (uint64_t x) [-UECB_NO_LIBM] 694=item double ecb_binary32_to_double (uint64_t x) [-UECB_NO_LIBM]
695 695
696The reverse operation of the previos function - takes the bit 696The reverse operation of the previous function - takes the bit
697representation of an IEEE binary16, binary32 or binary64 number and 697representation of an IEEE binary16, binary32 or binary64 number and
698converts it to the native C<float> or C<double> format. 698converts it to the native C<float> or C<double> format.
699 699
700This function should work even when the native floating point format isn't 700This function should work even when the native floating point format isn't
701IEEE compliant, of course at a speed and code size penalty, and of course 701IEEE compliant, of course at a speed and code size penalty, and of course

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines