Searched defs:log10 (Results 1 - 13 of 13) sorted by relevance

/freebsd-current/lib/msun/src/
H A De_log10.c38 log10(double x) function
/freebsd-current/contrib/arm-optimized-routines/pl/math/
H A Dsv_log10_2u5.c29 svfloat64_t SV_NAME_D1 (log10) (svfloat64_t x, const svbool_t pg) function
[all...]
H A Dv_log10f_3u5.c48 float32x4_t VPCS_ATTR V_NAME_F1 (log10) (float32x4_t x) function
[all...]
H A Dlog10_2u.c41 log10 (double x) function
[all...]
H A Dsv_log10f_3u5.c47 svfloat32_t SV_NAME_F1 (log10) (svfloat32_t x, const svbool_t pg) function
[all...]
H A Dv_log10_2u5.c73 float64x2_t VPCS_ATTR V_NAME_D1 (log10) (float64x2_t x) function
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/
H A Dcomplex_cmath.h114 template <class _Tp> std::complex<_Tp> log10(const std::complex<_Tp> &__x) { function in namespace:std
/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h159 __DEVICE__ float log10(float __x) { return ::log10f(__x); } function
H A Dtgmath.h935 #undef log10 macro
936 #define log10(__x) __tg_log10(__tg_promote1((__x))(__x)) macro
H A D__clang_cuda_math.h172 __DEVICE__ double log10(double __a) { return __nv_log10(__a); } function
H A D__clang_hip_math.h889 double log10(double __x) { return __ocml_log10_f64(__x); } function
/freebsd-current/include/
H A Dtgmath.h184 #define log10(x) __tg_simple(x, log10) macro
/freebsd-current/contrib/sqlite3/
H A Dsqlite3.c131023 # define log10 macro
[all...]

Completed in 702 milliseconds