Searched defs:logf (Results 1 - 14 of 14) sorted by relevance

/external/llvm/tools/llvm-diff/
H A DDiffConsumer.cpp160 void DiffConsumer::logf(const LogBuilder &Log) { function in class:DiffConsumer
H A DDifferenceEngine.h69 LogBuilder logf(StringRef text) { function in class:llvm::DifferenceEngine
/external/stlport/stlport/stl/config/
H A D_como.h121 inline float logf(float arg) { return log(arg); } function
/external/stlport/stlport/stl/
H A D_cmath.h91 inline float logf(float v) { return __logf(v); } function
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_math.h103 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 */
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dimports.h128 #define logf(f) ((float) log(f)) macro
131 #define log2f(f) (logf(f) * (float) (1.0 / M_LN2))
151 static inline float log2f(float x) { return logf(x) * 1.442695041f; }
152 static inline float asinhf(float x) { return logf(x + sqrtf(x * x + 1.0f)); }
153 static inline float acoshf(float x) { return logf(x + sqrtf(x * x - 1.0f)); }
154 static inline float atanhf(float x) { return (logf(1.0f + x) - logf(1.0f - x)) / 2.0f; }
267 #define LOGF(x) logf(x)
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_math.h103 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/mesa/main/
H A Dimports.h128 #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; }
265 #define LOGF(x) logf(x)
/external/bison/darwin-lib/
H A Dmath.h1514 # undef logf
1515 # define logf rpl_logf
1517 _GL_FUNCDECL_RPL (logf, float, (float x));
1518 _GL_CXXALIAS_RPL (logf, float, (float x));
1521 # undef logf
1522 _GL_FUNCDECL_SYS (logf, float, (float x));
1524 _GL_CXXALIAS_SYS (logf, float, (float x));
1526 _GL_CXXALIASWARN (logf);
1528 # undef logf macro
1530 _GL_WARN_ON_USE (logf, "log
[all...]
/external/bison/lib/
H A Dmath.in.h1202 # undef logf macro
1203 # define logf rpl_logf macro
1205 _GL_FUNCDECL_RPL (logf, float, (float x));
1206 _GL_CXXALIAS_RPL (logf, float, (float x));
1209 # undef logf macro
1210 _GL_FUNCDECL_SYS (logf, float, (float x));
1212 _GL_CXXALIAS_SYS (logf, float, (float x));
1214 _GL_CXXALIASWARN (logf); variable
1216 # undef logf macro
1218 _GL_WARN_ON_USE (logf, "log
[all...]
/external/bison/linux-lib/
H A Dmath.h1514 # undef logf
1515 # define logf rpl_logf
1517 _GL_FUNCDECL_RPL (logf, float, (float x));
1518 _GL_CXXALIAS_RPL (logf, float, (float x));
1521 # undef logf
1522 _GL_FUNCDECL_SYS (logf, float, (float x));
1524 _GL_CXXALIAS_SYS (logf, float, (float x));
1526 _GL_CXXALIASWARN (logf);
1528 # undef logf macro
1530 _GL_WARN_ON_USE (logf, "log
[all...]
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/earth/
H A Dearth.cc36 #define logf printf macro
690 logf("Benchmark started...\n");
698 logf("Benchmark ended... time: %2.5f\n",
812 logf("Handle message unknown type: %s\n", var.DebugString().c_str());
855 logf("Failed to create a 2D resource!\n");
857 logf("Couldn't bind the device context\n");
/external/e2fsprogs/e2fsck/
H A De2fsck.h223 FILE *logf; member in struct:e2fsck_struct
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h400 /// float logf(float x);
401 logf, enumerator in enum:llvm::LibFunc::Func

Completed in 325 milliseconds