Peter S. Mazinger b6cfa5f080 2 more examples that show the handling of different objects in lib*.so and lib*.a, also handle arch specific optimized versions 18 년 전
..
powerpc 5632685c25 Modify libm's Makefile not needing any recursion 18 년 전
Makefile 3a7ac9c7a7 Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objects at once; use :=//$</$^; use CRT_SRC/CRT_OBJ/SCRT_OBJ/CSRC/COBJ/SSRC/SOBJ/MSRC/MOBJ where no more is needed, if only CSRC is present use OBJS directly instead of COBJ; CTOR_TARGETS are created directly in lib; remove unused/unneeded parts. Hope I haven't broken too much. 18 년 전
Makefile.in b6cfa5f080 2 more examples that show the handling of different objects in lib*.so and lib*.a, also handle arch specific optimized versions 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 7036f928bf Disable float wrappers for functions that are not presently 19 년 전
fp_private.h c4e44e97f8 Trim off whitespace 19 년 전
fpmacros.c c4e44e97f8 Trim off whitespace 19 년 전
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_ceilf.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 c4e44e97f8 Trim off whitespace 19 년 전
s_floor.c c4e44e97f8 Trim off whitespace 19 년 전
s_floorf.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_log1p.c c4e44e97f8 Trim off whitespace 19 년 전
s_logb.c c4e44e97f8 Trim off whitespace 19 년 전
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_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 c4e44e97f8 Trim off whitespace 19 년 전
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