HomeSort by relevance Sort by last modified time
    Searched refs:LOG2 (Results 1 - 12 of 12) sorted by null

  /external/ltp/testcases/kernel/fs/mongo/
mongo.pl 13 # # ./mongo.pl ext2 /dev/xxxx /testfs log2 5
384 open LOG2, ">>$LOGFILE2" or die "Can not open log file $LOGFILE2\n";
423 print LOG2 "\n";
425 print LOG2 "MONGO_MULTI_PROCESS ($processes processes) BENCHMARK RESULTS (time in sec.)\n";
427 print LOG2 "MONGO_SINGLE_PROCESS BENCHMARK RESULTS (time in sec.)\n";
429 print LOG2 " FILESYSTEM=$FILESYSTEM\n";
430 print LOG2 " parameters: files=$files, base_size=$median_file_size bytes, dirs=$dirs\n";
431 print LOG2 "--------------------------------------------------------------\n";
432 print LOG2 "Create\tCopy\tSlink\tRead\tStats\tRename\tDelete\n";
433 print LOG2 " time \ttime\ttime\ttime\ttime \t time \t time\n"
    [all...]
  /external/aac/libSBRenc/src/
sbr_def.h 131 #define LOG2 0.69314718056f /* natural logarithm of 2 */
132 #define ILOG2 1.442695041f /* 1/LOG2 */
  /frameworks/av/services/camera/libcameraservice/api1/
CameraClient.cpp 32 #define LOG2(...) ALOGD_IF(gLogLevel >= 2, __VA_ARGS__);
850 LOG2("notifyCallback(%d)", msgType);
870 LOG2("dataCallback(%d)", msgType);
903 LOG2("dataCallbackTimestamp(%d)", msgType);
921 LOG2("dataCallbackTimestampBatch");
    [all...]
  /external/libxaac/decoder/
ixheaacd_sbr_const.h 153 #define LOG2 0.69314718056f
  /external/mesa3d/src/mesa/main/
imports.h 93 *** LOG2: Log base 2 of float
95 static inline GLfloat LOG2(GLfloat x)
99 * Based on code from http://www.stereopsis.com/log2.html
104 const GLint log2 = ((GLint) exp) - 127;
105 return (GLfloat) log2 * (1.0 / 4.0); /* 4, because of x^4 above */
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_qir.h 739 QIR_ALU1(LOG2)
  /external/mesa3d/src/mesa/swrast/
s_span.c 426 GLfloat lambda = LOG2(rho);
453 lambda = LOG2(rho);
    [all...]
s_texfilter.c 686 * We can't really use this because the inaccuracy in the LOG2 function
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3.h 142 * rcp, rsq, log2, exp2, sin, cos, sqrt
1097 INSTR1(LOG2)
  /external/aac/libAACenc/src/
metadata_compressor.cpp 106 #define LOG2 0.69314718056f /* natural logarithm of 2 */
107 #define ILOG2 1.442695041f /* 1/LOG2 */
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.artifact.repository_1.1.200.v20130515-2028.jar 
  /frameworks/av/services/camera/libcameraservice/
CameraService.cpp 93 #define LOG2(...) ALOGD_IF(gLogLevel >= 2, __VA_ARGS__);
    [all...]

Completed in 389 milliseconds