HomeSort by relevance Sort by last modified time
    Searched defs:log10 (Results 51 - 75 of 189) sorted by null

1 23 4 5 6 7 8

  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
tgmath.h 937 // log10
945 __tg_log10(double __x) {return log10(__x);}
951 #undef log10 macro
952 #define log10(__x) __tg_log10(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
tgmath.h 937 // log10
945 __tg_log10(double __x) {return log10(__x);}
951 #undef log10 macro
952 #define log10(__x) __tg_log10(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
tgmath.h 937 // log10
945 __tg_log10(double __x) {return log10(__x);}
951 #undef log10 macro
952 #define log10(__x) __tg_log10(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
tgmath.h 937 // log10
945 __tg_log10(double __x) {return log10(__x);}
951 #undef log10 macro
952 #define log10(__x) __tg_log10(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
tgmath.h 937 // log10
945 __tg_log10(double __x) {return log10(__x);}
951 #undef log10 macro
952 #define log10(__x) __tg_log10(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
tgmath.h 937 // log10
945 __tg_log10(double __x) {return log10(__x);}
951 #undef log10 macro
952 #define log10(__x) __tg_log10(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
tgmath.h 937 // log10
945 __tg_log10(double __x) {return log10(__x);}
951 #undef log10 macro
952 #define log10(__x) __tg_log10(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
tgmath.h 928 // log10
936 __tg_log10(double __x) {return log10(__x);}
942 #undef log10 macro
943 #define log10(__x) __tg_log10(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
tgmath.h 928 // log10
936 __tg_log10(double __x) {return log10(__x);}
942 #undef log10 macro
943 #define log10(__x) __tg_log10(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
tgmath.h 937 // log10
945 __tg_log10(double __x) {return log10(__x);}
951 #undef log10 macro
952 #define log10(__x) __tg_log10(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/
tgmath.h 937 // log10
945 __tg_log10(double __x) {return log10(__x);}
951 #undef log10 macro
952 #define log10(__x) __tg_log10(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/
tgmath.h 937 // log10
945 __tg_log10(double __x) {return log10(__x);}
951 #undef log10 macro
952 #define log10(__x) __tg_log10(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/include/
tgmath.h 937 // log10
945 __tg_log10(double __x) {return log10(__x);}
951 #undef log10 macro
952 #define log10(__x) __tg_log10(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/include/
tgmath.h 937 // log10
945 __tg_log10(double __x) {return log10(__x);}
951 #undef log10 macro
952 #define log10(__x) __tg_log10(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/include/
tgmath.h 937 // log10
945 __tg_log10(double __x) {return log10(__x);}
951 #undef log10 macro
952 #define log10(__x) __tg_log10(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/include/
tgmath.h 937 // log10
945 __tg_log10(double __x) {return log10(__x);}
951 #undef log10 macro
952 #define log10(__x) __tg_log10(__tg_promote1((__x))(__x)) macro
  /prebuilts/go/darwin-x86/src/math/cmplx/
cmath_test.go 192 var log10 = []complex128{ var
694 if f := Log10(vc[i]); !cVeryclose(log10[i], f) {
695 t.Errorf("Log10(%g) = %g, want %g", vc[i], f, log10[i])
699 if f := Log10(vcLog10SC[i]); !cAlike(log10SC[i], f) {
700 t.Errorf("Log10(%g) = %g, want %g", vcLog10SC[i], f, log10SC[i])
895 Log10(complex(2.5, 3.5))
  /prebuilts/go/linux-x86/src/math/cmplx/
cmath_test.go 192 var log10 = []complex128{ var
694 if f := Log10(vc[i]); !cVeryclose(log10[i], f) {
695 t.Errorf("Log10(%g) = %g, want %g", vc[i], f, log10[i])
699 if f := Log10(vcLog10SC[i]); !cAlike(log10SC[i], f) {
700 t.Errorf("Log10(%g) = %g, want %g", vcLog10SC[i], f, log10SC[i])
895 Log10(complex(2.5, 3.5))
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
tgmath.h 928 // log10
936 __tg_log10(double __x) {return log10(__x);}
942 #undef log10 macro
943 #define log10(__x) __tg_log10(__tg_promote1((__x))(__x)) macro
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
tgmath.h 928 // log10
936 __tg_log10(double __x) {return log10(__x);}
942 #undef log10 macro
943 #define log10(__x) __tg_log10(__tg_promote1((__x))(__x)) macro
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
math_h.pass.cpp 47 Ambiguous log10(Ambiguous){ return Ambiguous(); } function
387 static_assert((std::is_same<decltype(log10((float)0)), float>::value), "");
388 static_assert((std::is_same<decltype(log10((bool)0)), double>::value), "");
389 static_assert((std::is_same<decltype(log10((unsigned short)0)), double>::value), "");
390 static_assert((std::is_same<decltype(log10((int)0)), double>::value), "");
391 static_assert((std::is_same<decltype(log10((unsigned int)0)), double>::value), "");
392 static_assert((std::is_same<decltype(log10((long)0)), double>::value), "");
393 static_assert((std::is_same<decltype(log10((unsigned long)0)), double>::value), "");
394 static_assert((std::is_same<decltype(log10((long long)0)), double>::value), "");
395 static_assert((std::is_same<decltype(log10((unsigned long long)0)), double>::value), "")
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/c.math/
cmath.pass.cpp 49 Ambiguous log10(Ambiguous){ return Ambiguous(); } function
390 static_assert((std::is_same<decltype(std::log10((float)0)), float>::value), "");
391 static_assert((std::is_same<decltype(std::log10((bool)0)), double>::value), "");
392 static_assert((std::is_same<decltype(std::log10((unsigned short)0)), double>::value), "");
393 static_assert((std::is_same<decltype(std::log10((int)0)), double>::value), "");
394 static_assert((std::is_same<decltype(std::log10((unsigned int)0)), double>::value), "");
395 static_assert((std::is_same<decltype(std::log10((long)0)), double>::value), "");
396 static_assert((std::is_same<decltype(std::log10((unsigned long)0)), double>::value), "");
397 static_assert((std::is_same<decltype(std::log10((long long)0)), double>::value), "");
398 static_assert((std::is_same<decltype(std::log10((unsigned long long)0)), double>::value), "")
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 928 // log10
936 __tg_log10(double __x) {return log10(__x);}
942 #undef log10 macro
943 #define log10(__x) __tg_log10(__tg_promote1((__x))(__x)) macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
decimal.py 3140 def log10(self, context=None): member in class:Decimal
4480 def log10(self, a): member in class:Context
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
FastMath.java 1508 public static double log10(final double x) { method in class:FastMath
    [all...]

Completed in 759 milliseconds

1 23 4 5 6 7 8