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

  /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/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))
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; }
257 *** LOGF: the natural logarithm (base e) of the value
267 #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 */
  /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/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...]
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/earth/
earth.cc 36 #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/
e2fsck.h 223 FILE *logf; member in struct:e2fsck_struct
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 400 /// float logf(float x);
401 logf, enumerator in enum:llvm::LibFunc::Func
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
mandreel.js 3631 function logf(sp) function
    [all...]

Completed in 426 milliseconds