NetBSD/lib/libm/src
lukem d66cb3da2c fix -Wsign-compare issue (on macppc) 2009-02-16 01:19:34 +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 Add C99 complex support, for double and float. 2007-08-20 16:01:28 +00:00
e_jnf.c fix -Wsign-compare issue 2009-01-19 05:58:27 +00:00
e_lgamma_r.c
e_lgammaf_r.c
e_log.c
e_log2.c Add log2 and log2f from FreeBSD PR 83845 2005-07-21 12:55:58 +00:00
e_log2f.c Add log2 and log2f from FreeBSD PR 83845 2005-07-21 12:55:58 +00:00
e_log10.c
e_log10f.c
e_logf.c
e_pow.c fix -Wsign-compare issue 2009-01-19 05:58:27 +00:00
e_powf.c fix -Wsign-compare issue 2009-01-19 05:58:27 +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
e_scalbf.c
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
k_rem_pio2f.c
k_sin.c
k_sinf.c
k_standard.c Add wrappers for the newly added functions. Thanks Klaus! 2005-07-21 16:58:39 +00:00
k_tan.c pull in an accuracy fix for corner cases from FDLIBM 5.3 2004-07-22 18:24:09 +00:00
k_tanf.c
llrint.c add licenses 2004-10-13 15:18:31 +00:00
llrintf.c add licenses 2004-10-13 15:18:31 +00:00
llround.c add licenses 2004-10-13 15:18:31 +00:00
llroundf.c add licenses 2004-10-13 15:18:31 +00:00
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 pass a little lint. 2008-04-26 23:49:50 +00:00
namespace.h Add C99 complex support, for double and float. 2007-08-20 16:01:28 +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_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_expm1.c
s_expm1f.c
s_fabs.c
s_fabsf.c
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_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
s_ilogbf.c
s_infinity.c
s_isinf.c
s_isinff.c
s_isnan.c
s_isnanf.c
s_ldexp.c avoid shadow variables, and enable lint. 2008-04-25 22:21:53 +00:00
s_ldexpf.c avoid shadow variables, and enable lint. 2008-04-25 22:21:53 +00:00
s_lib_version.c
s_log1p.c
s_log1pf.c
s_logb.c
s_logbf.c
s_matherr.c
s_modf.c Fix a little lint. 2008-09-28 18:54:55 +00:00
s_modff.c avoid shadow variables, and enable lint. 2008-04-25 22:21:53 +00:00
s_nextafter.c
s_nextafterf.c
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 Fix a little lint. 2008-09-28 18:54:55 +00:00
s_scalbnf.c
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 Add wrappers for the newly added functions. Thanks Klaus! 2005-07-21 16:58:39 +00:00
w_log2f.c Add wrappers for the newly added functions. Thanks Klaus! 2005-07-21 16:58:39 +00:00
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