The NetBSD Project

src/lib/libm/src/

Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [cvs.NetBSD.org] / src / lib / libm / src

Current tag: yamt-pagecache-base5


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] Attic/  [Don't hide]        
[TXT] k_standard.c  1.17   13 years  drochner   branches: 1.17.4; 1.17.10; let log(<0) return NaN rather than -inf in POSIX/XO...
[TXT] math_private.h  1.17   11 years  christos   branches: 1.17.2; Add tgamma{,f} from FreeBSD via rudolf, netbsd at eq dot cz
[TXT] e_pow.c  1.16   13 years  drochner   -build ldexp/frexp/modf locally again rather than relying on libc reaching over...
[TXT] e_powf.c  1.15   13 years  drochner   -build ldexp/frexp/modf locally again rather than relying on libc reaching over...
[TXT] s_scalbn.c  1.15   12 years  joerg   branches: 1.15.2; 1.15.8; Add scalbnl to libm.
[TXT] e_jn.c  1.14   13 years  drochner   fix accuracy problems in argument ranges where j0(x) is small, closes PR lib/441...
[TXT] s_modf.c  1.14   14 years  drochner   branches: 1.14.12; 1.14.22; fix return value in case of NaN input (the code al...
[TXT] e_hypot.c  1.13   15 years  christos   avoid shadow variables, and enable lint.
[TXT] e_sqrt.c  1.13   15 years  lukem   fix -Wsign-compare issue (on macppc)
[TXT] s_ceil.c  1.13   15 years  lukem   branches: 1.13.6; 1.13.12; fix -Wsign-compare issue (on macppc)
[TXT] s_floor.c  1.13   15 years  lukem   branches: 1.13.6; 1.13.12; fix -Wsign-compare issue (on macppc)
[TXT] s_frexp.c  1.13   15 years  christos   branches: 1.13.60; Fix a little lint.
[TXT] s_ilogb.c  1.13   12 years  joerg   branches: 1.13.2; 1.13.8; Add ilogbl(3).
[TXT] e_acos.c  1.12   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] e_acosh.c  1.12   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] e_asin.c  1.12   21 years  wiz   branches: 1.12.86; __STDC__ is always defined on NetBSD.
[TXT] e_atan2.c  1.12   21 years  wiz   branches: 1.12.94; __STDC__ is always defined on NetBSD.
[TXT] e_j0.c  1.12   16 years  drochner   branches: 1.12.54; 1.12.58; Add C99 complex support, for double and float. Mos...
[TXT] e_j1.c  1.12   16 years  drochner   branches: 1.12.54; 1.12.58; Add C99 complex support, for double and float. Mos...
[TXT] e_log.c  1.12   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] e_log10.c  1.12   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] k_rem_pio2.c  1.12   13 years  drochner   -build ldexp/frexp/modf locally again rather than relying on libc reaching over...
[TXT] k_tan.c  1.12   19 years  drochner   pull in an accuracy fix for corner cases from FDLIBM 5.3 (affects large argument...
[TXT] s_asinh.c  1.12   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] s_expm1.c  1.12   21 years  wiz   branches: 1.12.78; 1.12.82; __STDC__ is always defined on NetBSD.
[TXT] s_log1p.c  1.12   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] s_logb.c  1.12   12 years  joerg   Add logbl(3).
[TXT] s_nextafter.c  1.12   13 years  drochner   branches: 1.12.4; 1.12.10; 1.12.14; according to C99/POSIX, nextafter(x,y) sh...
[TXT] s_rint.c  1.12   15 years  christos   avoid shadow variables, and enable lint.
[TXT] e_atanh.c  1.11   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] e_cosh.c  1.11   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] e_exp.c  1.11   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] e_fmod.c  1.11   21 years  wiz   branches: 1.11.54; 1.11.60; __STDC__ is always defined on NetBSD.
[TXT] e_j1f.c  1.11   16 years  drochner   branches: 1.11.54; 1.11.58; Add C99 complex support, for double and float. Mos...
[TXT] e_jnf.c  1.11   13 years  drochner   fix accuracy problems in argument ranges where j0(x) is small, closes PR lib/441...
[TXT] e_rem_pio2.c  1.11   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] e_remainder.c  1.11   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] e_sinh.c  1.11   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] k_cos.c  1.11   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] k_sin.c  1.11   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] s_atan.c  1.11   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] s_cbrt.c  1.11   21 years  wiz   branches: 1.11.54; 1.11.60; __STDC__ is always defined on NetBSD.
[TXT] s_copysign.c  1.11   21 years  wiz   branches: 1.11.74; __STDC__ is always defined on NetBSD.
[TXT] s_cos.c  1.11   16 years  drochner   Add C99 complex support, for double and float. Most complex function implementat...
[TXT] s_erf.c  1.11   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] s_finite.c  1.11   21 years  wiz   branches: 1.11.54; 1.11.60; __STDC__ is always defined on NetBSD.
[TXT] s_isnan.c  1.11   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] s_sin.c  1.11   16 years  drochner   Add C99 complex support, for double and float. Most complex function implementat...
[TXT] w_gamma.c  1.11   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] w_gamma_r.c  1.11   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] e_j0f.c  1.10   16 years  drochner   branches: 1.10.54; 1.10.58; Add C99 complex support, for double and float. Mos...
[TXT] e_lgamma_r.c  1.10   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] e_scalb.c  1.10   13 years  drochner   -build ldexp/frexp/modf locally again rather than relying on libc reaching over...
[TXT] s_expm1f.c  1.10   21 years  wiz   branches: 1.10.78; 1.10.82; __STDC__ is always defined on NetBSD.
[TXT] s_fabs.c  1.10   21 years  wiz   branches: 1.10.54; 1.10.60; __STDC__ is always defined on NetBSD.
[TXT] s_frexpf.c  1.10   16 years  drochner   replace the last cast through void* by the SET_FLOAT_WORD macro, inspired by a s...
[TXT] s_tan.c  1.10   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] s_tanh.c  1.10   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] w_asin.c  1.10   16 years  drochner   Add C99 complex support, for double and float. Most complex function implementat...
[TXT] w_atan2.c  1.10   16 years  drochner   make the hypot/atan2 functions weak aliases, because they are used internally by...
[TXT] w_cosh.c  1.10   16 years  drochner   Add C99 complex support, for double and float. Most complex function implementat...
[TXT] w_exp.c  1.10   16 years  drochner   Add C99 complex support, for double and float. Most complex function implementat...
[TXT] w_hypot.c  1.10   16 years  drochner   make the hypot/atan2 functions weak aliases, because they are used internally by...
[TXT] w_lgamma.c  1.10   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] w_lgamma_r.c  1.10   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] w_log.c  1.10   16 years  drochner   Add C99 complex support, for double and float. Most complex function implementat...
[TXT] w_sinh.c  1.10   16 years  drochner   Add C99 complex support, for double and float. Most complex function implementat...
[TXT] e_coshf.c  1.9   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] e_expf.c  1.9   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] e_hypotf.c  1.9   15 years  christos   branches: 1.9.40; avoid shadow variables, and enable lint.
[TXT] e_rem_pio2f.c  1.9   15 years  lukem   fix -Wsign-compare issue
[TXT] s_cosf.c  1.9   16 years  drochner   Add C99 complex support, for double and float. Most complex function implementat...
[TXT] s_matherr.c  1.9   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] s_modff.c  1.9   14 years  drochner   fix return value in case of NaN input (the code also shortcuts the +-inf case, b...
[TXT] s_rintf.c  1.9   15 years  christos   avoid shadow variables, and enable lint.
[TXT] s_scalbnf.c  1.9   13 years  drochner   branches: 1.9.6; 1.9.12; -build ldexp/frexp/modf locally again rather than rel...
[TXT] s_significand.c  1.9   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] w_acos.c  1.9   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] w_acosh.c  1.9   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] w_atanh.c  1.9   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] w_fmod.c  1.9   21 years  wiz   branches: 1.9.54; 1.9.60; __STDC__ is always defined on NetBSD.
[TXT] w_j0.c  1.9   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] w_j1.c  1.9   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] w_jn.c  1.9   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] w_log10.c  1.9   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] w_remainder.c  1.9   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] w_scalb.c  1.9   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] w_sqrt.c  1.9   21 years  wiz   branches: 1.9.54; 1.9.60; __STDC__ is always defined on NetBSD.
[TXT] e_acosf.c  1.8   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] e_acoshf.c  1.8   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] e_asinf.c  1.8   21 years  wiz   branches: 1.8.86; __STDC__ is always defined on NetBSD.
[TXT] e_log10f.c  1.8   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] e_logf.c  1.8   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] k_rem_pio2f.c  1.8   13 years  drochner   -build ldexp/frexp/modf locally again rather than relying on libc reaching over...
[TXT] s_asinhf.c  1.8   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] s_ceilf.c  1.8   15 years  christos   avoid shadow variables, and enable lint.
[TXT] s_floorf.c  1.8   15 years  christos   avoid shadow variables, and enable lint.
[TXT] s_lib_version.c  1.8   24 years  simonb   More trailing white space.
[TXT] s_log1pf.c  1.8   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] s_nextafterf.c  1.8   13 years  drochner   according to C99/POSIX, nextafter(x,y) should return y if x==y, from Henning Pet...
[TXT] s_sinf.c  1.8   16 years  drochner   Add C99 complex support, for double and float. Most complex function implementat...
[TXT] w_gammaf.c  1.8   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] w_gammaf_r.c  1.8   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] e_atan2f.c  1.7   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] e_atanhf.c  1.7   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] e_fmodf.c  1.7   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] e_remainderf.c  1.7   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] e_scalbf.c  1.7   13 years  drochner   -build ldexp/frexp/modf locally again rather than relying on libc reaching over...
[TXT] e_sinhf.c  1.7   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] e_sqrtf.c  1.7   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] k_cosf.c  1.7   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] k_sinf.c  1.7   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] k_tanf.c  1.7   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] s_atanf.c  1.7   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] s_cbrtf.c  1.7   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] s_copysignf.c  1.7   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] s_erff.c  1.7   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] s_fabsf.c  1.7   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] s_finitef.c  1.7   21 years  wiz   branches: 1.7.54; 1.7.60; __STDC__ is always defined on NetBSD.
[TXT] s_ilogbf.c  1.7   21 years  wiz   branches: 1.7.54; 1.7.60; __STDC__ is always defined on NetBSD.
[TXT] s_isnanf.c  1.7   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] s_logbf.c  1.7   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] s_tanf.c  1.7   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] s_tanhf.c  1.7   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] w_asinf.c  1.7   16 years  drochner   Add C99 complex support, for double and float. Most complex function implementat...
[TXT] w_atan2f.c  1.7   16 years  drochner   make the hypot/atan2 functions weak aliases, because they are used internally by...
[TXT] w_coshf.c  1.7   16 years  drochner   Add C99 complex support, for double and float. Most complex function implementat...
[TXT] w_expf.c  1.7   16 years  drochner   Add C99 complex support, for double and float. Most complex function implementat...
[TXT] w_hypotf.c  1.7   16 years  drochner   make the hypot/atan2 functions weak aliases, because they are used internally by...
[TXT] w_lgammaf.c  1.7   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] w_lgammaf_r.c  1.7   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] w_logf.c  1.7   16 years  drochner   Add C99 complex support, for double and float. Most complex function implementat...
[TXT] w_pow.c  1.7   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] w_sinhf.c  1.7   16 years  drochner   Add C99 complex support, for double and float. Most complex function implementat...
[TXT] e_lgammaf_r.c  1.6   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] s_isinf.c  1.6   20 years  salo   netbsd.org->NetBSD.org
[TXT] s_isinff.c  1.6   20 years  salo   netbsd.org->NetBSD.org
[TXT] s_significandf.c  1.6   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] w_acosf.c  1.6   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] w_acoshf.c  1.6   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] w_atanhf.c  1.6   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] w_fmodf.c  1.6   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] w_j0f.c  1.6   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] w_j1f.c  1.6   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] w_jnf.c  1.6   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] w_log10f.c  1.6   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] w_powf.c  1.6   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] w_remainderf.c  1.6   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] w_scalbf.c  1.6   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] w_sqrtf.c  1.6   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] s_infinity.c  1.5   20 years  salo   netbsd.org->NetBSD.org
[TXT] namespace.h  1.4   12 years  joerg   branches: 1.4.2; 1.4.8; Add scalbnl to libm.
[TXT] s_signgam.c  1.4   26 years  perry   RCS Id Police.
[TXT] s_truncf.c  1.4   15 years  christos   avoid shadow variables, and enable lint.
[TXT] w_drem.c  1.4   19 years  drochner   ANSIfy
[TXT] w_dremf.c  1.4   19 years  drochner   ANSIfy
[TXT] s_fmaxl.c  1.3   12 years  mrg   branches: 1.3.2; 1.3.8; avoid some uninitalised variable warnings.
[TXT] s_fminl.c  1.3   12 years  mrg   branches: 1.3.2; 1.3.8; avoid some uninitalised variable warnings.
[TXT] s_trunc.c  1.3   15 years  christos   branches: 1.3.4; 1.3.26; avoid shadow variables, and enable lint.
[TXT] s_copysignl.c  1.2   13 years  christos   branches: 1.2.24; don't compile long double support for the havenots.
[TXT] s_exp2.c  1.2   14 years  christos   branches: 1.2.6; 1.2.12; remove weak reference for now.
[TXT] s_fabsl.c  1.2   13 years  christos   branches: 1.2.6; 1.2.12; don't compile long double support for the havenots.
[TXT] s_fdim.c  1.2   14 years  snj   branches: 1.2.2; 1.2.4; Fix broken RCSID.
[TXT] s_fmax.c  1.2   14 years  snj   branches: 1.2.2; 1.2.4; 1.2.10; 1.2.16; Fix broken RCSID.
[TXT] s_fmaxf.c  1.2   14 years  snj   branches: 1.2.2; 1.2.4; Fix broken RCSID.
[TXT] s_fminf.c  1.2   14 years  snj   branches: 1.2.2; 1.2.4; Fix broken RCSID.
[TXT] s_nextafterl.c  1.2   13 years  christos   branches: 1.2.6; 1.2.12; don't compile long double support for the havenots.
[TXT] s_round.c  1.2   16 years  drochner   branches: 1.2.30; 1.2.36; Adopt an (older) fix from FreeBSD: using ceil() on v...
[TXT] s_roundf.c  1.2   16 years  drochner   Adopt an (older) fix from FreeBSD: using ceil() on values in (0,0.5] leads to lo...
[TXT] b_exp.c  1.1   11 years  christos   branches: 1.1.2; 1.1.4; Add tgamma{,f} from FreeBSD via rudolf, netbsd at eq ...
[TXT] b_log.c  1.1   11 years  christos   branches: 1.1.2; 1.1.4; Add tgamma{,f} from FreeBSD via rudolf, netbsd at eq ...
[TXT] b_tgamma.c  1.1   11 years  christos   branches: 1.1.2; 1.1.4; Add tgamma{,f} from FreeBSD via rudolf, netbsd at eq ...
[TXT] e_log2.c  1.1   18 years  christos   Add log2 and log2f from FreeBSD PR 83845
[TXT] e_log2f.c  1.1   18 years  christos   Add log2 and log2f from FreeBSD PR 83845
[TXT] s_exp2f.c  1.1   14 years  christos   branches: 1.1.6; 1.1.12; Add exp2 and exp2m
[TXT] s_fmin.c  1.1   14 years  christos   branches: 1.1.2; 1.1.4; 1.1.10; 1.1.16; add f{min,max,dim}{,l,f} from FreeBS...
[TXT] s_ilogbl.c  1.1   12 years  joerg   branches: 1.1.2; 1.1.8; Add ilogbl(3).
[TXT] s_logbl.c  1.1   12 years  joerg   Add logbl(3).
[TXT] s_nexttoward.c  1.1   13 years  christos   branches: 1.1.6; 1.1.12; commit long double SoC code from Stathis Kamperis
[TXT] s_remquo.c  1.1   13 years  christos   branches: 1.1.2; Add the actual function files. From FreeBSD via Stathis Kamper...
[TXT] s_remquof.c  1.1   13 years  christos   branches: 1.1.2; Add the actual function files. From FreeBSD via Stathis Kamper...
[TXT] s_scalbnl.c  1.1   12 years  joerg   branches: 1.1.2; 1.1.8; Add scalbnl to libm.
[TXT] s_tgammaf.c  1.1   11 years  christos   branches: 1.1.2; 1.1.4; Add tgamma{,f} from FreeBSD via rudolf, netbsd at eq ...
[TXT] w_log2.c  1.1   18 years  christos   Add wrappers for the newly added functions. Thanks Klaus!
[TXT] w_log2f.c  1.1   18 years  christos   Add wrappers for the newly added functions. Thanks Klaus!


CVSweb <webmaster@jp.NetBSD.org>