Home
last modified time | relevance | path

Searched refs:log10 (Results 1 – 25 of 64) sorted by relevance

123

/freebsd-12.1/lib/msun/i387/
H A De_log10.S39 ENTRY(log10)
44 END(log10)
/freebsd-12.1/contrib/netbsd-tests/lib/libm/
H A Dt_log.c51 ATF_CHECK(log10(10.0) == 1.0); in ATF_TC_BODY()
65 ATF_CHECK(isnan(log10(x)) != 0); in ATF_TC_BODY()
77 const double y = log10(x); in ATF_TC_BODY()
92 ATF_CHECK(log10(x) == x); in ATF_TC_BODY()
103 const double x = log10(1.0); in ATF_TC_BODY()
121 ATF_CHECK(log10(x) == -HUGE_VAL); in ATF_TC_BODY()
134 ATF_CHECK(log10(x) == -HUGE_VAL); in ATF_TC_BODY()
/freebsd-12.1/contrib/gdb/gdb/cli/
H A Dcli-cmds.c553 int cmdlen, log10; in edit_command() local
631 for(log10=32, m=0x80000000; !(sal.line & m) && log10>0; log10--, m=m>>1); in edit_command()
632 log10 = 1 + (int)((log10 + (0 == ((m-1) & sal.line)))/3.32192809); in edit_command()
637 + log10 + 2; in edit_command()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Headers/
H A D__clang_cuda_math_forward_declares.h129 __DEVICE__ double log10(double);
130 __DEVICE__ float log10(float);
247 using ::log10;
H A D__clang_cuda_cmath.h132 __DEVICE__ float log10(float __x) { return ::log10f(__x); } in log10() function
241 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, log10)
371 using ::log10;
H A Dtgmath.h945 __tg_log10(double __x) {return log10(__x);} in __tg_log10()
951 #undef log10
952 #define log10(__x) __tg_log10(__tg_promote1((__x))(__x)) macro
/freebsd-12.1/lib/msun/tests/
H A Dlogarithm_test.c90 test(log10, x, result, exceptmask, excepts); \
175 test(log10, 1.0, 0.0, ALL_STD_EXCEPT, 0); in run_roundingmode_tests()
232 test_tol(log10, tests[i].x, tests[i].log10x, DBL_ULP()); in run_accuracy_tests()
/freebsd-12.1/contrib/libstdc++/include/c_std/
H A Dstd_cmath.h73 #undef log10
319 using ::log10;
322 log10(float __x) in log10() function
326 log10(long double __x) in log10() function
332 log10(_Tp __x) in log10() function
/freebsd-12.1/contrib/libstdc++/libmath/
H A Dstubs.c335 return (float) log10(x); in log10f()
343 return log10((double) x); in log10l()
H A Dmathconf.h282 # define log10f(x) log10 (x)
/freebsd-12.1/contrib/gcc/
H A Dfp-test.c58 extern double log10 (double);
242 d1 = log10 (d2); in main()
/freebsd-12.1/contrib/libstdc++/include/c_compatibility/
H A Dmath.h50 using std::log10;
/freebsd-12.1/lib/msun/src/
H A De_log10.c93 __weak_reference(log10, log10l);
/freebsd-12.1/contrib/libstdc++/include/c/
H A Dstd_cmath.h60 #undef log10
/freebsd-12.1/contrib/lua/src/
H A Dlmathlib.c191 res = l_mathop(log10)(x); in math_log()
343 lua_pushnumber(L, l_mathop(log10)(luaL_checknumber(L, 1))); in math_log10()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp52 size_t MaxLineNumberWidth = std::ceil(std::log10(LastLine)); in printContext()
/freebsd-12.1/include/
H A Dtgmath.h186 #define log10(x) __tg_simple(x, log10) macro
/freebsd-12.1/contrib/libstdc++/include/tr1/
H A Dmath.h73 using std::tr1::log10;
/freebsd-12.1/contrib/cortex-strings/scripts/
H A Dbench.py121 scale = 10**int(math.log10(f) - 1)
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/symbolizer/scripts/
H A Dglobal_symbols.txt78 log10 U
/freebsd-12.1/contrib/llvm/lib/Support/
H A DSignals.cpp187 std::log10(Depth) + 2) in printSymbolizedStackTrace()
/freebsd-12.1/lib/msun/
H A DSymbol.map48 log10;
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp152 case Intrinsic::log10: in AddPrototypes()
526 case Intrinsic::log10: { in LowerIntrinsicCall()
/freebsd-12.1/tools/regression/include/tgmath/
H A Dtgmath.c132 TGMACRO_REAL(log10) in TGMACRO_REAL_FIXED_RET()
544 PASS_REAL_ARG_REAL_RET(log10)); in main()
/freebsd-12.1/contrib/libc++/include/
H A Dmath.h965 inline _LIBCPP_INLINE_VISIBILITY float log10(float __lcpp_x) _NOEXCEPT {return ::log10f… in log10() function
966 inline _LIBCPP_INLINE_VISIBILITY long double log10(long double __lcpp_x) _NOEXCEPT {return ::log10l… in log10() function
972 log10(_A1 __lcpp_x) _NOEXCEPT {return ::log10((double)__lcpp_x);} in log10() function

123