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

1 2 3 4 5 6

  /external/chromium_org/third_party/mesa/src/src/gallium/targets/dri-vmwgfx/
vmw_powf.c 4 * replace the powf function with calls to expf and logf.
10 extern float logf(float x);
14 return expf(logf(x)*y);
  /external/mesa3d/src/gallium/targets/dri-vmwgfx/
vmw_powf.c 4 * replace the powf function with calls to expf and logf.
10 extern float logf(float x);
14 return expf(logf(x)*y);
  /external/llvm/tools/llvm-diff/
DiffConsumer.h 46 virtual void logf(const LogBuilder &Log) = 0;
85 void logf(const LogBuilder &Log);
DiffLog.cpp 23 consumer.logf(*this);
DifferenceEngine.h 69 LogBuilder logf(StringRef text) { function in class:llvm::DifferenceEngine
DifferenceEngine.cpp 162 Engine.logf("successor %l cannot be equivalent to %r; "
241 Engine.logf("arguments %l and %r differ")
334 Engine.logf("right switch has extra case %r") << CaseValue;
342 Engine.logf("left switch has extra case %l") << I->first;
358 if (Complain) Engine.logf("operands %l and %r differ") << LO << RO;
664 logf("function %l exists only in left module") << LFn;
670 logf("function %r exists only in right module") << RFn;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PanelView.java 43 private final void logf(String fmt, Object... args) { method in class:PanelView
233 if (DEBUG) logf("peek to height=%.1f", mPeekHeight);
268 if (DEBUG) logf("tick: v=%.2fpx/s dt=%.4fs", mVel, dt);
269 if (DEBUG) logf("tick: before: h=%d", (int) mExpandedHeight);
307 if (DEBUG) logf("tick: new h=%d closing=%s", (int) h, mClosing?"true":"false");
379 if (DEBUG) logf("handle view: " + mHandleView);
392 if (DEBUG) logf("handle.onTouch: a=%s p=[%d,%d] y=%.1f rawY=%.1f off=%.1f",
494 if (DEBUG) logf("gesture: dy=%f vel=(%f,%f) vlinear=%f",
509 if (DEBUG) logf("fling: vel=%.3f, this=%s", vel, this);
529 if (DEBUG) logf("onViewAdded: " + child)
    [all...]
  /external/clang/test/CodeGen/
libcall-declarations.c 49 float logf(float);
84 logf, log2, log2l, log2f, nearbyint, nearbyintl, nearbyintf, pow, powl, powf,
133 // CHECK-NOERRNO: declare float @logf(float) [[NUW]]
libcalls.c 113 float logf_ = logf(f);
116 // CHECK-NO: declare float @logf(float) [[NUW_RN]]
119 // CHECK-YES-NOT: declare float @logf(float) [[NUW_RN]]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
imports.h 128 #define logf(f) ((float) log(f)) macro
131 #define log2f(f) (logf(f) * (float) (1.0 / M_LN2))
150 static inline float log2f(float x) { return logf(x) * 1.442695041f; }
151 static inline float asinhf(float x) { return logf(x + sqrtf(x * x + 1.0f)); }
152 static inline float acoshf(float x) { return logf(x + sqrtf(x * x - 1.0f)); }
153 static inline float atanhf(float x) { return (logf(1.0f + x) - logf(1.0f - x)) / 2.0f; }
255 *** LOGF: the natural logarithm (base e) of the value
265 #define LOGF(x) logf(x
    [all...]
  /external/mesa3d/src/mesa/main/
imports.h 128 #define logf(f) ((float) log(f)) macro
131 #define log2f(f) (logf(f) * (float) (1.0 / M_LN2))
150 static inline float log2f(float x) { return logf(x) * 1.442695041f; }
151 static inline float asinhf(float x) { return logf(x + sqrtf(x * x + 1.0f)); }
152 static inline float acoshf(float x) { return logf(x + sqrtf(x * x - 1.0f)); }
153 static inline float atanhf(float x) { return (logf(1.0f + x) - logf(1.0f - x)) / 2.0f; }
255 *** LOGF: the natural logarithm (base e) of the value
265 #define LOGF(x) logf(x
    [all...]
  /frameworks/av/include/media/nbaio/
NBLog.h 124 virtual void logf(const char *fmt, ...) __attribute__ ((format (printf, 2, 3)));
158 virtual void logf(const char *fmt, ...) __attribute__ ((format (printf, 2, 3)));
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_math.h 103 static INLINE float logf( float f ) function
109 /* Work-around an extra semi-colon in VS 2005 logf definition */
110 #ifdef logf
111 #undef logf macro
112 #define logf(x) ((float)log((double)(x))) macro
113 #endif /* logf */
156 return logf(f) * (float) (1.0 / M_LN2);
  /external/mesa3d/src/gallium/auxiliary/util/
u_math.h 103 static INLINE float logf( float f ) function
109 /* Work-around an extra semi-colon in VS 2005 logf definition */
110 #ifdef logf
111 #undef logf macro
112 #define logf(x) ((float)log((double)(x))) macro
113 #endif /* logf */
156 return logf(f) * (float) (1.0 / M_LN2);
  /external/chromium_org/third_party/skia/include/core/
SkFloatingPoint.h 64 #define sk_float_log(x) logf(x)
  /external/skia/include/core/
SkFloatingPoint.h 64 #define sk_float_log(x) logf(x)
  /external/stlport/stlport/stl/config/
_como.h 121 inline float logf(float arg) { return log(arg); } function
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 121 inline float logf(float arg) { return log(arg); } function
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 121 inline float logf(float arg) { return log(arg); } function
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 121 inline float logf(float arg) { return log(arg); } function
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 121 inline float logf(float arg) { return log(arg); } function
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 121 inline float logf(float arg) { return log(arg); } function
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_como.h 121 inline float logf(float arg) { return log(arg); } function
  /frameworks/rs/cpu_ref/
rsCpuRuntimeMath.cpp 145 EXPORT_F32_FN_F32(logf)
215 { "_Z3logf", (void *)&logf, true },
  /external/libvpx/libvpx/vp9/encoder/
vp9_vaq.c 145 energy = 0.9*(logf(var + 1) - 10.0);

Completed in 873 milliseconds

1 2 3 4 5 6