HomeSort by relevance Sort by last modified time
    Searched refs:logf (Results 51 - 75 of 153) sorted by null

1 23 4 5 6 7

  /external/e2fsprogs/e2fsck/
util.c 96 if (ctx->logf) {
98 vfprintf(ctx->logf, fmt, pvar);
110 if (ctx->logf) {
112 vfprintf(ctx->logf, fmt, pvar);
unix.c     [all...]
problem.c     [all...]
  /external/llvm/tools/llvm-diff/
DiffConsumer.cpp 160 void DiffConsumer::logf(const LogBuilder &Log) { function in class:DiffConsumer
  /external/skia/include/private/
SkFloatingPoint.h 53 #define sk_float_log(x) logf(x)
  /external/swiftshader/src/Common/
Math.hpp 177 return logf(x) * 1.44269504f; // 1.0 / log[e](2)
  /external/swiftshader/third_party/LLVM/tools/llvm-diff/
DiffConsumer.cpp 155 void DiffConsumer::logf(const LogBuilder &Log) { function in class:DiffConsumer
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PanelView.java 69 private final void logf(String fmt, Object... args) { method in class:PanelView
166 if (DEBUG) logf("peek to height=%.1f", mPeekHeight);
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuRuntimeMath.cpp 136 EXPORT_F32_FN_F32(logf)
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_cmath.h 120 __DEVICE__ float log(float __x) { return ::logf(__x); }
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_cmath.h 120 __DEVICE__ float log(float __x) { return ::logf(__x); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
math-finite.h 243 extern float __REDIRECT_NTH (logf, (float), __logf_finite);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
math-finite.h 243 extern float __REDIRECT_NTH (logf, (float), __logf_finite);
  /prebuilts/sdk/renderscript/clang-include/
__clang_cuda_cmath.h 120 __DEVICE__ float log(float __x) { return ::logf(__x); }
  /bionic/tests/
math_test.cpp 609 TEST(MATH_TEST, logf) {
610 ASSERT_FLOAT_EQ(1.0f, logf(static_cast<float>(M_E)));
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/
transport_test.go 528 t.Logf("retrying shortly after expected error: "+format, arg...)
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
transport_test.go 528 t.Logf("retrying shortly after expected error: "+format, arg...)
    [all...]
  /external/eigen/Eigen/src/Core/arch/CUDA/
Half.h 395 return half(::logf(float(a)));
563 return Eigen::half(::logf(float(a)));
  /bionic/tests/headers/posix/
math_h.c 256 FUNCTION(logf, float (*f)(float));
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_arit.c 304 {"log", &lp_build_log_safe, &logf, log2_values, ARRAY_SIZE(log2_values), 20.0 },
  /bionic/libc/include/
math.h 155 float logf(float __x);
  /bionic/libm/upstream-freebsd/lib/msun/src/
math_private.h 713 #define __ieee754_logf logf
  /external/eigen/unsupported/test/
cxx11_tensor_expr.cpp 151 VERIFY_IS_APPROX(mat5(i,j,k), logf(1.0f/val));
  /frameworks/base/services/core/java/com/android/server/connectivity/tethering/
UpstreamNetworkMonitor.java 319 mLog.logf("upstream network signal strength: %s -> %s", prevSignal, newSignal);
  /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 733 /* Define to 1 if you have the `logf' function. */
1553 # define logf macro
    [all...]

Completed in 1823 milliseconds

1 23 4 5 6 7