aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/libmath/stubs.c
AgeCommit message (Expand)AuthorFilesLines
2005-08-17All files: Update FSF address.Kelley Cook1-1/+1
2005-05-20stubs.c: Also implement fabsf/fabsl if not present in the system libraries.Jan Beulich1-0/+17
2003-11-15std_cmath.h: Don't import C99's float transcendentals into the __gnu_cxx::__c...Roger Sayle1-0/+161
2003-11-04stubs.c (sqrtf, sqrtl): Reorder so they appear before they're used.Anthony Green1-17/+17
2003-05-21stubs.c (hypot, [...]): Don't divide by zero.Danny Smith1-1/+7
2002-01-01stubs.c (sinf,cosf): Implement stubs to enable the equivalent ___builtin__ ve...Roger Sayle1-3/+3
2001-08-14stubs.c: Fix PR/3988, replace _GBLICPP_HAVE_LOGL with HAVE_LOGLPeter Schmid1-1/+1
2001-07-25acinclude.m4: CHECK_MATH_DECL_AND_LINKAGE for hypot, hypotf, hypotl, atan2f, ...Gabriel Dos Reis1-13/+157
2001-07-13Makefile.am: New file encapsulating header generation rules.Stephen M. Webb1-1/+1
2001-07-06Makefile.am (EXTRA_DIST): Remove atan2f.c and expf.cGabriel Dos Reis1-0/+8
2001-06-23* libmath/stubs.c: Fix thinko.Gabriel Dos Reis1-0/+1
2001-06-23stubs.c (sqrtf): Define.David Edelsohn1-1/+8
2001-06-22* libmath/stubs.c (powf): Fix typo.Gabriel Dos Reis1-2/+2
2001-06-22* libmath/stubs.c (tanhf): Fix typo.Gabriel Dos Reis1-11/+11
2001-06-22stubs.c: New file.Gabriel Dos Reis1-0/+111