2014-12-15 Jonathan Roelofs <jonathan@codesourcery.com>
* libc/include/math.h: Add log2l,logbl,nexttowardf, * nexttoward,nexttowardl * libm/common/Makefile.am: Reference new files * libm/common/Makefile.in: Reference new files * libm/common/log2l.c: New File * libm/common/logbl.c: Likewise * libm/common/nexttowardf.c: Likewise * libm/common/nexttoward.c: Likewise * libm/common/nexttowardl.c: Likewise
This commit is contained in:
@ -423,6 +423,11 @@ extern int ilogbl _PARAMS((long double));
|
||||
extern long double asinhl _PARAMS((long double));
|
||||
extern long double cbrtl _PARAMS((long double));
|
||||
extern long double nextafterl _PARAMS((long double, long double));
|
||||
extern float nexttowardf _PARAMS((float, long double));
|
||||
extern double nexttoward _PARAMS((double, long double));
|
||||
extern long double nexttowardl _PARAMS((long double, long double));
|
||||
extern long double logbl _PARAMS((long double));
|
||||
extern long double log2l _PARAMS((long double));
|
||||
extern long double rintl _PARAMS((long double));
|
||||
extern long double scalbnl _PARAMS((long double, int));
|
||||
extern long double exp2l _PARAMS((long double));
|
||||
|
Reference in New Issue
Block a user