OpenLibm/src
Lephenixnoir 8afd538dc8
add missing weak references for long double functions
This ensures that all standard long double functions are defined when
building with 64-bit long double.
2021-05-20 23:30:25 +02:00
..
Make.files Fix Apple Silicon build (#214) 2020-09-03 18:27:17 -04: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
bsd_cdefs.h Avoid redefining macros defined by the system 2018-04-06 14:41:06 -07:00
cdefs-compat.h fix aliases not using underscore prefixes in assembler code 2021-05-20 21:27:38 +02:00
common.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
e_acos.c Suggestions 2019-10-26 01:05:27 +02:00
e_acosf.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
e_acosh.c add missing weak references for long double functions 2021-05-20 23:30:25 +02:00
e_acoshf.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
e_acosl.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
e_asin.c Suggestions 2019-10-26 01:05:27 +02:00
e_asinf.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
e_asinl.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
e_atan2.c Suggestions 2019-10-26 01:05:27 +02:00
e_atan2f.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
e_atan2l.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
e_atanh.c add missing weak references for long double functions 2021-05-20 23:30:25 +02:00
e_atanhf.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
e_cosh.c add missing weak references for long double functions 2021-05-20 23:30:25 +02:00
e_coshf.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
e_exp.c add missing weak references for long double functions 2021-05-20 23:30:25 +02:00
e_expf.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
e_fmod.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
e_fmodf.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
e_fmodl.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
e_hypot.c Suggestions 2019-10-26 01:05:27 +02:00
e_hypotf.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
e_hypotl.c Fix incorrect results in `hypotl` near underflow 2021-02-10 12:44:19 -08:00
e_j0.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
e_j0f.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
e_j1.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
e_j1f.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
e_jn.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
e_jnf.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
e_lgamma.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
e_lgamma_r.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
e_lgammaf.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
e_lgammaf_r.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
e_lgammal.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
e_log.c add missing weak references for long double functions 2021-05-20 23:30:25 +02:00
e_log2.c add missing weak references for long double functions 2021-05-20 23:30:25 +02:00
e_log2f.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
e_log10.c add missing weak references for long double functions 2021-05-20 23:30:25 +02:00
e_log10f.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
e_logf.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
e_pow.c add missing weak references for long double functions 2021-05-20 23:30:25 +02:00
e_powf.c Fix for #211 2021-02-08 09:39:30 -05: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 Suggestions 2019-10-26 01:05:27 +02:00
e_remainderf.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
e_remainderl.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
e_sinh.c add missing weak references for long double functions 2021-05-20 23:30:25 +02:00
e_sinhf.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
e_sqrt.c Suggestions 2019-10-26 01:05:27 +02:00
e_sqrtf.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
e_sqrtl.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
fpmath.h sh3eb: add suport for the sh3eb softfp platform 2020-10-24 13:55:39 +02: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 Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
k_cosf.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
k_exp.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
k_expf.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04: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 Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
k_sin.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
k_sinf.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
k_tan.c Fix Clang warnings on Windows 2016-03-13 06:21:15 +00:00
k_tanf.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
math_private.h Fix #211 2021-02-06 18:10:09 -05:00
math_private_openbsd.h Avoid redefining endianness macros with some gcc versions 2016-03-02 21:21:25 +01:00
mips_fpmath.h Support for mips architectures 2018-06-04 09:38:27 +00: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
s390_fpmath.h s390(x) port 2018-11-07 12:11:15 +01:00
s_asinh.c add missing weak references for long double functions 2021-05-20 23:30:25 +02:00
s_asinhf.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_atan.c Suggestions 2019-10-26 01:05:27 +02:00
s_atanf.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_atanl.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04: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 Replace a few remaining __strong_reference uses (#210) 2020-07-09 15:51:12 -04:00
s_cacosf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_cacosh.c Replace a few remaining __strong_reference uses (#210) 2020-07-09 15:51:12 -04: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 Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_cargf.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_cargl.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_casin.c Replace a few remaining __strong_reference uses (#210) 2020-07-09 15:51:12 -04:00
s_casinf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_casinh.c Replace a few remaining __strong_reference uses (#210) 2020-07-09 15:51:12 -04: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 Replace a few remaining __strong_reference uses (#210) 2020-07-09 15:51:12 -04:00
s_catanf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_catanh.c Replace a few remaining __strong_reference uses (#210) 2020-07-09 15:51:12 -04: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 Add files via upload 2019-10-26 01:53:42 +02:00
s_cbrtf.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_cbrtl.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04: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 Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_ccoshf.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04: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 Add files via upload 2019-10-26 01:53:42 +02:00
s_ceilf.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_ceill.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_cexp.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_cexpf.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_cexpl.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_cimag.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_cimagf.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_cimagl.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_clog.c Replace a few remaining __strong_reference uses (#210) 2020-07-09 15:51:12 -04: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 Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_conjf.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_conjl.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_copysign.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_copysignf.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_copysignl.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_cos.c Add files via upload 2019-10-26 01:53:42 +02:00
s_cosf.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_cosl.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_cpow.c Replace a few remaining __strong_reference uses (#210) 2020-07-09 15:51:12 -04:00
s_cpowf.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_cpowl.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_cproj.c Add files via upload 2019-10-26 01:53:42 +02:00
s_cprojf.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_cprojl.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_creal.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_crealf.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_creall.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04: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 Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_csinhf.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04: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 Add files via upload 2019-10-26 01:53:42 +02:00
s_csqrtf.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_csqrtl.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04: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 Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_ctanhf.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04: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 add missing weak references for long double functions 2021-05-20 23:30:25 +02:00
s_erff.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_exp2.c Add files via upload 2019-10-26 01:53:42 +02:00
s_exp2f.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_expm1.c add missing weak references for long double functions 2021-05-20 23:30:25 +02:00
s_expm1f.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_fabs.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_fabsf.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_fabsl.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_fdim.c wasm32 support (#192) 2019-04-14 15:11:03 -07:00
s_floor.c Add files via upload 2019-10-26 01:53:42 +02:00
s_floorf.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_floorl.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_fma.c Add files via upload 2019-10-26 01:53:42 +02:00
s_fmaf.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_fmal.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_fmax.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_fmaxf.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_fmaxl.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_fmin.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_fminf.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_fminl.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_fpclassify.c Fix compilation of gcc when using openlibm as system libm (#190) 2019-01-14 11:53:14 -08:00
s_frexp.c Add files via upload 2019-10-26 01:53:42 +02:00
s_frexpf.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_frexpl.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_ilogb.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_ilogbf.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_ilogbl.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_isfinite.c Fix compilation of gcc when using openlibm as system libm (#190) 2019-01-14 11:53:14 -08:00
s_isinf.c Add files via upload 2019-10-26 01:53:42 +02:00
s_isnan.c Add files via upload 2019-10-26 01:53:42 +02:00
s_isnormal.c Fix compilation of gcc when using openlibm as system libm (#190) 2019-01-14 11:53:14 -08: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 missing weak references for long double functions 2021-05-20 23:30:25 +02:00
s_log1pf.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_logb.c Add files via upload 2019-10-26 01:53:42 +02:00
s_logbf.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_logbl.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_lrint.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04: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 Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04: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 Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_modff.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_modfl.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_nan.c Add files via upload 2019-10-26 01:53:42 +02:00
s_nearbyint.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_nextafter.c Add files via upload 2019-10-26 01:53:42 +02:00
s_nextafterf.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_nextafterl.c Add files via upload 2019-10-26 01:53:42 +02:00
s_nexttoward.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_nexttowardf.c Fix compilation of gcc when using openlibm as system libm (#190) 2019-01-14 11:53:14 -08:00
s_remquo.c Add files via upload 2019-10-26 01:53:42 +02:00
s_remquof.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_remquol.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_rint.c Add files via upload 2019-10-26 01:53:42 +02:00
s_rintf.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_rintl.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_round.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_roundf.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_roundl.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_scalbln.c wasm32 support (#192) 2019-04-14 15:11:03 -07:00
s_scalbn.c Add files via upload 2019-10-26 01:53:42 +02:00
s_scalbnf.c Add files via upload 2019-10-26 01:53:42 +02:00
s_scalbnl.c Add files via upload 2019-10-26 01:53:42 +02:00
s_signbit.c Fix compilation of gcc when using openlibm as system libm (#190) 2019-01-14 11:53:14 -08:00
s_signgam.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_sin.c Add files via upload 2019-10-26 01:53:42 +02:00
s_sincos.c Add files via upload 2019-10-26 01:53:42 +02:00
s_sincosf.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_sincosl.c Fix reversed outputs of sincosl 2018-01-26 15:33:30 +09:00
s_sinf.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_sinl.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_tan.c Add files via upload 2019-10-26 01:53:42 +02:00
s_tanf.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_tanh.c add missing weak references for long double functions 2021-05-20 23:30:25 +02:00
s_tanhf.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_tanl.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_tgammaf.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_trunc.c Add files via upload 2019-10-26 01:53:42 +02:00
s_truncf.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_truncl.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
sh3eb_fpmath.h sh3eb: add suport for the sh3eb softfp platform 2020-10-24 13:55:39 +02:00
types-compat.h Avoid redefining __pure2 in types-compat 2016-03-03 17:05:12 +01:00
w_cabs.c Add files via upload 2019-10-26 01:53:42 +02:00
w_cabsf.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
w_cabsl.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00