| /trueos/lib/msun/i387/ |
| HD | e_log10.S | 39 ENTRY(log10) 44 END(log10)
|
| /trueos/contrib/netbsd-tests/lib/libm/ |
| HD | 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()
|
| /trueos/contrib/gdb/gdb/cli/ |
| HD | 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()
|
| /trueos/tools/regression/lib/msun/ |
| HD | test-logarithm.c | 89 test(log10, x, result, exceptmask, excepts); \ 174 test(log10, 1.0, 0.0, ALL_STD_EXCEPT, 0); in run_roundingmode_tests() 231 test_tol(log10, tests[i].x, tests[i].log10x, DBL_ULP()); in run_accuracy_tests()
|
| /trueos/contrib/libstdc++/include/c_std/ |
| 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
|
| /trueos/contrib/libstdc++/libmath/ |
| D | stubs.c | 335 return (float) log10(x); in log10f() 343 return log10((double) x); in log10l()
|
| D | mathconf.h | 282 # define log10f(x) log10 (x)
|
| /trueos/contrib/gcc/ |
| HD | fp-test.c | 58 extern double log10 (double); 242 d1 = log10 (d2); in main()
|
| /trueos/contrib/libstdc++/include/c_compatibility/ |
| D | math.h | 50 using std::log10;
|
| /trueos/lib/msun/src/ |
| HD | e_log10.c | 93 __weak_reference(log10, log10l);
|
| HD | math.h | 252 double log10(double);
|
| HD | math_private.h | 687 #define __ieee754_log10 log10
|
| /trueos/contrib/libstdc++/include/c/ |
| D | std_cmath.h | 60 #undef log10
|
| /trueos/include/ |
| HD | tgmath.h | 184 #define log10(x) __tg_simple(x, log10) macro
|
| /trueos/contrib/libstdc++/include/tr1/ |
| D | math.h | 73 using std::tr1::log10;
|
| /trueos/lib/msun/ |
| HD | Symbol.map | 48 log10;
|
| /trueos/contrib/llvm/lib/Analysis/ |
| HD | ConstantFolding.cpp | 1185 case Intrinsic::log10: in canConstantFoldCallTo() 1379 case Intrinsic::log10: in ConstantFoldCall() 1380 return ConstantFoldFP(log10, V, Ty); in ConstantFoldCall() 1432 else if (Name == "log10" && V > 0 && TLI->has(LibFunc::log10)) in ConstantFoldCall() 1433 return ConstantFoldFP(log10, V, Ty); in ConstantFoldCall()
|
| /trueos/contrib/llvm/lib/CodeGen/ |
| HD | IntrinsicLowering.cpp | 152 case Intrinsic::log10: in AddPrototypes() 514 case Intrinsic::log10: { in LowerIntrinsicCall()
|
| HD | BasicTargetTransformInfo.cpp | 454 case Intrinsic::log10: ISD = ISD::FLOG10; break; in getIntrinsicInstrCost()
|
| /trueos/tools/regression/include/tgmath/ |
| HD | tgmath.c | 132 TGMACRO_REAL(log10) in TGMACRO_REAL_FIXED_RET() 544 PASS_REAL_ARG_REAL_RET(log10)); in main()
|
| /trueos/contrib/llvm/tools/clang/lib/Headers/ |
| HD | tgmath.h | 936 __tg_log10(double __x) {return log10(__x);} in __tg_log10() 942 #undef log10 943 #define log10(__x) __tg_log10(__tg_promote1((__x))(__x)) macro
|
| /trueos/contrib/gcc/cp/ |
| HD | cfns.gperf | 112 log10
|
| /trueos/contrib/libc++/include/ |
| D | cmath | 106 floating_point log10 (arithmetic x); 915 // log10 917 using ::log10; 921 inline _LIBCPP_INLINE_VISIBILITY float log10(float __lcpp_x) _NOEXCEPT {return log10f(_… 922 inline _LIBCPP_INLINE_VISIBILITY long double log10(long double __lcpp_x) _NOEXCEPT {return log10l(_… 928 log10(_A1 __lcpp_x) _NOEXCEPT {return log10((double)__lcpp_x);}
|
| /trueos/contrib/llvm/include/llvm/Target/ |
| HD | TargetLibraryInfo.h | 348 log10, enumerator
|
| /trueos/contrib/libstdc++/src/ |
| D | compatibility.cc | 456 _GLIBCXX_MATHL_WRAPPER1 (log10, GLIBCXX_3.4);
|