HomeSort by relevance Sort by last modified time
    Searched full:log10l (Results 76 - 100 of 316) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/llvm/test/CodeGen/Mips/
mips64-f128.ll 342 ; ALL: ld $25, %call16(log10l)
347 %call = tail call fp128 @log10l(fp128 %0) nounwind
351 declare fp128 @log10l(fp128) #2
  /external/clang/test/CodeGen/
libcall-declarations.c 120 long double log10l(long double);
286 F(log10l), F(log1p), F(log1pf), F(log1pl), F(log2),
419 // CHECK-NOERRNO: declare x86_fp80 @log10l(x86_fp80) [[NUW]]
  /bionic/libm/include/
math.h 391 long double log10l(long double);
  /external/bison/m4/
math_h.m4 48 log logf logl log10 log10f log10l log1p log1pf log1pl log2 log2f log2l
  /external/llvm/test/CodeGen/AArch64/
arm64-illegal-float-ops.ll 134 ; CHECK: bl log10l
illegal-float-ops.ll 134 ; CHECK: bl log10l
  /external/llvm/test/CodeGen/SystemZ/
fp-libcall.ll 189 ; CHECK: brasl %r14, log10l@PLT
  /external/ltrace/etc/
libm.so.conf 178 ldouble log10l(ldouble);
  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 153 EnsureFPIntrinsicsExist(M, F, "log10f", "log10", "log10l");
523 ReplaceFPIntrinsicWithCall(CI, "log10f", "log10", "log10l");
TargetLoweringBase.cpp 156 Names[RTLIB::LOG10_F80] = "log10l";
157 Names[RTLIB::LOG10_F128] = "log10l";
158 Names[RTLIB::LOG10_PPCF128] = "log10l";
    [all...]
  /external/libcxx/include/
cmath 108 long double log10l(long double x);
926 inline _LIBCPP_INLINE_VISIBILITY long double log10(long double __lcpp_x) _NOEXCEPT {return log10l(__lcpp_x);}
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cmath 108 long double log10l(long double x);
922 inline _LIBCPP_INLINE_VISIBILITY long double log10(long double __x) _NOEXCEPT {return log10l(__x);}
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
cmath 108 long double log10l(long double x);
922 inline _LIBCPP_INLINE_VISIBILITY long double log10(long double __x) _NOEXCEPT {return log10l(__x);}
    [all...]
  /bionic/tests/
math_test.cpp 504 TEST(math, log10l) {
505 ASSERT_DOUBLE_EQ(3.0L, log10l(1000.0L));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
c++config.h 730 /* Define to 1 if you have the `log10l' function. */
1548 # define log10l macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
c++config.h 730 /* Define to 1 if you have the `log10l' function. */
1548 # define log10l macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
c++config.h 730 /* Define to 1 if you have the `log10l' function. */
1548 # define log10l macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
c++config.h 730 /* Define to 1 if you have the `log10l' function. */
1548 # define log10l macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
c++config.h 730 /* Define to 1 if you have the `log10l' function. */
1548 # define log10l macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
c++config.h 730 /* Define to 1 if you have the `log10l' function. */
1548 # define log10l macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/
c++config.h 734 /* Define to 1 if you have the `log10l' function. */
1562 # define log10l macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/
c++config.h 734 /* Define to 1 if you have the `log10l' function. */
1562 # define log10l macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/
c++config.h 734 /* Define to 1 if you have the `log10l' function. */
1562 # define log10l macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/
c++config.h 734 /* Define to 1 if you have the `log10l' function. */
1562 # define log10l macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips32r6/include/bits/
c++config.h 734 /* Define to 1 if you have the `log10l' function. */
1562 # define log10l macro
    [all...]

Completed in 3118 milliseconds

1 2 34 5 6 7 8 91011>>