Peter S. Mazinger ba31c6c463 Remove TOPDIR пре 18 година
..
powerpc 358043ffb9 Renamed arch specific Makefile.in to Makefile.arch, else if TARGET_ARCH does not exist, we reinclude the including Makefile. Moved arch/common fpu_control.h link creation into main Makefile.in. Updated the link creation script to remove all the other Makefiles пре 18 година
Makefile ba31c6c463 Remove TOPDIR пре 18 година
Makefile.in 31ae4299f5 Add info to CFLAGS about lib we are building пре 18 година
README c4e44e97f8 Trim off whitespace пре 19 година
e_acos.c c4e44e97f8 Trim off whitespace пре 19 година
e_acosh.c c4e44e97f8 Trim off whitespace пре 19 година
e_asin.c c4e44e97f8 Trim off whitespace пре 19 година
e_atan2.c c4e44e97f8 Trim off whitespace пре 19 година
e_atanh.c c4e44e97f8 Trim off whitespace пре 19 година
e_cosh.c c4e44e97f8 Trim off whitespace пре 19 година
e_exp.c c4e44e97f8 Trim off whitespace пре 19 година
e_fmod.c c4e44e97f8 Trim off whitespace пре 19 година
e_gamma.c c4e44e97f8 Trim off whitespace пре 19 година
e_gamma_r.c c4e44e97f8 Trim off whitespace пре 19 година
e_hypot.c c4e44e97f8 Trim off whitespace пре 19 година
e_j0.c c4e44e97f8 Trim off whitespace пре 19 година
e_j1.c c4e44e97f8 Trim off whitespace пре 19 година
e_jn.c c4e44e97f8 Trim off whitespace пре 19 година
e_lgamma.c c4e44e97f8 Trim off whitespace пре 19 година
e_lgamma_r.c c4e44e97f8 Trim off whitespace пре 19 година
e_log.c c4e44e97f8 Trim off whitespace пре 19 година
e_log10.c c4e44e97f8 Trim off whitespace пре 19 година
e_pow.c c4e44e97f8 Trim off whitespace пре 19 година
e_rem_pio2.c c4e44e97f8 Trim off whitespace пре 19 година
e_remainder.c c4e44e97f8 Trim off whitespace пре 19 година
e_scalb.c c4e44e97f8 Trim off whitespace пре 19 година
e_sinh.c c4e44e97f8 Trim off whitespace пре 19 година
e_sqrt.c c4e44e97f8 Trim off whitespace пре 19 година
float_wrappers.c abc27c85d6 cleanup how we enable/disable certain wrappers since some were suffering from bit rot ... also enable the round float wrappers пре 18 година
fp_private.h c4e44e97f8 Trim off whitespace пре 19 година
fpmacros.c 6d0c300ebf Remove s_ceilf.c and s_floorf.c, ceilf and floorf are provided by the float_wrapper. I hope that __ceilf and __floorf are not needed anywhere. Use only __finite from s_finite.c, disabled in fpmacros.c. Allow IMA compiling, 2 files: s_lib_version.c and w_cabs.c have to be reworked for complete IMA. пре 18 година
k_cos.c c4e44e97f8 Trim off whitespace пре 19 година
k_rem_pio2.c c4e44e97f8 Trim off whitespace пре 19 година
k_sin.c c4e44e97f8 Trim off whitespace пре 19 година
k_standard.c c4e44e97f8 Trim off whitespace пре 19 година
k_tan.c c4e44e97f8 Trim off whitespace пре 19 година
math_private.h a0ca45d467 import thumb support from jbowler in Bug 385 пре 19 година
nan.c 3942feca80 Fill a few little holes in the math library пре 22 година
s_asinh.c c4e44e97f8 Trim off whitespace пре 19 година
s_atan.c c4e44e97f8 Trim off whitespace пре 19 година
s_cbrt.c c4e44e97f8 Trim off whitespace пре 19 година
s_ceil.c c4e44e97f8 Trim off whitespace пре 19 година
s_copysign.c c4e44e97f8 Trim off whitespace пре 19 година
s_cos.c c4e44e97f8 Trim off whitespace пре 19 година
s_erf.c c4e44e97f8 Trim off whitespace пре 19 година
s_expm1.c c4e44e97f8 Trim off whitespace пре 19 година
s_fabs.c c4e44e97f8 Trim off whitespace пре 19 година
s_finite.c 6d0c300ebf Remove s_ceilf.c and s_floorf.c, ceilf and floorf are provided by the float_wrapper. I hope that __ceilf and __floorf are not needed anywhere. Use only __finite from s_finite.c, disabled in fpmacros.c. Allow IMA compiling, 2 files: s_lib_version.c and w_cabs.c have to be reworked for complete IMA. пре 18 година
s_floor.c c4e44e97f8 Trim off whitespace пре 19 година
s_frexp.c c4e44e97f8 Trim off whitespace пре 19 година
s_ilogb.c c4e44e97f8 Trim off whitespace пре 19 година
s_ldexp.c c4e44e97f8 Trim off whitespace пре 19 година
s_lib_version.c c4e44e97f8 Trim off whitespace пре 19 година
s_llround.c ea8e9b58cc add implementations from glibc for the round functions пре 18 година
s_log1p.c c4e44e97f8 Trim off whitespace пре 19 година
s_logb.c c4e44e97f8 Trim off whitespace пре 19 година
s_lround.c ea8e9b58cc add implementations from glibc for the round functions пре 18 година
s_matherr.c c4e44e97f8 Trim off whitespace пре 19 година
s_modf.c c4e44e97f8 Trim off whitespace пре 19 година
s_nextafter.c c4e44e97f8 Trim off whitespace пре 19 година
s_rint.c c4e44e97f8 Trim off whitespace пре 19 година
s_round.c ea8e9b58cc add implementations from glibc for the round functions пре 18 година
s_scalbn.c c4e44e97f8 Trim off whitespace пре 19 година
s_signgam.c 7ce331c01c Totally rework the math library, this time based on the MacOs X пре 22 година
s_significand.c c4e44e97f8 Trim off whitespace пре 19 година
s_sin.c c4e44e97f8 Trim off whitespace пре 19 година
s_tan.c c4e44e97f8 Trim off whitespace пре 19 година
s_tanh.c c4e44e97f8 Trim off whitespace пре 19 година
w_acos.c c4e44e97f8 Trim off whitespace пре 19 година
w_acosh.c c4e44e97f8 Trim off whitespace пре 19 година
w_asin.c c4e44e97f8 Trim off whitespace пре 19 година
w_atan2.c c4e44e97f8 Trim off whitespace пре 19 година
w_atanh.c c4e44e97f8 Trim off whitespace пре 19 година
w_cabs.c f2b12ea516 Correct w_cabs.c so it can be added to IMA, add -D_POSIX_MODE for compiling s_lib_version.c (only in the new Makefile) пре 18 година
w_cosh.c c4e44e97f8 Trim off whitespace пре 19 година
w_drem.c c4e44e97f8 Trim off whitespace пре 19 година
w_exp.c c4e44e97f8 Trim off whitespace пре 19 година
w_fmod.c c4e44e97f8 Trim off whitespace пре 19 година
w_gamma.c c4e44e97f8 Trim off whitespace пре 19 година
w_gamma_r.c c4e44e97f8 Trim off whitespace пре 19 година
w_hypot.c c4e44e97f8 Trim off whitespace пре 19 година
w_j0.c c4e44e97f8 Trim off whitespace пре 19 година
w_j1.c c4e44e97f8 Trim off whitespace пре 19 година
w_jn.c c4e44e97f8 Trim off whitespace пре 19 година
w_lgamma.c c4e44e97f8 Trim off whitespace пре 19 година
w_lgamma_r.c c4e44e97f8 Trim off whitespace пре 19 година
w_log.c c4e44e97f8 Trim off whitespace пре 19 година
w_log10.c c4e44e97f8 Trim off whitespace пре 19 година
w_pow.c c4e44e97f8 Trim off whitespace пре 19 година
w_remainder.c c4e44e97f8 Trim off whitespace пре 19 година
w_scalb.c c4e44e97f8 Trim off whitespace пре 19 година
w_sinh.c c4e44e97f8 Trim off whitespace пре 19 година
w_sqrt.c c4e44e97f8 Trim off whitespace пре 19 година

README

The routines included in this math library are derived from the
math library for Apple's MacOS X/Darwin math library, which was
itself swiped from FreeBSD. The original copyright information
is as follows:

Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.

Developed at SunPro, a Sun Microsystems, Inc. business.
Permission to use, copy, modify, and distribute this
software is freely granted, provided that this notice
is preserved.

It has been ported to work with uClibc and generally behave
by Erik Andersen
22 May, 2001