Searched refs:LOG2 (Results 1 – 10 of 10) sorted by relevance
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";434 print LOG2 "--------------------------------------------------------------\n";[all …]
131 #define LOG2 0.69314718056f /* natural logarithm of 2 */ macro
153 #define LOG2 0.69314718056f macro
95 static inline GLfloat LOG2(GLfloat x) in LOG2() function
739 QIR_ALU1(LOG2) in QIR_ALU1()
1097 INSTR1(LOG2) in INSTR2()
426 GLfloat lambda = LOG2(rho); in _swrast_compute_lambda()453 lambda = LOG2(rho);
1964 lod = 0.5f * LOG2(Pmin2); in sample_lambda_2d_aniso()
106 #define LOG2 0.69314718056f /* natural logarithm of 2 */ macro
256 def LOG2 : InstLanai<(outs), (ins), "log_2", []>;