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
e_hypotf.c
e_j0.c
e_j0f.c
e_j1.c
e_j1f.c
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
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
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
lrintf.c
lround.c
lroundf.c
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
s_ceilf.c
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
s_cosf.c
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
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
s_floorf.c
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
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
s_frexpf.c
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
s_rintf.c
s_round.c
s_roundf.c
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
s_sinf.c
s_tan.c
s_tanf.c
s_tanh.c
s_tanhf.c
s_trunc.c
s_truncf.c
w_acos.c
w_acosf.c
w_acosh.c
w_acoshf.c
w_asin.c
w_asinf.c
w_atan2.c
w_atan2f.c
w_atanh.c
w_atanhf.c
w_cosh.c
w_coshf.c
w_drem.c
w_dremf.c
w_exp.c
w_expf.c
w_fmod.c
w_fmodf.c
w_gamma.c
w_gamma_r.c
w_gammaf.c
w_gammaf_r.c
w_hypot.c
w_hypotf.c
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
w_log2.c
w_log2f.c
w_log10.c
w_log10f.c
w_logf.c
w_pow.c
w_powf.c
w_remainder.c
w_remainderf.c
w_scalb.c
w_scalbf.c
w_sinh.c
w_sinhf.c
w_sqrt.c
w_sqrtf.c