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

Comparing libecb/ecb.h (file contents):
Revision 1.159 by sf-exg, Sun Feb 22 16:35:20 2015 UTC vs.
Revision 1.160 by sf-exg, Thu Mar 19 15:43:51 2015 UTC

694 #endif 694 #endif
695 695
696 #if ECB_C99 || _XOPEN_VERSION >= 600 || _POSIX_VERSION >= 200112L 696 #if ECB_C99 || _XOPEN_VERSION >= 600 || _POSIX_VERSION >= 200112L
697 #define ecb_ldexpf(x,e) ldexpf ((x), (e)) 697 #define ecb_ldexpf(x,e) ldexpf ((x), (e))
698 #else 698 #else
699 #define ecb_ldexpf(x,e) (float) ldexp ((x), (e)) 699 #define ecb_ldexpf(x,e) (float) ldexp ((float) (x), (e))
700 #endif 700 #endif
701 701
702 /* converts an ieee half/binary16 to a float */ 702 /* converts an ieee half/binary16 to a float */
703 ecb_function_ ecb_const float ecb_binary16_to_float (uint16_t x); 703 ecb_function_ ecb_const float ecb_binary16_to_float (uint16_t x);
704 ecb_function_ ecb_const float 704 ecb_function_ ecb_const float

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines