NetBSD/lib/libm/src
joerg cee5599b68 Add logbl(3). 2011-08-03 14:13:07 +00:00
..
e_acos.c
e_acosf.c
e_acosh.c
e_acoshf.c
e_asin.c
e_asinf.c
e_atan2.c
e_atan2f.c
e_atanh.c
e_atanhf.c
e_cosh.c
e_coshf.c
e_exp.c
e_expf.c
e_fmod.c
e_fmodf.c
e_hypot.c avoid shadow variables, and enable lint. 2008-04-25 22:21:53 +00:00
e_hypotf.c avoid shadow variables, and enable lint. 2008-04-25 22:21:53 +00:00
e_j0.c Add C99 complex support, for double and float. 2007-08-20 16:01:28 +00:00
e_j0f.c Add C99 complex support, for double and float. 2007-08-20 16:01:28 +00:00
e_j1.c Add C99 complex support, for double and float. 2007-08-20 16:01:28 +00:00
e_j1f.c Add C99 complex support, for double and float. 2007-08-20 16:01:28 +00:00
e_jn.c fix accuracy problems in argument ranges where j0(x) is small, closes 2010-11-29 15:10:06 +00:00
e_jnf.c fix accuracy problems in argument ranges where j0(x) is small, closes 2010-11-29 15:10:06 +00:00
e_lgamma_r.c
e_lgammaf_r.c
e_log.c
e_log2.c
e_log2f.c
e_log10.c
e_log10f.c
e_logf.c
e_pow.c -build ldexp/frexp/modf locally again rather than relying on libc 2010-04-23 19:17:07 +00:00
e_powf.c -build ldexp/frexp/modf locally again rather than relying on libc 2010-04-23 19:17:07 +00:00
e_rem_pio2.c
e_rem_pio2f.c fix -Wsign-compare issue 2009-01-19 05:58:27 +00:00
e_remainder.c
e_remainderf.c
e_scalb.c -build ldexp/frexp/modf locally again rather than relying on libc 2010-04-23 19:17:07 +00:00
e_scalbf.c -build ldexp/frexp/modf locally again rather than relying on libc 2010-04-23 19:17:07 +00:00
e_sinh.c
e_sinhf.c
e_sqrt.c fix -Wsign-compare issue (on macppc) 2009-02-16 01:19:34 +00:00
e_sqrtf.c
k_cos.c
k_cosf.c
k_rem_pio2.c -build ldexp/frexp/modf locally again rather than relying on libc 2010-04-23 19:17:07 +00:00
k_rem_pio2f.c -build ldexp/frexp/modf locally again rather than relying on libc 2010-04-23 19:17:07 +00:00
k_sin.c
k_sinf.c
k_standard.c let log(<0) return NaN rather than -inf in POSIX/XOPEN modes, as 2011-04-11 15:17:33 +00:00
k_tan.c
k_tanf.c
llrint.c
llrintf.c
llround.c
llroundf.c
lrint.c pass a little lint. 2008-04-26 23:49:50 +00:00
lrintf.c pass a little lint. 2008-04-26 23:49:50 +00:00
lround.c pass a little lint. 2008-04-26 23:49:50 +00:00
lroundf.c pass a little lint. 2008-04-26 23:49:50 +00:00
math_private.h fix an obvious botch which made eg conjl(3) a no-op 2010-09-16 20:39:50 +00:00
namespace.h Add scalbnl to libm. 2011-07-26 16:10:15 +00:00
s_asinh.c
s_asinhf.c
s_atan.c
s_atanf.c
s_cbrt.c
s_cbrtf.c
s_ceil.c fix -Wsign-compare issue (on macppc) 2009-02-16 01:19:34 +00:00
s_ceilf.c avoid shadow variables, and enable lint. 2008-04-25 22:21:53 +00:00
s_copysign.c
s_copysignf.c
s_copysignl.c don't compile long double support for the havenots. 2010-09-17 20:39:39 +00:00
s_cos.c Add C99 complex support, for double and float. 2007-08-20 16:01:28 +00:00
s_cosf.c Add C99 complex support, for double and float. 2007-08-20 16:01:28 +00:00
s_erf.c
s_erff.c
s_exp2.c remove weak reference for now. 2010-01-11 23:38:24 +00:00
s_exp2f.c Add exp2 and exp2m 2010-01-11 16:28:39 +00:00
s_expm1.c
s_expm1f.c
s_fabs.c
s_fabsf.c
s_fabsl.c don't compile long double support for the havenots. 2010-09-17 20:39:39 +00:00
s_fdim.c Fix broken RCSID. 2010-03-08 01:05:20 +00:00
s_finite.c
s_finitef.c
s_floor.c fix -Wsign-compare issue (on macppc) 2009-02-16 01:19:34 +00:00
s_floorf.c avoid shadow variables, and enable lint. 2008-04-25 22:21:53 +00:00
s_fmax.c Fix broken RCSID. 2010-03-08 01:05:20 +00:00
s_fmaxf.c Fix broken RCSID. 2010-03-08 01:05:20 +00:00
s_fmaxl.c avoid some uninitalised variable warnings. 2011-07-04 11:46:41 +00:00
s_fmin.c add f{min,max,dim}{,l,f} from FreeBSD 2009-10-04 22:04:30 +00:00
s_fminf.c Fix broken RCSID. 2010-03-08 01:05:20 +00:00
s_fminl.c avoid some uninitalised variable warnings. 2011-07-04 11:46:41 +00:00
s_frexp.c Fix a little lint. 2008-09-28 18:54:55 +00:00
s_frexpf.c replace the last cast through void* by the SET_FLOAT_WORD macro, inspired 2007-08-21 20:12:27 +00:00
s_ilogb.c Add ilogbl(3). 2011-07-28 22:32:28 +00:00
s_ilogbf.c
s_ilogbl.c Add ilogbl(3). 2011-07-28 22:32:28 +00:00
s_infinity.c
s_isinf.c
s_isinff.c
s_isnan.c
s_isnanf.c
s_ldexp.c -build ldexp/frexp/modf locally again rather than relying on libc 2010-04-23 19:17:07 +00:00
s_ldexpf.c -build ldexp/frexp/modf locally again rather than relying on libc 2010-04-23 19:17:07 +00:00
s_lib_version.c
s_log1p.c
s_log1pf.c
s_logb.c Add logbl(3). 2011-08-03 14:13:07 +00:00
s_logbf.c
s_logbl.c Add logbl(3). 2011-08-03 14:13:07 +00:00
s_matherr.c
s_modf.c fix return value in case of NaN input 2010-01-27 14:07:41 +00:00
s_modff.c fix return value in case of NaN input 2010-01-27 14:07:41 +00:00
s_nextafter.c according to C99/POSIX, nextafter(x,y) should return y if x==y, from 2011-04-18 15:59:09 +00:00
s_nextafterf.c according to C99/POSIX, nextafter(x,y) should return y if x==y, from 2011-04-18 15:59:09 +00:00
s_nextafterl.c don't compile long double support for the havenots. 2010-09-17 20:39:39 +00:00
s_nexttoward.c commit long double SoC code from Stathis Kamperis 2010-09-15 16:12:05 +00:00
s_remquo.c Add the actual function files. From FreeBSD via Stathis Kamperis 2011-02-06 01:53:38 +00:00
s_remquof.c Add the actual function files. From FreeBSD via Stathis Kamperis 2011-02-06 01:53:38 +00:00
s_rint.c avoid shadow variables, and enable lint. 2008-04-25 22:21:53 +00:00
s_rintf.c avoid shadow variables, and enable lint. 2008-04-25 22:21:53 +00:00
s_round.c Adopt an (older) fix from FreeBSD: using ceil() on values in (0,0.5] 2007-08-21 20:10:27 +00:00
s_roundf.c Adopt an (older) fix from FreeBSD: using ceil() on values in (0,0.5] 2007-08-21 20:10:27 +00:00
s_scalbn.c Add scalbnl to libm. 2011-07-26 16:10:15 +00:00
s_scalbnf.c -build ldexp/frexp/modf locally again rather than relying on libc 2010-04-23 19:17:07 +00:00
s_scalbnl.c Add scalbnl to libm. 2011-07-26 16:10:15 +00:00
s_signgam.c
s_significand.c
s_significandf.c
s_sin.c Add C99 complex support, for double and float. 2007-08-20 16:01:28 +00:00
s_sinf.c Add C99 complex support, for double and float. 2007-08-20 16:01:28 +00:00
s_tan.c
s_tanf.c
s_tanh.c
s_tanhf.c
s_trunc.c avoid shadow variables, and enable lint. 2008-04-25 22:21:53 +00:00
s_truncf.c avoid shadow variables, and enable lint. 2008-04-25 22:21:53 +00:00
w_acos.c
w_acosf.c
w_acosh.c
w_acoshf.c
w_asin.c Add C99 complex support, for double and float. 2007-08-20 16:01:28 +00:00
w_asinf.c Add C99 complex support, for double and float. 2007-08-20 16:01:28 +00:00
w_atan2.c make the hypot/atan2 functions weak aliases, because they are used 2007-08-10 21:20:35 +00:00
w_atan2f.c make the hypot/atan2 functions weak aliases, because they are used 2007-08-10 21:20:35 +00:00
w_atanh.c
w_atanhf.c
w_cosh.c Add C99 complex support, for double and float. 2007-08-20 16:01:28 +00:00
w_coshf.c Add C99 complex support, for double and float. 2007-08-20 16:01:28 +00:00
w_drem.c
w_dremf.c
w_exp.c Add C99 complex support, for double and float. 2007-08-20 16:01:28 +00:00
w_expf.c Add C99 complex support, for double and float. 2007-08-20 16:01:28 +00:00
w_fmod.c
w_fmodf.c
w_gamma.c
w_gamma_r.c
w_gammaf.c
w_gammaf_r.c
w_hypot.c make the hypot/atan2 functions weak aliases, because they are used 2007-08-10 21:20:35 +00:00
w_hypotf.c make the hypot/atan2 functions weak aliases, because they are used 2007-08-10 21:20:35 +00:00
w_j0.c
w_j0f.c
w_j1.c
w_j1f.c
w_jn.c
w_jnf.c
w_lgamma.c
w_lgamma_r.c
w_lgammaf.c
w_lgammaf_r.c
w_log.c Add C99 complex support, for double and float. 2007-08-20 16:01:28 +00:00
w_log2.c
w_log2f.c
w_log10.c
w_log10f.c
w_logf.c Add C99 complex support, for double and float. 2007-08-20 16:01:28 +00:00
w_pow.c
w_powf.c
w_remainder.c
w_remainderf.c
w_scalb.c
w_scalbf.c
w_sinh.c Add C99 complex support, for double and float. 2007-08-20 16:01:28 +00:00
w_sinhf.c Add C99 complex support, for double and float. 2007-08-20 16:01:28 +00:00
w_sqrt.c
w_sqrtf.c