Searched refs:LOGF (Results 1 - 6 of 6) sorted by path

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dimports.h257 *** LOGF: the natural logarithm (base e) of the value
267 #define LOGF(x) logf(x) macro
275 #define LOGF(x) ((GLfloat) log(x)) macro
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_aaline.c205 return (GLfloat) (LOGF(rho2) * 1.442695 * 0.5);/* 1.442695 = 1/log(2) */
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dheap-checker_unittest.cc168 #define LOGF VLOG(INFO) macro
318 LOGF << message << " : "
1287 LOGF << std::hex << "0x" << caller
1320 LOGF << std::hex << "0x" << caller
1375 LOGF << "In main(): heap_check=" << FLAGS_heap_check << endl;
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dheap-checker_unittest.cc168 #define LOGF VLOG(INFO) macro
318 LOGF << message << " : "
1287 LOGF << std::hex << "0x" << caller
1320 LOGF << std::hex << "0x" << caller
1375 LOGF << "In main(): heap_check=" << FLAGS_heap_check << endl;
/external/mesa3d/src/mesa/main/
H A Dimports.h255 *** LOGF: the natural logarithm (base e) of the value
265 #define LOGF(x) logf(x) macro
273 #define LOGF(x) ((GLfloat) log(x)) macro
/external/mesa3d/src/mesa/swrast/
H A Ds_aaline.c205 return (GLfloat) (LOGF(rho2) * 1.442695 * 0.5);/* 1.442695 = 1/log(2) */

Completed in 707 milliseconds