HomeSort by relevance Sort by last modified time
    Searched refs:log10f (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /system/media/audio_utils/include/audio_utils/
power.h 82 return 20.f * log10f(fabsf(amplitude));
93 return 10.f * log10f(energy);
  /external/valgrind/memcheck/tests/
vcpu_fnfns.c 124 printf("log10F(%+20.4e) = %+20.4e\n", (double)f, (double)log10f(f));
  /external/clang/test/CodeGen/
libcall-declarations.c 119 float log10f(float);
285 F(log), F(logf), F(logl), F(log10), F(log10f),
418 // CHECK-NOERRNO: declare float @log10f(float) [[NUW]]
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_cmath.h 123 __DEVICE__ float log10(float __x) { return ::log10f(__x); }
440 using ::log10f;
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
__clang_cuda_cmath.h 132 __DEVICE__ float log10(float __x) { return ::log10f(__x); }
449 using ::log10f;
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
__clang_cuda_cmath.h 132 __DEVICE__ float log10(float __x) { return ::log10f(__x); }
449 using ::log10f;
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
__clang_cuda_cmath.h 132 __DEVICE__ float log10(float __x) { return ::log10f(__x); }
449 using ::log10f;
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 132 __DEVICE__ float log10(float __x) { return ::log10f(__x); }
449 using ::log10f;
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 132 __DEVICE__ float log10(float __x) { return ::log10f(__x); }
449 using ::log10f;
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 132 __DEVICE__ float log10(float __x) { return ::log10f(__x); }
449 using ::log10f;
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
__clang_cuda_cmath.h 132 __DEVICE__ float log10(float __x) { return ::log10f(__x); }
449 using ::log10f;
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_cmath.h 123 __DEVICE__ float log10(float __x) { return ::log10f(__x); }
440 using ::log10f;
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
__clang_cuda_cmath.h 132 __DEVICE__ float log10(float __x) { return ::log10f(__x); }
449 using ::log10f;
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/
__clang_cuda_cmath.h 132 __DEVICE__ float log10(float __x) { return ::log10f(__x); }
449 using ::log10f;
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/
__clang_cuda_cmath.h 132 __DEVICE__ float log10(float __x) { return ::log10f(__x); }
449 using ::log10f;
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 132 __DEVICE__ float log10(float __x) { return ::log10f(__x); }
449 using ::log10f;
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 132 __DEVICE__ float log10(float __x) { return ::log10f(__x); }
449 using ::log10f;
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 132 __DEVICE__ float log10(float __x) { return ::log10f(__x); }
449 using ::log10f;
  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/include/
__clang_cuda_cmath.h 132 __DEVICE__ float log10(float __x) { return ::log10f(__x); }
449 using ::log10f;
  /external/clang/lib/Headers/
__clang_cuda_cmath.h 121 __DEVICE__ float log10(float __x) { return ::log10f(__x); }
  /frameworks/rs/cpu_ref/
rsCpuRuntimeMath.cpp 137 EXPORT_F32_FN_F32(log10f)
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_cmath.h 121 __DEVICE__ float log10(float __x) { return ::log10f(__x); }
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_cmath.h 121 __DEVICE__ float log10(float __x) { return ::log10f(__x); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
math-finite.h 250 extern float __REDIRECT_NTH (log10f, (float), __log10f_finite);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
math-finite.h 250 extern float __REDIRECT_NTH (log10f, (float), __log10f_finite);

Completed in 1544 milliseconds

1 2 3 4