glibc/math/bits
Gabriel F. T. Gomes 33d523d7f8 float128: Include math-finite.h for _Float128
All the declarations in math-finite.h are macroized by floating-point
type.  This patch includes it for float128 and protects the
declarations of functions that need not be declared for float128.

	* math/math.h: Include bits/math-finite.h for float128.
	(__MATH_DECLARING_FLOATN): Define to control declaration of
	float128 functions.
	* math/bits/math-finite.h (pow10): Do not declare for float128.
	(gamma): Likewise.
	(scalb): Likewise.
2017-05-15 10:09:08 -03:00
..
cmathcalls.h float128: Add public _Float128 declarations to libm. 2017-05-15 10:08:56 -03:00
math-finite.h float128: Include math-finite.h for _Float128 2017-05-15 10:09:08 -03:00
mathcalls-helper-functions.h Split helper classification macros from mathcalls.h 2017-03-15 09:39:16 -03:00
mathcalls.h float128: Add public _Float128 declarations to libm. 2017-05-15 10:08:56 -03:00