HomeSort by relevance Sort by last modified time
    Searched full:log10f (Results 151 - 175 of 417) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/opencv3/3rdparty/openexr/Imath/
ImathMath.h 138 static float log10 (float x) {return ::log10f (x);}
  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 153 EnsureFPIntrinsicsExist(M, F, "log10f", "log10", "log10l");
523 ReplaceFPIntrinsicWithCall(CI, "log10f", "log10", "log10l");
  /bionic/tests/
math_test.cpp 500 TEST(math, log10f) {
501 ASSERT_FLOAT_EQ(3.0f, log10f(1000.0f));
    [all...]
  /external/libcxx/include/
cmath 107 float log10f(float x);
922 using ::log10f;
925 inline _LIBCPP_INLINE_VISIBILITY float log10(float __lcpp_x) _NOEXCEPT {return log10f(__lcpp_x);}
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cmath 107 float log10f(float x);
918 using ::log10f;
921 inline _LIBCPP_INLINE_VISIBILITY float log10(float __x) _NOEXCEPT {return log10f(__x);}
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
cmath 107 float log10f(float x);
918 using ::log10f;
921 inline _LIBCPP_INLINE_VISIBILITY float log10(float __x) _NOEXCEPT {return log10f(__x);}
    [all...]
  /external/llvm/test/Transforms/InstCombine/
double-float-shrink-1.ll 198 ; CHECK: call float @log10f(float %f)
  /external/llvm/test/CodeGen/ARM/
fp16-promote.ll 545 ; CHECK-FP16: bl log10f
549 ; CHECK-LIBCALL: bl log10f
  /external/llvm/test/Transforms/LoopVectorize/X86/
veclib-calls.ll 287 declare float @log10f(float) nounwind readnone
297 %call = tail call float @log10f(float %0) nounwind readnone
  /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 727 /* Define to 1 if you have the `log10f' function. */
1543 # define log10f 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 727 /* Define to 1 if you have the `log10f' function. */
1543 # define log10f 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 727 /* Define to 1 if you have the `log10f' function. */
1543 # define log10f 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 727 /* Define to 1 if you have the `log10f' function. */
1543 # define log10f 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 727 /* Define to 1 if you have the `log10f' function. */
1543 # define log10f 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 727 /* Define to 1 if you have the `log10f' function. */
1543 # define log10f macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/
c++config.h 731 /* Define to 1 if you have the `log10f' function. */
1557 # define log10f macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/
c++config.h 731 /* Define to 1 if you have the `log10f' function. */
1557 # define log10f macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/
c++config.h 731 /* Define to 1 if you have the `log10f' function. */
1557 # define log10f macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/
c++config.h 731 /* Define to 1 if you have the `log10f' function. */
1557 # define log10f macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips32r6/include/bits/
c++config.h 731 /* Define to 1 if you have the `log10f' function. */
1557 # define log10f macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/
c++config.h 731 /* Define to 1 if you have the `log10f' function. */
1557 # define log10f macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/
c++config.h 731 /* Define to 1 if you have the `log10f' function. */
1557 # define log10f macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/
c++config.h 731 /* Define to 1 if you have the `log10f' function. */
1557 # define log10f macro
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
math_private.h 725 #define __ieee754_log10f log10f
  /cts/tests/tests/renderscript/libcoremathtestcpp/
CoreMathTestJni.cpp 258 return log10f(x);

Completed in 3040 milliseconds

1 2 3 4 5 67 8 91011>>