HomeSort by relevance Sort by last modified time
    Searched full:log10l (Results 1 - 25 of 227) sorted by null

1 2 3 4 5 6 7 8 910

  /external/stlport/stlport/stl/config/
_como.h 93 # define log10l log10 macro
124 # define log10l log10 macro
166 # define log10l log10 macro
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 93 # define log10l log10 macro
124 # define log10l log10 macro
166 # define log10l log10 macro
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 93 # define log10l log10 macro
124 # define log10l log10 macro
166 # define log10l log10 macro
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 93 # define log10l log10 macro
124 # define log10l log10 macro
166 # define log10l log10 macro
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 93 # define log10l log10 macro
124 # define log10l log10 macro
166 # define log10l log10 macro
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 93 # define log10l log10 macro
124 # define log10l log10 macro
166 # define log10l log10 macro
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_como.h 93 # define log10l log10 macro
124 # define log10l log10 macro
166 # define log10l log10 macro
  /bionic/libm/
fake_long_double.c 53 long double log10l(long double a1) { return log10(a1); } function
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_log10.c 93 __weak_reference(log10, log10l);
  /ndk/sources/android/support/include/
math.h 73 long double log10l(long double);
  /external/bison/darwin-lib/
math.h 1641 # undef log10l macro
    [all...]
  /external/bison/lib/
math.in.h 1315 # undef log10l macro
1316 # define log10l macro
1322 # undef log10l macro
1327 _GL_CXXALIASWARN (log10l); variable
1329 # undef log10l macro
    [all...]
  /external/bison/linux-lib/
math.h 1641 # undef log10l macro
    [all...]
  /external/llvm/test/CodeGen/Mips/
mips64-f128.ll 336 ; CHECK: ld $25, %call16(log10l)
341 %call = tail call fp128 @log10l(fp128 %0) nounwind
345 declare fp128 @log10l(fp128) #2
  /external/bison/m4/
math_h.m4 48 log logf logl log10 log10f log10l log1p log1pf log1pl log2 log2f log2l
  /external/llvm/test/CodeGen/AArch64/
illegal-float-ops.ll 134 ; CHECK: bl log10l
  /bionic/tests/
math_test.cpp 420 TEST(math, log10l) {
421 ASSERT_FLOAT_EQ(3.0, log10l(1000.0));
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 339 /// long double log10l(long double x);
340 log10l, enumerator in enum:llvm::LibFunc::Func
  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 153 EnsureFPIntrinsicsExist(M, I, "log10f", "log10", "log10l");
514 ReplaceFPIntrinsicWithCall(CI, "log10f", "log10", "log10l");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cmath 108 long double log10l(long double x);
920 inline _LIBCPP_INLINE_VISIBILITY long double log10(long double __x) _NOEXCEPT {return log10l(__x);}
    [all...]
  /bionic/libm/include/
math.h 467 long double log10l(long double);
  /development/ndk/platforms/android-3/include/
math.h 447 long double log10l(long double);
  /development/ndk/platforms/android-9/include/
math.h 447 long double log10l(long double);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
math.h 447 long double log10l(long double);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
math.h 447 long double log10l(long double);

Completed in 666 milliseconds

1 2 3 4 5 6 7 8 910