incubator-nuttx/libs/libc/math
Alin Jerpelea b5d4a01821 libs: Author Gregory Nutt: update licenses to Apache
Gregory Nutt has submitted the SGA and we can migrate the licenses
 to Apache.

Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
2021-03-03 18:52:53 -08:00
..
Kconfig Sources and Docs: Fix typos and nxstyle issues 2020-10-02 04:54:52 +02:00
Make.defs libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
__cos.c
__sin.c
lib_acos.c
lib_acosf.c
lib_acosh.c
lib_acoshf.c
lib_acoshl.c
lib_acosl.c
lib_asin.c
lib_asinf.c
lib_asinh.c
lib_asinhf.c
lib_asinhl.c
lib_asinl.c
lib_atan.c
lib_atan2.c
lib_atan2f.c
lib_atan2l.c
lib_atanf.c
lib_atanh.c
lib_atanhf.c
lib_atanhl.c
lib_atanl.c
lib_cbrt.c math: Implement cbrt 2020-08-14 07:27:55 -05:00
lib_ceil.c
lib_ceilf.c
lib_ceill.c
lib_copysign.c
lib_copysignf.c
lib_copysignl.c
lib_cos.c
lib_cosf.c
lib_cosh.c
lib_coshf.c
lib_coshl.c
lib_cosl.c
lib_erf.c
lib_erfc.c math: Make this friendly with libcxx 2020-10-25 07:30:14 -07:00
lib_erfcf.c math: Make this friendly with libcxx 2020-10-25 07:30:14 -07:00
lib_erfcl.c math: Make this friendly with libcxx 2020-10-25 07:30:14 -07:00
lib_erff.c
lib_erfl.c
lib_exp.c
lib_expf.c
lib_expl.c
lib_expm1.c math: Make this friendly with libcxx 2020-10-25 07:30:14 -07:00
lib_expm1f.c math: Make this friendly with libcxx 2020-10-25 07:30:14 -07:00
lib_expm1l.c math: Make this friendly with libcxx 2020-10-25 07:30:14 -07:00
lib_fabs.c
lib_fabsf.c libs/libc/machine/arm/armv7-m: Add Cortex M4F mach optimized fabsf and sqrtf. 2019-07-29 20:27:33 -06:00
lib_fabsl.c
lib_floor.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
lib_floorf.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
lib_floorl.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
lib_fmod.c
lib_fmodf.c
lib_fmodl.c
lib_frexp.c
lib_frexpf.c
lib_frexpl.c
lib_gamma.c Squashed commit of the following: 2019-02-27 08:41:08 -06:00
lib_ldexp.c
lib_ldexpf.c
lib_ldexpl.c
lib_lgamma.c
lib_libexpi.c
lib_libexpif.c
lib_libsqrtapprox.c libc/math: Fix warning: dereferencing type-punned pointer will break strict-aliasing rules 2020-06-29 16:25:22 +01:00
lib_llround.c math: Make this friendly with libcxx 2020-10-25 07:30:14 -07:00
lib_llroundf.c math: Make this friendly with libcxx 2020-10-25 07:30:14 -07:00
lib_llroundl.c math: Make this friendly with libcxx 2020-10-25 07:30:14 -07:00
lib_log.c sched/signal/sig_nanosleep.c: Fix an error introduced with recent commit. Noted by Jussi Kivilinna. 2018-09-17 06:21:25 -06:00
lib_log2.c
lib_log2f.c
lib_log2l.c
lib_log10.c
lib_log10f.c
lib_log10l.c
lib_logf.c sched/signal/sig_nanosleep.c: Fix an error introduced with recent commit. Noted by Jussi Kivilinna. 2018-09-17 06:21:25 -06:00
lib_logl.c
lib_lround.c math: Make this friendly with libcxx 2020-10-25 07:30:14 -07:00
lib_lroundf.c math: Make this friendly with libcxx 2020-10-25 07:30:14 -07:00
lib_lroundl.c math: Make this friendly with libcxx 2020-10-25 07:30:14 -07:00
lib_modf.c
lib_modff.c
lib_modfl.c
lib_nan.c math: Make this friendly with libcxx 2020-10-25 07:30:14 -07:00
lib_nanf.c math: Make this friendly with libcxx 2020-10-25 07:30:14 -07:00
lib_nanl.c math: Make this friendly with libcxx 2020-10-25 07:30:14 -07:00
lib_pow.c
lib_powf.c
lib_powl.c
lib_rint.c
lib_rintf.c
lib_rintl.c
lib_round.c
lib_roundf.c
lib_roundl.c
lib_sin.c
lib_sinf.c
lib_sinh.c
lib_sinhf.c
lib_sinhl.c
lib_sinl.c
lib_sqrt.c
lib_sqrtf.c libs/libc/machine/arm/armv7-m: Add Cortex M4F mach optimized fabsf and sqrtf. 2019-07-29 20:27:33 -06:00
lib_sqrtl.c
lib_tan.c
lib_tanf.c
lib_tanh.c various fixes (#49) 2020-01-07 09:06:02 -06:00
lib_tanhf.c various fixes (#49) 2020-01-07 09:06:02 -06:00
lib_tanhl.c various fixes (#49) 2020-01-07 09:06:02 -06:00
lib_tanl.c
lib_trunc.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
lib_truncf.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
lib_truncl.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00