Home
last modified time | relevance | path

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

12

/trueos/lib/msun/i387/
HDe_log10.S39 ENTRY(log10)
44 END(log10)
/trueos/contrib/netbsd-tests/lib/libm/
HDt_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()
/trueos/contrib/gdb/gdb/cli/
HDcli-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()
/trueos/tools/regression/lib/msun/
HDtest-logarithm.c89 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/
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
/trueos/contrib/libstdc++/libmath/
Dstubs.c335 return (float) log10(x); in log10f()
343 return log10((double) x); in log10l()
Dmathconf.h282 # define log10f(x) log10 (x)
/trueos/contrib/gcc/
HDfp-test.c58 extern double log10 (double);
242 d1 = log10 (d2); in main()
/trueos/contrib/libstdc++/include/c_compatibility/
Dmath.h50 using std::log10;
/trueos/lib/msun/src/
HDe_log10.c93 __weak_reference(log10, log10l);
HDmath.h252 double log10(double);
HDmath_private.h687 #define __ieee754_log10 log10
/trueos/contrib/libstdc++/include/c/
Dstd_cmath.h60 #undef log10
/trueos/include/
HDtgmath.h184 #define log10(x) __tg_simple(x, log10) macro
/trueos/contrib/libstdc++/include/tr1/
Dmath.h73 using std::tr1::log10;
/trueos/lib/msun/
HDSymbol.map48 log10;
/trueos/contrib/llvm/lib/Analysis/
HDConstantFolding.cpp1185 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/
HDIntrinsicLowering.cpp152 case Intrinsic::log10: in AddPrototypes()
514 case Intrinsic::log10: { in LowerIntrinsicCall()
HDBasicTargetTransformInfo.cpp454 case Intrinsic::log10: ISD = ISD::FLOG10; break; in getIntrinsicInstrCost()
/trueos/tools/regression/include/tgmath/
HDtgmath.c132 TGMACRO_REAL(log10) in TGMACRO_REAL_FIXED_RET()
544 PASS_REAL_ARG_REAL_RET(log10)); in main()
/trueos/contrib/llvm/tools/clang/lib/Headers/
HDtgmath.h936 __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/
HDcfns.gperf112 log10
/trueos/contrib/libc++/include/
Dcmath106 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/
HDTargetLibraryInfo.h348 log10, enumerator
/trueos/contrib/libstdc++/src/
Dcompatibility.cc456 _GLIBCXX_MATHL_WRAPPER1 (log10, GLIBCXX_3.4);

12