freebsd-dev/lib/msun/src
Gordon Bergling 29fea59e78 math(3): Remove a double word in a source code comment
- s/is is/is/

MFC after:	3 days
2022-04-09 10:13:37 +02:00
..
catrig.c
catrigf.c
catrigl.c
e_acos.c
e_acosf.c
e_acosh.c
e_acoshf.c
e_acoshl.c
e_acosl.c
e_asin.c
e_asinf.c
e_asinl.c
e_atan2.c
e_atan2f.c
e_atan2l.c
e_atanh.c
e_atanhf.c
e_atanhl.c
e_cosh.c
e_coshf.c
e_coshl.c
e_exp.c
e_expf.c
e_fmod.c
e_fmodf.c
e_fmodl.c
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
e_j0f.c
e_j1.c
e_j1f.c
e_jn.c
e_jnf.c
e_lgamma_r.c
e_lgamma.c
e_lgammaf_r.c
e_lgammaf.c
e_lgammal.c
e_log2.c
e_log2f.c
e_log10.c
e_log10f.c
e_log.c
e_logf.c
e_pow.c
e_powf.c Fix powf(). 2021-09-06 18:51:31 +01:00
e_rem_pio2.c
e_rem_pio2f.c
e_remainder.c
e_remainderf.c
e_remainderl.c
e_scalb.c
e_scalbf.c
e_sinh.c
e_sinhf.c
e_sinhl.c
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
fenv-softfloat.h
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
k_sin.c
k_sincos.h
k_sincosf.h
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
math_private.h math(3): Remove a double word in a source code comment 2022-04-09 10:13:37 +02:00
math.h [LIBM] implementations of sinpi[fl], cospi[fl], and tanpi[fl] 2021-10-26 02:50:20 +03:00
s_asinh.c
s_asinhf.c
s_asinhl.c
s_atan.c
s_atanf.c
s_atanl.c
s_carg.c
s_cargf.c
s_cargl.c
s_cbrt.c
s_cbrtf.c
s_cbrtl.c
s_ccosh.c
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
s_cimagf.c
s_cimagl.c
s_clog.c
s_clogf.c
s_clogl.c
s_conj.c
s_conjf.c
s_conjl.c
s_copysign.c
s_copysignf.c
s_copysignl.c
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
s_cpowf.c
s_cpowl.c
s_cproj.c
s_cprojf.c
s_cprojl.c
s_creal.c
s_crealf.c
s_creall.c
s_csinh.c
s_csinhf.c
s_csqrt.c
s_csqrtf.c
s_csqrtl.c
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
s_erff.c
s_exp2.c
s_exp2f.c
s_expm1.c
s_expm1f.c
s_fabs.c
s_fabsf.c
s_fabsl.c
s_fdim.c
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
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
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
s_frexp.c
s_frexpf.c
s_frexpl.c
s_ilogb.c
s_ilogbf.c
s_ilogbl.c
s_isfinite.c
s_isnan.c Add __isnan()/__isnanf() aliases for compatibility with glibc and CUDA 2019-11-02 16:59:53 +00:00
s_isnormal.c
s_llrint.c
s_llrintf.c
s_llrintl.c
s_llround.c
s_llroundf.c
s_llroundl.c
s_log1p.c
s_log1pf.c
s_logb.c
s_logbf.c
s_logbl.c
s_lrint.c
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
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
s_nextafter.c
s_nextafterf.c
s_nextafterl.c
s_nexttoward.c
s_nexttowardf.c
s_remquo.c
s_remquof.c
s_remquol.c
s_rint.c
s_rintf.c
s_rintl.c
s_round.c
s_roundf.c
s_roundl.c
s_scalbln.c
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
s_signgam.c
s_significand.c
s_significandf.c
s_sin.c
s_sincos.c
s_sincosf.c
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
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
s_tanhf.c
s_tanhl.c
s_tanl.c
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
s_trunc.c
s_truncf.c
s_truncl.c
w_cabs.c
w_cabsf.c
w_cabsl.c
w_drem.c
w_dremf.c