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: netbsd-7-0-RELEASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] Attic/  [Don't hide]        
[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] e_scalb.c  1.10   13 years  drochner   -build ldexp/frexp/modf locally again rather than relying on libc reaching over...
[TXT] e_scalbf.c  1.7   13 years  drochner   -build ldexp/frexp/modf locally again rather than relying on libc reaching over...
[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_rem_pio2f.c  1.8   13 years  drochner   -build ldexp/frexp/modf locally again rather than relying on libc reaching over...
[TXT] w_drem.c  1.4   19 years  drochner   ANSIfy
[TXT] w_dremf.c  1.4   19 years  drochner   ANSIfy
[TXT] s_cos.c  1.11   16 years  drochner   Add C99 complex support, for double and float. Most complex function implementat...
[TXT] s_cosf.c  1.9   16 years  drochner   Add C99 complex support, for double and float. Most complex function implementat...
[TXT] s_sin.c  1.11   16 years  drochner   Add C99 complex support, for double and float. Most complex function implementat...
[TXT] s_sinf.c  1.8   16 years  drochner   Add C99 complex support, for double and float. Most complex function implementat...
[TXT] w_asin.c  1.10   16 years  drochner   Add C99 complex support, for double and float. Most complex function implementat...
[TXT] w_asinf.c  1.7   16 years  drochner   Add C99 complex support, for double and float. Most complex function implementat...
[TXT] w_cosh.c  1.10   16 years  drochner   Add C99 complex support, for double and float. Most complex function implementat...
[TXT] w_coshf.c  1.7   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_expf.c  1.7   16 years  drochner   Add C99 complex support, for double and float. Most complex function implementat...
[TXT] w_log.c  1.10   16 years  drochner   Add C99 complex support, for double and float. Most complex function implementat...
[TXT] w_logf.c  1.7   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] w_sinhf.c  1.7   16 years  drochner   Add C99 complex support, for double and float. Most complex function implementat...
[TXT] s_trunc.c  1.4   10 years  joerg   Add FreeBSD's truncl and minimal testing.
[TXT] s_truncl.c  1.4   10 years  joerg   Add FreeBSD's truncl and minimal testing.
[TXT] k_standard.c  1.19   10 years  joerg   Add cbrtl(3) and sqrtl(3), from FreeBSD.
[TXT] w_sqrt.c  1.10   10 years  joerg   Add cbrtl(3) and sqrtl(3), from FreeBSD.
[TXT] s_ceil.c  1.14   10 years  joerg   Add initial version of ceill, floorl and roundl from FreeBSD.
[TXT] s_floor.c  1.14   10 years  joerg   Add initial version of ceill, floorl and roundl from FreeBSD.
[TXT] s_round.c  1.3   10 years  joerg   Add initial version of ceill, floorl and roundl from FreeBSD.
[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_logb.c  1.12   12 years  joerg   Add logbl(3).
[TXT] s_logbl.c  1.1   12 years  joerg   Add logbl(3).
[TXT] s_modf.c  1.15   9 years  joerg   Add modfl(3). From FreeBSD.
[TXT] s_nexttoward.c  1.2   10 years  martin   Add support for archs with LDBL_IMPLICIT_NBIT
[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!
[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] e_fmod.c  1.12   10 years  joerg   Alias to fmod for platforms with double == long double
[TXT] s_exp2.c  1.5   10 years  dsl   Change 'i0' to be signed so that the sign bit is preserved on 'k' and the code...
[TXT] s_scalbnf.c  1.12   10 years  joerg   Fix ldexp aliases.
[TXT] s_scalbnl.c  1.9   10 years  joerg   Fix ldexp aliases.
[TXT] s_cbrt.c  1.13   10 years  joerg   Fix operand order.
[TXT] s_exp2f.c  1.2   10 years  dsl   Fix overflow and underflow on i386. The return value of a 'float' function is in...
[TXT] w_fmod.c  1.10   10 years  joerg   Initial version of fmodl from FreeBSD. Basic test case for the fmod family.
[TXT] s_lib_version.c  1.8   24 years  simonb   More trailing white space.
[TXT] namespace.h  1.11.2.1   8 years  msaitoh   Pull up following revision(s) (requested by joerg in ticket #790): sys/arch/pow...
[TXT] s_copysign.c  1.11.74.1   8 years  msaitoh   Pull up following revision(s) (requested by joerg in ticket #790): sys/arch/pow...
[TXT] s_copysignl.c  1.2.24.1   8 years  msaitoh   Pull up following revision(s) (requested by joerg in ticket #790): sys/arch/pow...
[TXT] s_signgam.c  1.4   26 years  perry   RCS Id Police.
[TXT] math_private.h  1.21   10 years  dsl   There is some very odd code in s_exp2.c that only works if 'double' values ar...
[TXT] s_finite.c  1.12   10 years  joerg   Typo.
[TXT] s_finitef.c  1.8   10 years  joerg   Typo.
[TXT] s_ilogb.c  1.14   11 years  matt   Use FP_ILOGB0 and FP_ILOGBNAN
[TXT] s_ilogbf.c  1.8   11 years  matt   Use FP_ILOGB0 and FP_ILOGBNAN
[TXT] s_ilogbl.c  1.2   11 years  matt   Use FP_ILOGB0 and FP_ILOGBNAN
[TXT] s_fabs.c  1.11   10 years  joerg   Use normal style for checking for long double support. Add missing aliases for f...
[TXT] s_fabsl.c  1.3   10 years  joerg   Use normal style for checking for long double support. Add missing aliases for f...
[TXT] s_fmax.c  1.3   10 years  joerg   Use normal style for checking for long double support. Add missing aliases for f...
[TXT] s_fmaxl.c  1.4   10 years  joerg   Use normal style for checking for long double support. Add missing aliases for f...
[TXT] s_fmin.c  1.2   10 years  joerg   Use normal style for checking for long double support. Add missing aliases for f...
[TXT] s_fminl.c  1.4   10 years  joerg   Use normal style for checking for long double support. Add missing aliases for f...
[TXT] e_acos.c  1.12   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] e_acosf.c  1.8   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_acoshf.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_atanh.c  1.11   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_cosh.c  1.11   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] e_coshf.c  1.9   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_expf.c  1.9   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_lgamma_r.c  1.10   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] e_lgammaf_r.c  1.6   21 years  wiz   __STDC__ is always defined on NetBSD.
[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] 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] 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_remainderf.c  1.7   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] 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_cos.c  1.11   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_sin.c  1.11   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_asinh.c  1.12   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] s_asinhf.c  1.8   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_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_erf.c  1.11   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_isnan.c  1.11   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] s_isnanf.c  1.7   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] s_log1p.c  1.12   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] s_log1pf.c  1.8   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_matherr.c  1.9   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] s_significand.c  1.9   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] s_significandf.c  1.6   21 years  wiz   __STDC__ is always defined on NetBSD.
[TXT] s_tan.c  1.10   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_tanh.c  1.10   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_acos.c  1.9   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_acosh.c  1.9   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_atanh.c  1.9   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_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] 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] w_j0.c  1.9   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_j1.c  1.9   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_jn.c  1.9   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_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_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_log10.c  1.9   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_pow.c  1.7   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_remainder.c  1.9   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_scalb.c  1.9   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_nextafterf.c  1.8   13 years  drochner   according to C99/POSIX, nextafter(x,y) should return y if x==y, from Henning Pet...
[TXT] e_hypot.c  1.13   15 years  christos   avoid shadow variables, and enable lint.
[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_rint.c  1.12   15 years  christos   avoid shadow variables, and enable lint.
[TXT] s_rintf.c  1.9   15 years  christos   avoid shadow variables, and enable lint.
[TXT] s_truncf.c  1.4   15 years  christos   avoid shadow variables, and enable lint.
[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] 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] 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] s_modfl.c  1.1   9 years  joerg   branches: 1.1.2; 1.1.6; Add modfl(3). From FreeBSD.
[TXT] s_cbrtl.c  1.1   10 years  joerg   branches: 1.1.4; 1.1.8; Add cbrtl(3) and sqrtl(3), from FreeBSD.
[TXT] s_ceill.c  1.1   10 years  joerg   branches: 1.1.4; 1.1.8; Add initial version of ceill, floorl and roundl from F...
[TXT] s_floorl.c  1.1   10 years  joerg   branches: 1.1.4; 1.1.8; Add initial version of ceill, floorl and roundl from F...
[TXT] s_roundl.c  1.1   10 years  joerg   branches: 1.1.4; 1.1.8; Add initial version of ceill, floorl and roundl from F...
[TXT] ldbl_dummy.c  1.1   10 years  joerg   branches: 1.1.4; 1.1.8; Add some fake long double -> double wrappers for vario...
[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] s_expm1f.c  1.10   21 years  wiz   branches: 1.10.78; 1.10.82; __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_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] s_expm1.c  1.12   21 years  wiz   branches: 1.12.78; 1.12.82; __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] s_frexp.c  1.13   15 years  christos   branches: 1.13.60; Fix a little lint.
[TXT] s_nextafter.c  1.14   10 years  riastradh   branches: 1.14.18; Merge riastradh-drm2 to HEAD.
[TXT] s_scalbn.c  1.18   10 years  joerg   branches: 1.18.20; 1.18.26; Fix ldexp aliases.
[TXT] s_fdim.c  1.2   14 years  snj   branches: 1.2.2; 1.2.4; 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_nan.c  1.2   11 years  christos   branches: 1.2.4; 1.2.10; Make this work for NetBSD
[TXT] s_fmaf.c  1.2   11 years  christos   branches: 1.2.4; 1.2.10; 1.2.24; hook fma to the build
[TXT] w_sqrtl.c  1.2   10 years  joerg   branches: 1.2.4; 1.2.8; Long double conditional.
[TXT] e_fmodl.c  1.2   10 years  martin   branches: 1.2.4; 1.2.8; Make it compile on archs with implicit NBIT
[TXT] s_frexpl.c  1.3   11 years  martin   branches: 1.3.4; 1.3.10; Use __HAVE_LONG_DOUBLE instead of EXT_EXPBITS and inc...
[TXT] s_nexttowardf.c  1.3   11 years  christos   branches: 1.3.4; 1.3.10; make these only work for things that have EXT_ foo de...
[TXT] s_fmal.c  1.3   11 years  martin   branches: 1.3.4; 1.3.10; 1.3.24; Use __HAVE_LONG_DOUBLE instead of EXT_EXPBIT...
[TXT] s_nearbyint.c  1.3   11 years  christos   branches: 1.3.4; 1.3.10; 1.3.24; use __HAVE_LONG_DOUBLE
[TXT] w_fmodl.c  1.4   10 years  martin   branches: 1.4.4; 1.4.8; Fix copy & pasto (make temp variable long double). Fix...
[TXT] e_sqrtl.c  1.4   10 years  martin   branches: 1.4.4; 1.4.8; For the non-fenv archs: just use double - punt
[TXT] s_nextafterl.c  1.5   10 years  matt   branches: 1.5.26; Just use EXT_EXP_INFNAN instead of EXT_EXP_INF or EXT_EXP_NAN...
[TXT] s_rintl.c  1.5   10 years  martin   branches: 1.5.4; Add support for the long double format used on sparc64
[TXT] s_fma.c  1.6   11 years  matt   branches: 1.6.4; 1.6.10; 1.6.24; Use right macro for __strong_alias
[TXT] e_asinf.c  1.8   21 years  wiz   branches: 1.8.86; __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] e_sqrt.c  1.13   15 years  lukem   fix -Wsign-compare issue (on macppc)
[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] e_jnf.c  1.11   13 years  drochner   fix accuracy problems in argument ranges where j0(x) is small, closes PR lib/441...
[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] w_atan2.c  1.10   16 years  drochner   make the hypot/atan2 functions weak aliases, because they are used internally by...
[TXT] w_atan2f.c  1.7   16 years  drochner   make the hypot/atan2 functions weak aliases, because they are used internally by...
[TXT] w_hypot.c  1.10   16 years  drochner   make the hypot/atan2 functions weak aliases, because they are used internally by...
[TXT] w_hypotf.c  1.7   16 years  drochner   make the hypot/atan2 functions weak aliases, because they are used internally by...
[TXT] s_infinity.c  1.5   20 years  salo   netbsd.org->NetBSD.org
[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] 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_frexpf.c  1.10   16 years  drochner   replace the last cast through void* by the SET_FLOAT_WORD macro, inspired by a s...


CVSweb <webmaster@jp.NetBSD.org>