sortix-mirror/libm/src
Jonas 'Sortie' Termansen 611dc22e73 Standardize header include guards.
This change makes all the standard library and kernel headers use header
guards with a consistent scheme within the reserved namespace to avoid
conflicts with non-standard-library-implementation code.
2022-07-09 20:51:13 +02:00
..
machine Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
sys Split parts of <features.h> into <sys/cdefs.h>. 2013-12-17 14:30:44 +01:00
b_exp.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
b_log.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
b_tgamma.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
compat_frexp_ieee754.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
compat_ldexp_ieee754.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
e_acos.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
e_acosf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
e_acosh.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
e_acoshf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
e_asin.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
e_asinf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
e_atan2.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
e_atan2f.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
e_atanh.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
e_atanhf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
e_cosh.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
e_coshf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
e_exp.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
e_expf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
e_fmod.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
e_fmodf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
e_hypot.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
e_hypotf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
e_j0.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
e_j0f.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
e_j1.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
e_j1f.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
e_jn.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
e_jnf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
e_lgamma_r.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
e_lgammaf_r.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
e_log.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
e_log2.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
e_log2f.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
e_log10.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
e_log10f.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
e_logf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
e_pow.c Fix pow(3) and powf(3) regression in earlier undefined behavior fix. 2020-12-07 16:44:19 +01:00
e_powf.c Fix pow(3) and powf(3) regression in earlier undefined behavior fix. 2020-12-07 16:44:19 +01:00
e_rem_pio2.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
e_rem_pio2f.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
e_remainder.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
e_remainderf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
e_scalb.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
e_scalbf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
e_sinh.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
e_sinhf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
e_sqrt.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
e_sqrtf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
fpclassifyd_ieee754.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
fpclassifyf_ieee754.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
fpclassifyl.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
fpclassifyl_ieee754.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
isfinited_ieee754.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
isfinitef_ieee754.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
isfinitel.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
isfinitel_ieee754.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
isinfd_ieee754.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
isinff_ieee754.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
isinfl.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
isinfl_ieee754.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
isnand_ieee754.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
isnanf_ieee754.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
isnanl.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
isnanl_ieee754.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
k_cos.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
k_cosf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
k_rem_pio2.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
k_rem_pio2f.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
k_sin.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
k_sinf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
k_standard.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
k_tan.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
k_tanf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
llrint.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
llrintf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
llround.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
llroundf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
lrint.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
lrintf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
lround.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
lroundf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
math_private.h Standardize header include guards. 2022-07-09 20:51:13 +02:00
modf_ieee754.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
namespace.h Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
nan.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
nanf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
nanl.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_asinh.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_asinhf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_atan.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_atanf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_cbrt.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_cbrtf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_ceil.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_ceilf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_copysign.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_copysignf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_copysignl.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_cos.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_cosf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_erf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_erff.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_exp2.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_exp2f.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_expm1.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_expm1f.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_fabs.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_fabsf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_fabsl.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_fdim.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_finite.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_finitef.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_floor.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_floorf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_fmax.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_fmaxf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_fmaxl.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_fmin.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_fminf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_fminl.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_frexp.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_frexpf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_ilogb.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_ilogbf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_ilogbl.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_infinity.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_isinf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_isinff.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_isnan.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_isnanf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_ldexp.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_ldexpf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_lib_version.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_log1p.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_log1pf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_logb.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_logbf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_logbl.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_matherr.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_modf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_modff.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_nextafter.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_nextafterf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_nextafterl.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_nexttoward.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_remquo.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_remquof.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_rint.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_rintf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_round.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_roundf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_scalbn.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_scalbnf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_scalbnl.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_signgam.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_significand.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_significandf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_sin.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_sinf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_tan.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_tanf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_tanh.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_tanhf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_tgammaf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_trunc.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
s_truncf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
signbitd_ieee754.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
signbitf_ieee754.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
signbitl.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
w_acos.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
w_acosf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
w_acosh.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
w_acoshf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
w_asin.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
w_asinf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
w_atan2.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
w_atan2f.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
w_atanh.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
w_atanhf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
w_cosh.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
w_coshf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
w_drem.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
w_dremf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
w_exp.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
w_expf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
w_fmod.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
w_fmodf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
w_gamma.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
w_gamma_r.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
w_gammaf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
w_gammaf_r.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
w_hypot.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
w_hypotf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
w_j0.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
w_j0f.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
w_j1.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
w_j1f.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
w_jn.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
w_jnf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
w_lgamma.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
w_lgamma_r.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
w_lgammaf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
w_lgammaf_r.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
w_log.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
w_log2.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
w_log2f.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
w_log10.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
w_log10f.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
w_logf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
w_pow.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
w_powf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
w_remainder.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
w_remainderf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
w_scalb.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
w_scalbf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
w_sinh.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
w_sinhf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
w_sqrt.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00
w_sqrtf.c Add Sortix Math Library. 2013-12-17 14:30:39 +01:00