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

Comparing cvsroot/libecb/ecb.pod (file contents):
Revision 1.66 by sf-exg, Fri Feb 20 11:28:08 2015 UTC vs.
Revision 1.70 by root, Tue Sep 1 16:14:42 2015 UTC

242Similar to C<ecb_unused>, but marks a function, variable or type as 242Similar to C<ecb_unused>, but marks a function, variable or type as
243deprecated. This makes some compilers warn when the type is used. 243deprecated. This makes some compilers warn when the type is used.
244 244
245=item ecb_deprecated_message (message) 245=item ecb_deprecated_message (message)
246 246
247Same as C<ecb_deprecated>, but if possible, supplies a diagnostic that is 247Same as C<ecb_deprecated>, but if possible, the specified diagnostic is
248used instead of a generic depreciation message when the object is being 248used instead of a generic depreciation message when the object is being
249used. 249used.
250 250
251=item ecb_inline 251=item ecb_inline
252 252
736 736
737=item float ecb_binary16_to_float (uint16_t x) [-UECB_NO_LIBM] 737=item float ecb_binary16_to_float (uint16_t x) [-UECB_NO_LIBM]
738 738
739=item float ecb_binary32_to_float (uint32_t x) [-UECB_NO_LIBM] 739=item float ecb_binary32_to_float (uint32_t x) [-UECB_NO_LIBM]
740 740
741=item double ecb_binary32_to_double (uint64_t x) [-UECB_NO_LIBM] 741=item double ecb_binary64_to_double (uint64_t x) [-UECB_NO_LIBM]
742 742
743The reverse operation of the previous function - takes the bit 743The reverse operation of the previous function - takes the bit
744representation of an IEEE binary16, binary32 or binary64 number and 744representation of an IEEE binary16, binary32 or binary64 number and
745converts it to the native C<float> or C<double> format. 745converts it to the native C<float> or C<double> format.
746 746
840dependencies on the math library (usually called F<-lm>) - these are 840dependencies on the math library (usually called F<-lm>) - these are
841marked with [-UECB_NO_LIBM]. 841marked with [-UECB_NO_LIBM].
842 842
843=back 843=back
844 844
845=head1 UNDOCUMENTED FUNCTIONALITY
845 846
847F<ecb.h> is full of undocumented functionality as well, some of which is
848intended to be internal-use only, some of which we forgot to document, and
849some of which we hide because we are not sure we will keep the interface
850stable.
851
852While you are welcome to rummage around and use whatever you find useful
853(we can't stop you), keep in mind that we will change undocumented
854functionality in incompatible ways without thinking twice, while we are
855considerably more conservative with documented things.
856
857=head1 AUTHORS
858
859C<libecb> is designed and maintained by:
860
861 Emanuele Giaquinta <e.giaquinta@glauco.it>
862 Marc Alexander Lehmann <schmorp@schmorp.de>
863
864

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines