Home
last modified time | relevance | path

Searched defs:expm1 (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__math/
H A Dexponential_functions.h97 inline _LIBCPP_HIDE_FROM_ABI float expm1(float __x) _NOEXCEPT { return __builtin_expm1f(__x); } in expm1() function
100 _LIBCPP_HIDE_FROM_ABI double expm1(double __x) _NOEXCEPT { in expm1() function
104 inline _LIBCPP_HIDE_FROM_ABI long double expm1(long double __x) _NOEXCEPT { return __builtin_expm1l… in expm1() function
107 inline _LIBCPP_HIDE_FROM_ABI double expm1(_A1 __x) _NOEXCEPT { in expm1() function
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/
H A Dexpm1_2u5.c30 expm1 (double x) in expm1() function
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dexpm1f.c49 float32x4_t VPCS_ATTR NOINLINE V_NAME_F1 (expm1) (float32x4_t x) in V_NAME_F1() argument
H A Dexpm1.c48 float64x2_t VPCS_ATTR V_NAME_D1 (expm1) (float64x2_t x) in V_NAME_D1() argument
/freebsd/lib/msun/src/
H A Ds_expm1.c129 expm1(double x) in expm1() function
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Dexpm1f.c40 svfloat32_t SV_NAME_F1 (expm1) (svfloat32_t x, svbool_t pg) in SV_NAME_F1() argument
H A Dexpm1.c46 svfloat64_t SV_NAME_D1 (expm1) (svfloat64_t x, svbool_t pg) in SV_NAME_D1() argument
/freebsd/include/
H A Dtgmath.h170 #define expm1(x) __tg_simple(x, expm1) macro
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h687 #define expm1(__x) __tg_expm1(__tg_promote1((__x))(__x)) macro