| /freebsd-12.1/lib/msun/i387/ |
| H A D | e_log10.S | 39 ENTRY(log10) 44 END(log10)
|
| /freebsd-12.1/contrib/netbsd-tests/lib/libm/ |
| H A D | t_log.c | 51 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 D | cli-cmds.c | 553 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.h | 129 __DEVICE__ double log10(double); 130 __DEVICE__ float log10(float); 247 using ::log10;
|
| H A D | __clang_cuda_cmath.h | 132 __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 D | tgmath.h | 945 __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 D | logarithm_test.c | 90 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 D | std_cmath.h | 73 #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 D | stubs.c | 335 return (float) log10(x); in log10f() 343 return log10((double) x); in log10l()
|
| H A D | mathconf.h | 282 # define log10f(x) log10 (x)
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | fp-test.c | 58 extern double log10 (double); 242 d1 = log10 (d2); in main()
|
| /freebsd-12.1/contrib/libstdc++/include/c_compatibility/ |
| H A D | math.h | 50 using std::log10;
|
| /freebsd-12.1/lib/msun/src/ |
| H A D | e_log10.c | 93 __weak_reference(log10, log10l);
|
| /freebsd-12.1/contrib/libstdc++/include/c/ |
| H A D | std_cmath.h | 60 #undef log10
|
| /freebsd-12.1/contrib/lua/src/ |
| H A D | lmathlib.c | 191 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 D | DIPrinter.cpp | 52 size_t MaxLineNumberWidth = std::ceil(std::log10(LastLine)); in printContext()
|
| /freebsd-12.1/include/ |
| H A D | tgmath.h | 186 #define log10(x) __tg_simple(x, log10) macro
|
| /freebsd-12.1/contrib/libstdc++/include/tr1/ |
| H A D | math.h | 73 using std::tr1::log10;
|
| /freebsd-12.1/contrib/cortex-strings/scripts/ |
| H A D | bench.py | 121 scale = 10**int(math.log10(f) - 1)
|
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/symbolizer/scripts/ |
| H A D | global_symbols.txt | 78 log10 U
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | Signals.cpp | 187 std::log10(Depth) + 2) in printSymbolizedStackTrace()
|
| /freebsd-12.1/lib/msun/ |
| H A D | Symbol.map | 48 log10;
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | IntrinsicLowering.cpp | 152 case Intrinsic::log10: in AddPrototypes() 526 case Intrinsic::log10: { in LowerIntrinsicCall()
|
| /freebsd-12.1/tools/regression/include/tgmath/ |
| H A D | tgmath.c | 132 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 D | math.h | 965 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
|