Searched refs:log10 (Results 26 - 50 of 72) sorted by relevance

123

/openbsd-current/gnu/usr.bin/perl/ext/POSIX/t/
H A Dmath.t43 is(log10(1), 0, "Basic log10(1) test");
44 is(log10(10), 1, "Basic log10(10) test");
H A Dexport.t96 ldexp ldiv localeconv log10 longjmp lseek malloc mblen
/openbsd-current/include/
H A Dtgmath.h143 #define log10(x) __tg_simple(x, log10) macro
H A Dmath.h188 double log10(double);
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A D__clang_cuda_cmath.h159 __DEVICE__ float log10(float __x) { return ::log10f(__x); } function
279 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, log10)
409 using ::log10;
H A Dtgmath.h921 // log10
929 __tg_log10(double __x) {return log10(__x);}
935 #undef log10 macro
936 #define log10(__x) __tg_log10(__tg_promote1((__x))(__x)) macro
H A D__clang_hip_cmath.h233 __DEF_FUN1(float, log10)
521 __HIP_OVERLOAD1(double, log10)
692 using ::log10;
H A D__clang_cuda_math.h172 __DEVICE__ double log10(double __a) { return __nv_log10(__a); } function
/openbsd-current/gnu/gcc/gcc/config/m68k/
H A Dmath-68881.h279 log10 (double x) function
/openbsd-current/gnu/usr.bin/gcc/gcc/config/m68k/
H A Dmath-68881.h279 log10 (double x) function
/openbsd-current/lib/libm/hidden/
H A Dmath.h131 PROTO_NORMAL(log10); variable
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A DSignals.cpp223 std::log10(Depth) + 2)
/openbsd-current/gnu/gcc/libstdc++-v3/src/
H A Dcompatibility.cc456 _GLIBCXX_MATHL_WRAPPER1 (log10, GLIBCXX_3.4);
/openbsd-current/gnu/usr.bin/perl/dist/Devel-PPPort/devel/
H A Dmktodo.pl103 log10
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp87 size_t MaxLineNumberWidth = std::ceil(std::log10(LastLine));
/openbsd-current/gnu/llvm/libcxx/include/
H A Dmath.h102 floating_point log10 (arithmetic x);
829 // log10
832 inline _LIBCPP_HIDE_FROM_ABI float log10(float __x) _NOEXCEPT {return __builtin_log10f(__x);}
836 _LIBCPP_HIDE_FROM_ABI double log10(double __x) _NOEXCEPT {
840 inline _LIBCPP_HIDE_FROM_ABI long double log10(long double __x) _NOEXCEPT {return __builtin_log10l(__x);}
846 log10(_A1 __x) _NOEXCEPT {return __builtin_log10((double)__x);}
/openbsd-current/gnu/gcc/libstdc++-v3/include/bits/
H A Dvalarray_before.h155 { return log10(__t); }
H A Dvalarray_after.h458 _DEFINE_EXPR_UNARY_FUNCTION(log10)
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp385 case Intrinsic::log10: {
386 ReplaceFPIntrinsicWithCall(CI, "log10f", "log10", "log10l");
/openbsd-current/gnu/llvm/llvm/utils/FileCheck/
H A DFileCheck.cpp598 unsigned LineNoWidth = std::log10(LineCount) + 1;
/openbsd-current/gnu/usr.bin/perl/dist/Math-Complex/lib/Math/
H A DComplex.pm136 log10 logn cbrt root
380 # Used in log10().
918 # log10
920 # Compute log10(z).
923 sub log10 { subroutine
1800 log10(z) = log(z) / log(10)
2052 log ln log10 logn
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/lib/
H A DPOSIX.pm320 frexp ldexp log10 modf pow sinh tan tanh)],
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dvalarray_meta.h139 _Tp operator()(const _Tp& __t) const { return log10(__t); }
1046 _DEFINE_EXPR_UNARY_FUNCTION(log10)
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/std/
H A Dstd_complex.h73 template<typename _Tp> complex<_Tp> log10(const complex<_Tp>&);
503 log10(const complex<_Tp>& __z) function in namespace:std
/openbsd-current/gnu/gcc/libstdc++-v3/include/std/
H A Dstd_complex.h82 template<typename _Tp> complex<_Tp> log10(const complex<_Tp>&);
774 log10(const complex<_Tp>& __z) function

Completed in 331 milliseconds

123