OpenLibm/src
Ed Schouten 62c7361aab Suppress a compiler warning generated by Clang.
Clang doesn't like it if you bitshift negative numbers, as the behaviour
of it is undefined. Solve this by first shifting, followed by negating.
This was fixed similarly in FreeBSD.
2016-02-27 19:23:08 +01:00
..
Make.files Support powerpc 2016-02-23 11:08:14 +00:00
aarch64_fpmath.h Add a copy of FreeBSD's lib/libc/aarch64/_fpmath.h. 2015-10-26 10:26:19 +01:00
amd64_fpmath.h Move public headers into include/ and private headers into src/. 2015-01-11 16:35:32 +01:00
cdefs-compat.h Revert "moved src/cdefs-compat.h -> include/cdefs-compat.h" 2016-02-24 10:33:19 +05:30
common.c Clean up a change that I sneaked in accidentically. 2015-02-12 13:58:35 +01:00
e_acos.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_acosf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_acosh.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_acoshf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_acosl.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_asin.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_asinf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_asinl.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_atan2.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_atan2f.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_atan2l.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_atanh.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_atanhf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_cosh.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_coshf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_exp.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_expf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_fmod.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_fmodf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_fmodl.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_hypot.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_hypotf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_hypotl.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_j0.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_j0f.c Import these fixes from upstream. 2015-11-13 09:16:51 +05:30
e_j1.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_j1f.c Import these fixes from upstream. 2015-11-13 09:16:51 +05:30
e_jn.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_jnf.c Revert "Remove [jy][01n]f(). X/Open only standardizes the double versions." 2015-11-13 09:06:24 +05:30
e_lgamma.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_lgamma_r.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_lgammaf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_lgammaf_r.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_lgammal.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_log.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_log2.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_log2f.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_log10.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_log10f.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_logf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_pow.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_powf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_rem_pio2.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_rem_pio2f.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_remainder.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_remainderf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_remainderl.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_sinh.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_sinhf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_sqrt.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_sqrtf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_sqrtl.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
fpmath.h Support powerpc 2016-02-23 11:08:14 +00:00
i386_fpmath.h Move public headers into include/ and private headers into src/. 2015-01-11 16:35:32 +01:00
k_cos.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
k_cosf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
k_exp.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
k_expf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
k_log.h initial attempt getting everything to build on windows 2012-04-08 20:03:36 -04:00
k_logf.h initial attempt getting everything to build on windows 2012-04-08 20:03:36 -04:00
k_rem_pio2.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
k_sin.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
k_sinf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
k_tan.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
k_tanf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
math_private.h Rename _scan_nan() to __scan_nan(). 2016-02-27 17:26:15 +01:00
math_private_openbsd.h Rename _scan_nan() to __scan_nan(). 2016-02-27 17:26:15 +01:00
polevll.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
powerpc_fpmath.h Support powerpc 2016-02-23 11:08:14 +00:00
s_asinh.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_asinhf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_atan.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_atanf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_atanl.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_cabs.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_cabsf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_cabsl.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_cacos.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_cacosf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_cacosh.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_cacoshf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_cacoshl.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_cacosl.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_carg.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_cargf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_cargl.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_casin.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_casinf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_casinh.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_casinhf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_casinhl.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_casinl.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_catan.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_catanf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_catanh.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_catanhf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_catanhl.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_catanl.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_cbrt.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_cbrtf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_cbrtl.c Fix build for i386 2015-02-26 16:01:30 -05:00
s_ccos.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_ccosf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_ccosh.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_ccoshf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_ccoshl.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_ccosl.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_ceil.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_ceilf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_ceill.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_cexp.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_cexpf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_cexpl.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_cimag.c Simply use __imag__ to implement cimag(). 2015-01-09 13:40:29 +01:00
s_cimagf.c Simply use __imag__ to implement cimag(). 2015-01-09 13:40:29 +01:00
s_cimagl.c Simply use __imag__ to implement cimag(). 2015-01-09 13:40:29 +01:00
s_clog.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_clogf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_clogl.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_conj.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_conjf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_conjl.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_copysign.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_copysignf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_copysignl.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_cos.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_cosf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_cosl.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_cpow.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_cpowf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_cpowl.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_cproj.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_cprojf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_cprojl.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_creal.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_crealf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_creall.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_csin.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_csinf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_csinh.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_csinhf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_csinhl.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_csinl.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_csqrt.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_csqrtf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_csqrtl.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_ctan.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_ctanf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_ctanh.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_ctanhf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_ctanhl.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_ctanl.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_erf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_erff.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_exp2.c Suppress a compiler warning generated by Clang. 2016-02-27 19:23:08 +01:00
s_exp2f.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_expm1.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_expm1f.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_fabs.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_fabsf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_fabsl.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_fdim.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_floor.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_floorf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_floorl.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_fma.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_fmaf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_fmal.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_fmax.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_fmaxf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_fmaxl.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_fmin.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_fminf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_fminl.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_fpclassify.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_frexp.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_frexpf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_frexpl.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_ilogb.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_ilogbf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_ilogbl.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_isfinite.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_isinf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_isnan.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_isnormal.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_llrint.c initial attempt getting everything to build on windows 2012-04-08 20:03:36 -04:00
s_llrintf.c initial attempt getting everything to build on windows 2012-04-08 20:03:36 -04:00
s_llrintl.c initial attempt getting everything to build on windows 2012-04-08 20:03:36 -04:00
s_llround.c initial attempt getting everything to build on windows 2012-04-08 20:03:36 -04:00
s_llroundf.c initial attempt getting everything to build on windows 2012-04-08 20:03:36 -04:00
s_llroundl.c initial attempt getting everything to build on windows 2012-04-08 20:03:36 -04:00
s_log1p.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_log1pf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_logb.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_logbf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_logbl.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_lrint.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_lrintf.c initial attempt getting everything to build on windows 2012-04-08 20:03:36 -04:00
s_lrintl.c initial attempt getting everything to build on windows 2012-04-08 20:03:36 -04:00
s_lround.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_lroundf.c initial attempt getting everything to build on windows 2012-04-08 20:03:36 -04:00
s_lroundl.c initial attempt getting everything to build on windows 2012-04-08 20:03:36 -04:00
s_modf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_modff.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_modfl.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_nan.c Rename _scan_nan() to __scan_nan(). 2016-02-27 17:26:15 +01:00
s_nearbyint.c Support powerpc 2016-02-23 11:08:14 +00:00
s_nextafter.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_nextafterf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_nextafterl.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_nexttoward.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_nexttowardf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_remquo.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_remquof.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_remquol.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_rint.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_rintf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_rintl.c Support powerpc 2016-02-23 11:08:14 +00:00
s_round.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_roundf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_roundl.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_scalbln.c Revert "Update to the latest s_scalbln.c from msun." 2015-02-21 07:50:35 +05:30
s_scalbn.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_scalbnf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_scalbnl.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_signbit.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_signgam.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_sin.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_sincos.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_sincosf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_sincosl.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_sinf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_sinl.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_tan.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_tanf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_tanh.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_tanhf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_tanl.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_tgammaf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_trunc.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_truncf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_truncl.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
types-compat.h Build on GNU/kfreeBSD and GNU/Hurd 2015-11-10 21:38:51 +02:00
w_cabs.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
w_cabsf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
w_cabsl.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00