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

1 2 3

  /bionic/libm/
fake_long_double.c 53 long double log10l(long double a1) { return log10(a1); } function
  /external/stlport/stlport/stl/
_cmath.h 102 inline long double log10l(long double v) { return __log10l(v); } function
  /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/
_cmath.h 102 inline long double log10l(long double v) { return __log10l(v); } function
  /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/
_cmath.h 102 inline long double log10l(long double v) { return __log10l(v); } function
  /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/
_cmath.h 102 inline long double log10l(long double v) { return __log10l(v); } function
  /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/
_cmath.h 102 inline long double log10l(long double v) { return __log10l(v); } function
  /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/
_cmath.h 102 inline long double log10l(long double v) { return __log10l(v); } function
  /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/
_cmath.h 102 inline long double log10l(long double v) { return __log10l(v); } function
  /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
  /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...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 562 /* Define to 1 if you have the `log10l' function. */
1313 # define log10l macro
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 562 /* Define to 1 if you have the `log10l' function. */
1313 # define log10l macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 562 /* Define to 1 if you have the `log10l' function. */
1313 # define log10l macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 562 /* Define to 1 if you have the `log10l' function. */
1313 # define log10l macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
c++config.h 562 /* Define to 1 if you have the `log10l' function. */
1313 # define log10l macro
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 562 /* Define to 1 if you have the `log10l' function. */
1313 # define log10l macro
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 562 /* Define to 1 if you have the `log10l' function. */
1313 # define log10l macro
    [all...]

Completed in 8460 milliseconds

1 2 3