gcc/libstdc++-v3/libmath
Roger Sayle c85dfef7a0 std_cmath.h: Don't import C99's float transcendentals into the __gnu_cxx::__c99_binding...
* include/c_std/std_cmath.h: Don't import C99's float transcendentals
	into the __gnu_cxx::__c99_binding namespace.
	(acos, asin, atan, atan2, ceil, cosh, exp, floor, fmod, frexp,
	ldexp, log, log10, modf, pow, sinh, tan, tanh): Implement using
	GCC's math builtins, i.e. __builtin_foo.
	* libmath/stubs.c (acosf, acosl, asinf, asinl, atanf, atanl,
	ceilf, ceill, floorf, floorl, fmodf, fmodl, frexpf, frexpl,
	ldexpf, ldexpl, modff, modfl): Provide stub implementations.

From-SVN: r73629
2003-11-15 14:26:47 +00:00
..
Makefile.am Makefile.am: Remove trailing whitespace. 2003-08-27 21:29:43 +00:00
Makefile.in Makefile.am: Remove trailing whitespace. 2003-08-27 21:29:43 +00:00
copysignf.c signbitl.c: Copyright years as list, not range. 2002-01-16 19:57:39 +00:00
mathconf.h configure.in: Check for <sys/types.h>. 2001-08-16 12:49:19 +00:00
nan.c signbitl.c: Copyright years as list, not range. 2002-01-16 19:57:39 +00:00
signbit.c signbitl.c: Copyright years as list, not range. 2002-01-16 19:57:39 +00:00
signbitf.c signbitl.c: Copyright years as list, not range. 2002-01-16 19:57:39 +00:00
signbitl.c signbitl.c: Copyright years as list, not range. 2002-01-16 19:57:39 +00:00
stubs.c std_cmath.h: Don't import C99's float transcendentals into the __gnu_cxx::__c99_binding... 2003-11-15 14:26:47 +00:00