.. |
e_acos.c
|
|
|
e_acosf.c
|
|
|
e_acosh.c
|
|
|
e_acoshf.c
|
|
|
e_acosl.c
|
|
|
e_asin.c
|
For small arguments, these functions use simple approximations,
|
2011-02-10 07:37:50 +00:00 |
e_asinf.c
|
|
|
e_asinl.c
|
|
|
e_atan2.c
|
|
|
e_atan2f.c
|
|
|
e_atan2l.c
|
|
|
e_atanh.c
|
|
|
e_atanhf.c
|
|
|
e_cosh.c
|
|
|
e_coshf.c
|
|
|
e_exp.c
|
|
|
e_expf.c
|
Fix a bogus threshold that was copied from the double precision version.
|
2011-02-10 07:37:29 +00:00 |
e_fmod.c
|
|
|
e_fmodf.c
|
|
|
e_fmodl.c
|
|
|
e_gamma_r.c
|
|
|
e_gamma.c
|
|
|
e_gammaf_r.c
|
|
|
e_gammaf.c
|
|
|
e_hypot.c
|
|
|
e_hypotf.c
|
|
|
e_hypotl.c
|
|
|
e_j0.c
|
|
|
e_j0f.c
|
|
|
e_j1.c
|
|
|
e_j1f.c
|
|
|
e_jn.c
|
|
|
e_jnf.c
|
|
|
e_lgamma_r.c
|
|
|
e_lgamma.c
|
|
|
e_lgammaf_r.c
|
|
|
e_lgammaf.c
|
|
|
e_log2.c
|
Fix various nits in style and comments that were pointed out by bde.
|
2010-12-07 02:19:15 +00:00 |
e_log2f.c
|
Another minor nit: Make sure the constant here is a float so the compiler
|
2010-12-07 03:29:36 +00:00 |
e_log10.c
|
Convert log10() to use __kernel_log(), which is more accurate and simpler.
|
2011-03-07 03:11:27 +00:00 |
e_log10f.c
|
Convert log10f() to use __kernel_log(), which is more accurate and simpler.
|
2011-03-07 03:12:08 +00:00 |
e_log.c
|
|
|
e_logf.c
|
|
|
e_pow.c
|
|
|
e_powf.c
|
|
|
e_rem_pio2.c
|
In the libm access macros for the double type, z can sometimes
|
2011-06-19 17:07:58 +00:00 |
e_rem_pio2f.c
|
|
|
e_remainder.c
|
|
|
e_remainderf.c
|
|
|
e_remainderl.c
|
|
|
e_scalb.c
|
|
|
e_scalbf.c
|
|
|
e_sinh.c
|
|
|
e_sinhf.c
|
|
|
e_sqrt.c
|
|
|
e_sqrtf.c
|
|
|
e_sqrtl.c
|
|
|
k_cos.c
|
|
|
k_cosf.c
|
|
|
k_log.h
|
Add a "kernel" log function, based on e_log.c, which is useful for
|
2010-12-05 22:11:03 +00:00 |
k_logf.h
|
Fix various nits in style and comments that were pointed out by bde.
|
2010-12-07 02:19:15 +00:00 |
k_rem_pio2.c
|
|
|
k_sin.c
|
|
|
k_sinf.c
|
|
|
k_tan.c
|
|
|
k_tanf.c
|
|
|
math_private.h
|
Add log2() and log2f().
|
2010-12-05 22:11:22 +00:00 |
math.h
|
Implement the long double version for the cube root function, cbrtl.
|
2011-03-12 16:50:39 +00:00 |
s_asinh.c
|
|
|
s_asinhf.c
|
|
|
s_atan.c
|
For small arguments, these functions use simple approximations,
|
2011-02-10 07:37:50 +00:00 |
s_atanf.c
|
|
|
s_atanl.c
|
|
|
s_carg.c
|
|
|
s_cargf.c
|
|
|
s_cargl.c
|
|
|
s_cbrt.c
|
Implement the long double version for the cube root function, cbrtl.
|
2011-03-12 16:50:39 +00:00 |
s_cbrtf.c
|
|
|
s_cbrtl.c
|
Take two. Add the missing file that should have been committed
|
2011-03-12 19:37:35 +00:00 |
s_ceil.c
|
|
|
s_ceilf.c
|
|
|
s_ceill.c
|
|
|
s_cexp.c
|
Add cexp() and cexpf().
|
2011-03-07 03:09:24 +00:00 |
s_cexpf.c
|
Add cexp() and cexpf().
|
2011-03-07 03:09:24 +00:00 |
s_cimag.c
|
|
|
s_cimagf.c
|
|
|
s_cimagl.c
|
|
|
s_conj.c
|
|
|
s_conjf.c
|
|
|
s_conjl.c
|
|
|
s_copysign.c
|
|
|
s_copysignf.c
|
|
|
s_copysignl.c
|
|
|
s_cos.c
|
For small arguments, these functions use simple approximations,
|
2011-02-10 07:37:50 +00:00 |
s_cosf.c
|
|
|
s_cosl.c
|
Clean up the unneeded cpp macro INLINE_REM_PIO2L.
|
2011-05-30 19:41:28 +00:00 |
s_cproj.c
|
|
|
s_cprojf.c
|
|
|
s_cprojl.c
|
|
|
s_creal.c
|
|
|
s_crealf.c
|
|
|
s_creall.c
|
|
|
s_csqrt.c
|
|
|
s_csqrtf.c
|
|
|
s_csqrtl.c
|
|
|
s_erf.c
|
|
|
s_erff.c
|
|
|
s_exp2.c
|
|
|
s_exp2f.c
|
|
|
s_expm1.c
|
|
|
s_expm1f.c
|
|
|
s_fabs.c
|
|
|
s_fabsf.c
|
|
|
s_fabsl.c
|
|
|
s_fdim.c
|
|
|
s_finite.c
|
|
|
s_finitef.c
|
|
|
s_floor.c
|
|
|
s_floorf.c
|
|
|
s_floorl.c
|
|
|
s_fma.c
|
|
|
s_fmaf.c
|
|
|
s_fmal.c
|
|
|
s_fmax.c
|
|
|
s_fmaxf.c
|
|
|
s_fmaxl.c
|
|
|
s_fmin.c
|
|
|
s_fminf.c
|
|
|
s_fminl.c
|
|
|
s_frexp.c
|
|
|
s_frexpf.c
|
|
|
s_frexpl.c
|
|
|
s_ilogb.c
|
|
|
s_ilogbf.c
|
|
|
s_ilogbl.c
|
|
|
s_isfinite.c
|
|
|
s_isnan.c
|
|
|
s_isnormal.c
|
|
|
s_llrint.c
|
|
|
s_llrintf.c
|
|
|
s_llrintl.c
|
|
|
s_llround.c
|
|
|
s_llroundf.c
|
|
|
s_llroundl.c
|
|
|
s_log1p.c
|
|
|
s_log1pf.c
|
|
|
s_logb.c
|
|
|
s_logbf.c
|
|
|
s_logbl.c
|
|
|
s_lrint.c
|
|
|
s_lrintf.c
|
|
|
s_lrintl.c
|
|
|
s_lround.c
|
|
|
s_lroundf.c
|
|
|
s_lroundl.c
|
|
|
s_modf.c
|
|
|
s_modff.c
|
|
|
s_modfl.c
|
|
|
s_nan.c
|
|
|
s_nearbyint.c
|
|
|
s_nextafter.c
|
|
|
s_nextafterf.c
|
|
|
s_nextafterl.c
|
|
|
s_nexttoward.c
|
Fix a bug where the wrong argument was passed to INSERT_WORDS().
|
2011-02-10 07:38:13 +00:00 |
s_nexttowardf.c
|
Fix a bug where the wrong argument was passed to SET_FLOAT_WORD().
|
2011-02-10 07:38:38 +00:00 |
s_remquo.c
|
|
|
s_remquof.c
|
|
|
s_remquol.c
|
|
|
s_rint.c
|
|
|
s_rintf.c
|
|
|
s_rintl.c
|
|
|
s_round.c
|
|
|
s_roundf.c
|
|
|
s_roundl.c
|
|
|
s_scalbln.c
|
|
|
s_scalbn.c
|
|
|
s_scalbnf.c
|
|
|
s_scalbnl.c
|
|
|
s_signbit.c
|
|
|
s_signgam.c
|
|
|
s_significand.c
|
|
|
s_significandf.c
|
|
|
s_sin.c
|
For small arguments, these functions use simple approximations,
|
2011-02-10 07:37:50 +00:00 |
s_sinf.c
|
|
|
s_sinl.c
|
Clean up the unneeded cpp macro INLINE_REM_PIO2L.
|
2011-05-30 19:41:28 +00:00 |
s_tan.c
|
For small arguments, these functions use simple approximations,
|
2011-02-10 07:37:50 +00:00 |
s_tanf.c
|
|
|
s_tanh.c
|
|
|
s_tanhf.c
|
|
|
s_tanl.c
|
Clean up the unneeded cpp macro INLINE_REM_PIO2L.
|
2011-05-30 19:41:28 +00:00 |
s_tgammaf.c
|
|
|
s_trunc.c
|
|
|
s_truncf.c
|
|
|
s_truncl.c
|
|
|
w_cabs.c
|
|
|
w_cabsf.c
|
|
|
w_cabsl.c
|
|
|
w_drem.c
|
|
|
w_dremf.c
|
|
|