OpenLibm/src
Ed Schouten 7e5585aaca Rename openlibm.h to openlibm_math.h.
This is a bit more consistent with the naming of the other header files
(openlibm_complex.h and openlibm_fenv.h). Re-add an openlibm.h header
that includes all of the public headers as a shorthand.

Fix up all of the source files to include <openlibm_math.h> instead of
<openlibm.h>. While there, fix ordering of the includes.
2015-01-11 23:37:01 +01:00
..
Make.files Add lgammal_r(). 2015-01-08 11:23:28 +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 Move public headers into include/ and private headers into src/. 2015-01-11 16:35:32 +01:00
common.c Add missing void keyword to keep -Wold-style-definition happy. 2015-01-11 23:01:49 +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_gamma.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_gamma_r.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_gammaf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_gammaf_r.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 Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_j1.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_j1f.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_jn.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_jnf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
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_scalb.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_scalbf.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 Move public headers into include/ and private headers into src/. 2015-01-11 16:35:32 +01: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 Never include <complex.h>. Include <openlibm_complex.h> instead. 2015-01-09 13:30:44 +01:00
math_private_openbsd.h Get the ld80 routines from OpenBSD to build on mac and linux. 2014-12-04 23:56:11 +05:30
polevll.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01: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 Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01: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 Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +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_finite.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_finitef.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 openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_nearbyint.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01: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 Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01: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 Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
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_significand.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_significandf.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 Move public headers into include/ and private headers into src/. 2015-01-11 16:35:32 +01: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
w_drem.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
w_dremf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00