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

1 2 3

  /external/llvm/tools/llvm-diff/
DifferenceEngine.h 69 LogBuilder logf(StringRef text) { function in class:llvm::DifferenceEngine
DiffConsumer.cpp 160 void DiffConsumer::logf(const LogBuilder &Log) { function in class:DiffConsumer
  /external/stlport/stlport/stl/
_cmath.h 91 inline float logf(float v) { return __logf(v); } function
  /external/stlport/stlport/stl/config/
_como.h 121 inline float logf(float arg) { return log(arg); } function
  /frameworks/av/media/libnbaio/
NBLog.cpp 102 void NBLog::Writer::logf(const char *fmt, ...) function in class:android::NBLog::Writer
230 void NBLog::LockedWriter::logf(const char *fmt, ...) function in class:android::NBLog::LockedWriter
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 91 inline float logf(float v) { return __logf(v); } 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/
_cmath.h 91 inline float logf(float v) { return __logf(v); } 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/
_cmath.h 91 inline float logf(float v) { return __logf(v); } 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/
_cmath.h 91 inline float logf(float v) { return __logf(v); } 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/
_cmath.h 91 inline float logf(float v) { return __logf(v); } 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/
_cmath.h 91 inline float logf(float v) { return __logf(v); } function
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_como.h 121 inline float logf(float arg) { return log(arg); } function
  /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...]
  /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);
  /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/bison/darwin-lib/
math.h 1528 # undef logf macro
    [all...]
  /external/bison/lib/
math.in.h 1202 # undef logf macro
1203 # define logf macro
1209 # undef logf macro
1214 _GL_CXXALIASWARN (logf); variable
1216 # undef logf macro
    [all...]
  /external/bison/linux-lib/
math.h 1528 # undef logf macro
    [all...]

Completed in 1050 milliseconds

1 2 3