OpenLibm/src
Ed Schouten 17688c4487 Rename include/fenv.h to <openlibm_fenv.h>.
OpenLibm has an implementation of fenv.h internally. This may be
problematic in case you want it to build against the host system's
implementation, as it would require you to somehow take the fenv.h file
out of the compiler search path.

Simply use a different naming scheme, similar to openlibm.h and
openlibm_complex.h. If we want to build against the host's fenv.h, we
can simply add an '#include <fenv.h>' from within this header.
2015-01-09 13:11:12 +01:00
..
common.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
e_acos.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
e_acosf.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
e_acosh.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
e_acoshf.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
e_acosl.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
e_asin.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
e_asinf.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
e_asinl.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
e_atan2.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
e_atan2f.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
e_atan2l.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
e_atanh.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
e_atanhf.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
e_cosh.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
e_coshf.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
e_exp.c more accurate comment for the x==1.0 hack 2013-12-14 15:49:02 -05:00
e_expf.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
e_fmod.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
e_fmodf.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
e_fmodl.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
e_gamma.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
e_gamma_r.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
e_gammaf.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
e_gammaf_r.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
e_hypot.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
e_hypotf.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
e_hypotl.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
e_j0.c Add assert statements 2014-09-22 16:18:53 -04:00
e_j0f.c Add assert statements 2014-09-22 16:18:53 -04:00
e_j1.c Add assert statements 2014-09-22 16:18:53 -04:00
e_j1f.c Add assert statements 2014-09-22 16:18:53 -04:00
e_jn.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
e_jnf.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
e_lgamma.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
e_lgamma_r.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
e_lgammaf.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
e_lgammaf_r.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
e_lgammal.c Add lgammal_r(). 2015-01-08 11:23:28 +01:00
e_log.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
e_log2.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
e_log2f.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
e_log10.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
e_log10f.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
e_logf.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
e_pow.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
e_powf.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
e_rem_pio2.c Do not export rem_pio2 from openlibm. It will be exported from openspecfun. 2014-07-09 19:56:28 -04:00
e_rem_pio2f.c Do not export rem_pio2 from openlibm. It will be exported from openspecfun. 2014-07-09 19:56:28 -04:00
e_remainder.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
e_remainderf.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
e_remainderl.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
e_scalb.c Prevent the use of deprecated or internal functions if possible. 2015-01-07 22:07:48 +01:00
e_scalbf.c Prevent the use of deprecated or internal functions if possible. 2015-01-07 22:07:48 +01:00
e_sinh.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
e_sinhf.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
e_sqrt.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
e_sqrtf.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
e_sqrtl.c Rename include/fenv.h to <openlibm_fenv.h>. 2015-01-09 13:11:12 +01:00
k_cos.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
k_cosf.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
k_exp.c Change existing code to use CMPLX*() instead of cpack*() where possible. 2015-01-08 12:02:56 +01:00
k_expf.c Change existing code to use CMPLX*() instead of cpack*() where possible. 2015-01-08 12:02:56 +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 Revert "You can't have you cake and eat it, too." 2014-06-12 15:56:39 +05:30
k_sin.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
k_sinf.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
k_tan.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
k_tanf.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
Make.files Add lgammal_r(). 2015-01-08 11:23:28 +01:00
math_private.h Remove checks against header guards. 2015-01-07 22:11:36 +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
openlibm.h Merge pull request #75 from NuxiNL/signgam 2015-01-08 18:58:31 +05:30
openlibm_complex.h Add all the complex declarations to openlibm.h. 2014-12-05 00:37:39 +05:30
openlibm_fenv.h Rename include/fenv.h to <openlibm_fenv.h>. 2015-01-09 13:11:12 +01:00
polevll.c Get the ld80 routines from OpenBSD to build on mac and linux. 2014-12-04 23:56:11 +05:30
s_asinh.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_asinhf.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_atan.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_atanf.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_atanl.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_cabs.c Replace math.h with openlibm.h in the new complex math functions. 2014-12-05 00:29:54 +05:30
s_cabsf.c Replace math.h with openlibm.h in the new complex math functions. 2014-12-05 00:29:54 +05:30
s_cabsl.c Replace math.h with openlibm.h in the new complex math functions. 2014-12-05 00:29:54 +05:30
s_cacos.c Replace math.h with openlibm.h in the new complex math functions. 2014-12-05 00:29:54 +05:30
s_cacosf.c Replace math.h with openlibm.h in the new complex math functions. 2014-12-05 00:29:54 +05:30
s_cacosh.c Replace math.h with openlibm.h in the new complex math functions. 2014-12-05 00:29:54 +05:30
s_cacoshf.c Replace math.h with openlibm.h in the new complex math functions. 2014-12-05 00:29:54 +05:30
s_cacoshl.c Replace math.h with openlibm.h in the new complex math functions. 2014-12-05 00:29:54 +05:30
s_cacosl.c Replace math.h with openlibm.h in the new complex math functions. 2014-12-05 00:29:54 +05:30
s_carg.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_cargf.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_cargl.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_casin.c Replace math.h with openlibm.h in the new complex math functions. 2014-12-05 00:29:54 +05:30
s_casinf.c Replace math.h with openlibm.h in the new complex math functions. 2014-12-05 00:29:54 +05:30
s_casinh.c Replace math.h with openlibm.h in the new complex math functions. 2014-12-05 00:29:54 +05:30
s_casinhf.c Replace math.h with openlibm.h in the new complex math functions. 2014-12-05 00:29:54 +05:30
s_casinhl.c Replace math.h with openlibm.h in the new complex math functions. 2014-12-05 00:29:54 +05:30
s_casinl.c Replace math.h with openlibm.h in the new complex math functions. 2014-12-05 00:29:54 +05:30
s_catan.c Replace math.h with openlibm.h in the new complex math functions. 2014-12-05 00:29:54 +05:30
s_catanf.c Replace math.h with openlibm.h in the new complex math functions. 2014-12-05 00:29:54 +05:30
s_catanh.c Replace math.h with openlibm.h in the new complex math functions. 2014-12-05 00:29:54 +05:30
s_catanhf.c Replace math.h with openlibm.h in the new complex math functions. 2014-12-05 00:29:54 +05:30
s_catanhl.c Replace math.h with openlibm.h in the new complex math functions. 2014-12-05 00:29:54 +05:30
s_catanl.c Replace math.h with openlibm.h in the new complex math functions. 2014-12-05 00:29:54 +05:30
s_cbrt.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_cbrtf.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_cbrtl.c normalize __WIN32__ to _WIN32, which is defined by all Windows compilers 2014-03-18 20:47:48 -04:00
s_ccos.c Replace math.h with openlibm.h in the new complex math functions. 2014-12-05 00:29:54 +05:30
s_ccosf.c Replace math.h with openlibm.h in the new complex math functions. 2014-12-05 00:29:54 +05:30
s_ccosh.c Change existing code to use CMPLX*() instead of cpack*() where possible. 2015-01-08 12:02:56 +01:00
s_ccoshf.c Change existing code to use CMPLX*() instead of cpack*() where possible. 2015-01-08 12:02:56 +01:00
s_ccoshl.c Replace math.h with openlibm.h in the new complex math functions. 2014-12-05 00:29:54 +05:30
s_ccosl.c Replace math.h with openlibm.h in the new complex math functions. 2014-12-05 00:29:54 +05:30
s_ceil.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_ceilf.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_ceill.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_cexp.c Change existing code to use CMPLX*() instead of cpack*() where possible. 2015-01-08 12:02:56 +01:00
s_cexpf.c Change existing code to use CMPLX*() instead of cpack*() where possible. 2015-01-08 12:02:56 +01:00
s_cexpl.c Replace math.h with openlibm.h in the new complex math functions. 2014-12-05 00:29:54 +05:30
s_cimag.c Move complex number declarations to openlibm.h 2014-03-29 11:24:31 +01:00
s_cimagf.c Move complex number declarations to openlibm.h 2014-03-29 11:24:31 +01:00
s_cimagl.c Move complex number declarations to openlibm.h 2014-03-29 11:24:31 +01:00
s_clog.c Replace math.h with openlibm.h in the new complex math functions. 2014-12-05 00:29:54 +05:30
s_clogf.c Replace math.h with openlibm.h in the new complex math functions. 2014-12-05 00:29:54 +05:30
s_clogl.c Replace math.h with openlibm.h in the new complex math functions. 2014-12-05 00:29:54 +05:30
s_conj.c Change existing code to use CMPLX*() instead of cpack*() where possible. 2015-01-08 12:02:56 +01:00
s_conjf.c Change existing code to use CMPLX*() instead of cpack*() where possible. 2015-01-08 12:02:56 +01:00
s_conjl.c Change existing code to use CMPLX*() instead of cpack*() where possible. 2015-01-08 12:02:56 +01:00
s_copysign.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_copysignf.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_copysignl.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_cos.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_cosf.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_cosl.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_cpow.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_cpowf.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_cpowl.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_cproj.c Change existing code to use CMPLX*() instead of cpack*() where possible. 2015-01-08 12:02:56 +01:00
s_cprojf.c Change existing code to use CMPLX*() instead of cpack*() where possible. 2015-01-08 12:02:56 +01:00
s_cprojl.c Change existing code to use CMPLX*() instead of cpack*() where possible. 2015-01-08 12:02:56 +01:00
s_creal.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_crealf.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_creall.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_csin.c Replace math.h with openlibm.h in the new complex math functions. 2014-12-05 00:29:54 +05:30
s_csinf.c Replace math.h with openlibm.h in the new complex math functions. 2014-12-05 00:29:54 +05:30
s_csinh.c Change existing code to use CMPLX*() instead of cpack*() where possible. 2015-01-08 12:02:56 +01:00
s_csinhf.c Change existing code to use CMPLX*() instead of cpack*() where possible. 2015-01-08 12:02:56 +01:00
s_csinhl.c Replace math.h with openlibm.h in the new complex math functions. 2014-12-05 00:29:54 +05:30
s_csinl.c Replace math.h with openlibm.h in the new complex math functions. 2014-12-05 00:29:54 +05:30
s_csqrt.c Change existing code to use CMPLX*() instead of cpack*() where possible. 2015-01-08 12:02:56 +01:00
s_csqrtf.c Change existing code to use CMPLX*() instead of cpack*() where possible. 2015-01-08 12:02:56 +01:00
s_csqrtl.c Change existing code to use CMPLX*() instead of cpack*() where possible. 2015-01-08 12:02:56 +01:00
s_ctan.c Replace math.h with openlibm.h in the new complex math functions. 2014-12-05 00:29:54 +05:30
s_ctanf.c Replace math.h with openlibm.h in the new complex math functions. 2014-12-05 00:29:54 +05:30
s_ctanh.c Change existing code to use CMPLX*() instead of cpack*() where possible. 2015-01-08 12:02:56 +01:00
s_ctanhf.c Change existing code to use CMPLX*() instead of cpack*() where possible. 2015-01-08 12:02:56 +01:00
s_ctanhl.c Replace math.h with openlibm.h in the new complex math functions. 2014-12-05 00:29:54 +05:30
s_ctanl.c Replace math.h with openlibm.h in the new complex math functions. 2014-12-05 00:29:54 +05:30
s_erf.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_erff.c new polynomials for erff, by Steve Kargl 2013-12-19 14:06:05 -05:00
s_exp2.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_exp2f.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_expm1.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_expm1f.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_fabs.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_fabsf.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_fabsl.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_fdim.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_finite.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_finitef.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_floor.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_floorf.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_floorl.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_fma.c Rename include/fenv.h to <openlibm_fenv.h>. 2015-01-09 13:11:12 +01:00
s_fmaf.c Rename include/fenv.h to <openlibm_fenv.h>. 2015-01-09 13:11:12 +01:00
s_fmal.c Rename include/fenv.h to <openlibm_fenv.h>. 2015-01-09 13:11:12 +01:00
s_fmax.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_fmaxf.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_fmaxl.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_fmin.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_fminf.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_fminl.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_fpclassify.c Fixed build on ARM 2014-05-26 10:55:49 +01:00
s_frexp.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_frexpf.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_frexpl.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_ilogb.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_ilogbf.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_ilogbl.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_isfinite.c Fixed build on ARM 2014-05-26 10:55:49 +01:00
s_isinf.c Fixed build on ARM 2014-05-26 10:55:49 +01:00
s_isnan.c Fixed build on ARM 2014-05-26 10:55:49 +01:00
s_isnormal.c Fixed build on ARM 2014-05-26 10:55:49 +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 add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_log1pf.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_logb.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_logbf.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_logbl.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_lrint.c Rename include/fenv.h to <openlibm_fenv.h>. 2015-01-09 13:11:12 +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 include/fenv.h to <openlibm_fenv.h>. 2015-01-09 13:11:12 +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 add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_modff.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_modfl.c Removed some uses of sys/types.h 2014-12-01 11:10:41 +00:00
s_nan.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_nearbyint.c Rename include/fenv.h to <openlibm_fenv.h>. 2015-01-09 13:11:12 +01:00
s_nextafter.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_nextafterf.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_nextafterl.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_nexttoward.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_nexttowardf.c Fixed build on ARM 2014-05-26 10:55:49 +01:00
s_remquo.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_remquof.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_remquol.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_rint.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_rintf.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_rintl.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_round.c updates to s_round.c from FreeBSD 2013-12-19 17:52:23 -05:00
s_roundf.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_roundl.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_scalbln.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_scalbn.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_scalbnf.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_scalbnl.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_signbit.c Fixed build on ARM 2014-05-26 10:55:49 +01:00
s_signgam.c Replace math.h with openlibm.h 2011-12-15 11:54:24 +05:30
s_significand.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_significandf.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_sin.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_sincos.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_sincosf.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_sincosl.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_sinf.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_sinl.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_tan.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_tanf.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_tanh.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_tanhf.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_tanl.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_tgammaf.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_trunc.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_truncf.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
s_truncl.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
w_cabs.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
w_cabsf.c Fix #35 2014-12-04 21:41:37 +05:30
w_cabsl.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
w_drem.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00
w_dremf.c add DLLEXPORT to files in src and int isopenlibm() = 1 function" 2013-08-03 05:16:01 -04:00