freebsd-dev/lib/msun/src
Steve Kargl 620d855fac msun: correct comment
The comment in msun/src/e_jn.c lacks proper grammar, and is incorrect on
the choice of normalization entity.

PR:	266503
MFC after:	3 days
2022-09-19 21:40:07 +03:00
..
catrig.c Add a macro nan_mix() and use it to get NaN results that are (bitwise) 2018-07-17 07:42:14 +00:00
catrigf.c Add a macro nan_mix() and use it to get NaN results that are (bitwise) 2018-07-17 07:42:14 +00:00
catrigl.c Add a macro nan_mix() and use it to get NaN results that are (bitwise) 2018-07-17 07:42:14 +00:00
e_acos.c
e_acosf.c
e_acosh.c Add implementations of acoshl(), asinhl(), and atanhl(). This is a 2013-06-10 06:04:58 +00:00
e_acoshf.c
e_acoshl.c Add implementations of acoshl(), asinhl(), and atanhl(). This is a 2013-06-10 06:04:58 +00:00
e_acosl.c
e_asin.c msun: Remove trailing space in Sunsoft copyright statement. 2017-04-23 22:31:12 +00:00
e_asinf.c
e_asinl.c
e_atan2.c Add a macro nan_mix() and use it to get NaN results that are (bitwise) 2018-07-17 07:42:14 +00:00
e_atan2f.c Add a macro nan_mix() and use it to get NaN results that are (bitwise) 2018-07-17 07:42:14 +00:00
e_atan2l.c Add a macro nan_mix() and use it to get NaN results that are (bitwise) 2018-07-17 07:42:14 +00:00
e_atanh.c Add implementations of acoshl(), asinhl(), and atanhl(). This is a 2013-06-10 06:04:58 +00:00
e_atanhf.c
e_atanhl.c Add implementations of acoshl(), asinhl(), and atanhl(). This is a 2013-06-10 06:04:58 +00:00
e_cosh.c * Makefile: 2013-12-30 01:06:21 +00:00
e_coshf.c
e_coshl.c libm: remove unused variables for LDBL_MANT_DIG != 113 2016-09-30 20:20:07 +00:00
e_exp.c Do not left-shift a negative number (inducing undefined behavior in 2019-09-25 18:50:57 +00:00
e_expf.c Do not left-shift a negative number (inducing undefined behavior in 2019-09-25 18:50:57 +00:00
e_fmod.c Fix the conversion to use nan_mix() in r336362. fmod*(x, y), 2018-07-24 10:10:16 +00:00
e_fmodf.c Fix the conversion to use nan_mix() in r336362. fmod*(x, y), 2018-07-24 10:10:16 +00:00
e_fmodl.c Fix the conversion to use nan_mix() in r336362. fmod*(x, y), 2018-07-24 10:10:16 +00:00
e_gamma_r.c
e_gamma.c
e_gammaf_r.c
e_gammaf.c
e_hypot.c The fdlibm hypot() implementations shouldn't potentially left-shift 2019-11-26 22:01:09 +00:00
e_hypotf.c The fdlibm hypot() implementations shouldn't potentially left-shift 2019-11-26 22:01:09 +00:00
e_hypotl.c Fix incorrect hypotl(3) result with subnormal numbers 2021-02-10 23:28:43 +01:00
e_j0.c Replace calls to sin(x) and cos(x) with a single call to sincos(). 2019-02-10 08:46:07 +00:00
e_j0f.c Replace calls to sin(x) and cos(x) with a single call to sincos(). 2019-02-10 08:46:07 +00:00
e_j1.c Replace calls to sin(x) and cos(x) with a single call to sincos(). 2019-02-10 08:46:07 +00:00
e_j1f.c Replace calls to sin(x) and cos(x) with a single call to sincos(). 2019-02-10 08:46:07 +00:00
e_jn.c msun: correct comment 2022-09-19 21:40:07 +03:00
e_jnf.c According to POSIX.1-2008, the Bessel functions of second kind 2015-03-10 17:10:54 +00:00
e_lgamma_r.c libm: Correct some typos in source code comments 2022-09-03 19:14:02 +02:00
e_lgamma.c * Makefile: 2014-09-15 23:21:57 +00:00
e_lgammaf_r.c libm: remove unused variables 2016-10-05 17:04:58 +00:00
e_lgammaf.c
e_lgammal.c * Makefile: 2014-09-15 23:21:57 +00:00
e_log2.c Style fixes. 2013-06-05 05:33:01 +00:00
e_log2f.c
e_log10.c Add logl, log2l, log10l, and log1pl. 2013-06-03 09:14:31 +00:00
e_log10f.c
e_log.c Add logl, log2l, log10l, and log1pl. 2013-06-03 09:14:31 +00:00
e_logf.c
e_pow.c pow(3): Workaround possible signed shift Undefined Behavior. 2019-01-07 17:35:09 +00:00
e_powf.c Fix powf(). 2021-09-06 18:51:31 +01:00
e_rem_pio2.c Centralize the complications for special efficient rounding to integers. 2018-07-20 12:42:24 +00:00
e_rem_pio2f.c Centralize the complications for special efficient rounding to integers. 2018-07-20 12:42:24 +00:00
e_remainder.c Fix the conversion to use nan_mix() in r336362. fmod*(x, y), 2018-07-24 10:10:16 +00:00
e_remainderf.c Fix the conversion to use nan_mix() in r336362. fmod*(x, y), 2018-07-24 10:10:16 +00:00
e_remainderl.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
e_scalb.c
e_scalbf.c
e_sinh.c * Makefile: 2013-12-30 01:06:21 +00:00
e_sinhf.c
e_sinhl.c libm: remove unused variables for LDBL_MANT_DIG != 113 2016-09-30 20:20:07 +00:00
e_sqrt.c Use a builtin where possible in msun 2021-11-19 11:40:46 +00:00
e_sqrtf.c Use a builtin where possible in msun 2021-11-19 11:40:46 +00:00
e_sqrtl.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
fenv-softfloat.h lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
k_cos.c
k_cosf.c
k_cospi.h [LIBM] implementations of sinpi[fl], cospi[fl], and tanpi[fl] 2021-10-26 02:50:20 +03:00
k_exp.c Apply an opimization for the kernels used by cexp(x) and cexpf(x) submitted 2020-09-20 05:32:53 +00:00
k_expf.c Apply an opimization for the kernels used by cexp(x) and cexpf(x) submitted 2020-09-20 05:32:53 +00:00
k_log.h
k_logf.h
k_rem_pio2.c msun: Fix some old typos. 2018-12-31 15:43:06 +00:00
k_sin.c
k_sincos.h Implement sincos, sincosf, and sincosl. 2017-05-28 06:13:38 +00:00
k_sincosf.h Implement sincos, sincosf, and sincosl. 2017-05-28 06:13:38 +00:00
k_sincosl.h Implementations of cexpl() 2021-11-05 13:51:42 +02:00
k_sinf.c
k_sinpi.h [LIBM] implementations of sinpi[fl], cospi[fl], and tanpi[fl] 2021-10-26 02:50:20 +03:00
k_tan.c
k_tanf.c msun: Remove a double word in a source code comment 2022-09-10 12:59:10 +02:00
math_private.h Remove checks for __GNUCLIKE_ASM assuming it is always true. 2022-04-12 10:05:45 -07:00
math.h Remove unnecessary const and volatile qualifiers from __fp_type_select() 2022-07-15 20:09:27 +02:00
s_asinh.c Add implementations of acoshl(), asinhl(), and atanhl(). This is a 2013-06-10 06:04:58 +00:00
s_asinhf.c
s_asinhl.c Add implementations of acoshl(), asinhl(), and atanhl(). This is a 2013-06-10 06:04:58 +00:00
s_atan.c
s_atanf.c
s_atanl.c
s_carg.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
s_cargf.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
s_cargl.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
s_cbrt.c [libm] Correct comments in s_cbrt[l].c 2022-08-04 19:33:34 +02:00
s_cbrtf.c
s_cbrtl.c [libm] Correct comments in s_cbrt[l].c 2022-08-04 19:33:34 +02:00
s_ccosh.c Add a macro nan_mix() and use it to get NaN results that are (bitwise) 2018-07-17 07:42:14 +00:00
s_ccoshf.c Partially revert ac76bc1145 because it is no longer necessary 2021-11-05 22:27:20 +01:00
s_ceil.c
s_ceilf.c
s_ceill.c
s_cexp.c Implementations of cexpl() 2021-11-05 13:51:42 +02:00
s_cexpf.c Implementations of cexpl() 2021-11-05 13:51:42 +02:00
s_cimag.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
s_cimagf.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
s_cimagl.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
s_clog.c Add implementations for clog(3), clogf(3), and clog(3). 2018-05-13 09:54:34 +00:00
s_clogf.c Add implementations for clog(3), clogf(3), and clog(3). 2018-05-13 09:54:34 +00:00
s_clogl.c Add implementations for clog(3), clogf(3), and clog(3). 2018-05-13 09:54:34 +00:00
s_conj.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
s_conjf.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
s_conjl.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
s_copysign.c
s_copysignf.c
s_copysignl.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
s_cos.c
s_cosf.c
s_cosl.c Implementations of cexpl() 2021-11-05 13:51:42 +02:00
s_cospi.c sinpi,cospi,tanpi: float.h needed for week reference 2021-10-29 03:15:19 +03:00
s_cospif.c [LIBM] implementations of sinpi[fl], cospi[fl], and tanpi[fl] 2021-10-26 02:50:20 +03:00
s_cpow.c Recommit r336497: Fix powl, cpow, cpowf, and cpowl imports from OpenBSD 2018-07-20 18:27:30 +00:00
s_cpowf.c Recommit r336497: Fix powl, cpow, cpowf, and cpowl imports from OpenBSD 2018-07-20 18:27:30 +00:00
s_cpowl.c Recommit r336497: Fix powl, cpow, cpowf, and cpowl imports from OpenBSD 2018-07-20 18:27:30 +00:00
s_cproj.c libm: Include float.h to get LDBL_MANT_DIG 2018-12-28 01:34:08 +00:00
s_cprojf.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
s_cprojl.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
s_creal.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
s_crealf.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
s_creall.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
s_csinh.c Add a macro nan_mix() and use it to get NaN results that are (bitwise) 2018-07-17 07:42:14 +00:00
s_csinhf.c Add a macro nan_mix() and use it to get NaN results that are (bitwise) 2018-07-17 07:42:14 +00:00
s_csqrt.c Fix spurious and extra underflows and resulting inaccuracies for some cases 2018-07-19 15:04:10 +00:00
s_csqrtf.c Minor cleanups to csqrt*(), mostly in comments. 2018-07-17 12:01:59 +00:00
s_csqrtl.c Fix spurious and extra underflows and resulting inaccuracies for some cases 2018-07-19 15:04:10 +00:00
s_ctanh.c Partially revert ac76bc1145 because it is no longer necessary 2021-11-05 22:27:20 +01:00
s_ctanhf.c Partially revert ac76bc1145 because it is no longer necessary 2021-11-05 22:27:20 +01:00
s_erf.c libm: Include float.h to get LDBL_MANT_DIG 2018-12-28 01:34:08 +00:00
s_erff.c * Use 9 digits instead of 11 digits in efx and efx8. 2014-07-13 16:24:16 +00:00
s_exp2.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
s_exp2f.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
s_expm1.c Do not left-shift a negative number (inducing undefined behavior in 2019-09-25 18:50:57 +00:00
s_expm1f.c Do not left-shift a negative number (inducing undefined behavior in 2019-09-25 18:50:57 +00:00
s_fabs.c libm: fix some unused variable (rcsid) and dangling else warnings 2016-09-28 14:48:34 +00:00
s_fabsf.c
s_fabsl.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
s_fdim.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
s_finite.c
s_finitef.c
s_floor.c
s_floorf.c
s_floorl.c
s_fma.c Use a builtin where possible in msun 2021-11-19 11:40:46 +00:00
s_fmaf.c Use a builtin where possible in msun 2021-11-19 11:40:46 +00:00
s_fmal.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
s_fmax.c Use a builtin where possible in msun 2021-11-19 11:40:46 +00:00
s_fmaxf.c Use a builtin where possible in msun 2021-11-19 11:40:46 +00:00
s_fmaxl.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
s_fmin.c Use a builtin where possible in msun 2021-11-19 11:40:46 +00:00
s_fminf.c Use a builtin where possible in msun 2021-11-19 11:40:46 +00:00
s_fminl.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
s_frexp.c
s_frexpf.c
s_frexpl.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
s_ilogb.c
s_ilogbf.c
s_ilogbl.c
s_isfinite.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
s_isnan.c Add __isnan()/__isnanf() aliases for compatibility with glibc and CUDA 2019-11-02 16:59:53 +00:00
s_isnormal.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
s_llrint.c
s_llrintf.c
s_llrintl.c
s_llround.c
s_llroundf.c
s_llroundl.c
s_log1p.c Add logl, log2l, log10l, and log1pl. 2013-06-03 09:14:31 +00:00
s_log1pf.c
s_logb.c
s_logbf.c
s_logbl.c libm: fix some unused variable (rcsid) and dangling else warnings 2016-09-28 14:48:34 +00:00
s_lrint.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
s_lrintf.c
s_lrintl.c
s_lround.c Work around bogus old gcc "initializer element is not constant" error 2021-06-25 20:43:20 +02:00
s_lroundf.c
s_lroundl.c
s_modf.c
s_modff.c
s_modfl.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
s_nan.c msun: swap words order instead of bits order on BIG ENDIAN 2020-03-26 18:50:54 +00:00
s_nearbyint.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
s_nextafter.c
s_nextafterf.c
s_nextafterl.c
s_nexttoward.c
s_nexttowardf.c
s_remquo.c Fix the conversion to use nan_mix() in r336362. fmod*(x, y), 2018-07-24 10:10:16 +00:00
s_remquof.c Fix the conversion to use nan_mix() in r336362. fmod*(x, y), 2018-07-24 10:10:16 +00:00
s_remquol.c In C remquol() and thus also in C remainderl(), don't clobber the sign bit 2018-07-24 11:50:05 +00:00
s_rint.c
s_rintf.c
s_rintl.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
s_round.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
s_roundf.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
s_roundl.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
s_scalbln.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
s_scalbn.c msun: Add copyright notices 2021-10-22 22:00:54 -06:00
s_scalbnf.c msun: Add copyright notices 2021-10-22 22:00:54 -06:00
s_scalbnl.c msun: Add copyright notices 2021-10-22 22:00:54 -06:00
s_signbit.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
s_signgam.c
s_significand.c
s_significandf.c
s_sin.c
s_sincos.c Implement sincos, sincosf, and sincosl. 2017-05-28 06:13:38 +00:00
s_sincosf.c Implement sincos, sincosf, and sincosl. 2017-05-28 06:13:38 +00:00
s_sincosl.c Remove set-but-unused variable from s_sincosl.c 2021-12-14 22:50:30 +01:00
s_sinf.c
s_sinl.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
s_sinpi.c sinpi,cospi,tanpi: float.h needed for week reference 2021-10-29 03:15:19 +03:00
s_sinpif.c [LIBM] implementations of sinpi[fl], cospi[fl], and tanpi[fl] 2021-10-26 02:50:20 +03:00
s_tan.c
s_tanf.c
s_tanh.c Fix the order of "const volatile" to be consistent with 2014-08-30 17:31:53 +00:00
s_tanhf.c Fix the order of "const volatile" to be consistent with 2014-08-30 17:31:53 +00:00
s_tanhl.c libm: remove unused variables for LDBL_MANT_DIG != 113 2016-09-30 20:20:07 +00:00
s_tanl.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
s_tanpi.c sinpi,cospi,tanpi: float.h needed for week reference 2021-10-29 03:15:19 +03:00
s_tanpif.c [LIBM] implementations of sinpi[fl], cospi[fl], and tanpi[fl] 2021-10-26 02:50:20 +03:00
s_tgammaf.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
s_trunc.c
s_truncf.c
s_truncl.c
w_cabs.c
w_cabsf.c msun: Rewrite function definitions with identifier lists 2022-07-12 13:17:47 +08:00
w_cabsl.c
w_drem.c msun: Rewrite function definitions with identifier lists 2022-07-12 13:17:47 +08:00
w_dremf.c