Searched refs:LOG2 (Results 1 – 19 of 19) sorted by relevance
/external/ltp/testcases/kernel/fs/mongo/ |
D | mongo.pl | 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 …]
|
/external/aac/libSBRenc/src/ |
D | sbr_def.h | 131 #define LOG2 0.69314718056f /* natural logarithm of 2 */ macro
|
/external/libxaac/decoder/ |
D | ixheaacd_sbr_const.h | 153 #define LOG2 0.69314718056f macro
|
/external/u-boot/drivers/ata/ |
D | sata.c | 100 sata_dev_desc[i].log2blksz = LOG2(sata_dev_desc[i].blksz); in __sata_initialize()
|
/external/u-boot/disk/ |
D | part.c | 554 (*dev_desc)->log2blksz = LOG2((*dev_desc)->blksz); in blk_get_device_part_str() 631 (*dev_desc)->log2blksz = LOG2((*dev_desc)->blksz); in blk_get_device_part_str()
|
/external/u-boot/include/ |
D | part.h | 19 #define LOG2(x) (((x & 0xaaaaaaaa) ? 1 : 0) + ((x & 0xcccccccc) ? 2 : 0) + \ macro
|
/external/mesa3d/src/mesa/main/ |
D | imports.h | 95 static inline GLfloat LOG2(GLfloat x) in LOG2() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | fmul.ll | 373 ; CHECK-NEXT: [[LOG2:%.*]] = call fast float @llvm.log2.f32(float [[Y:%.*]]) 374 ; CHECK-NEXT: [[TMP1:%.*]] = fmul fast float [[LOG2]], [[X:%.*]] 387 ; CHECK-NEXT: [[LOG2:%.*]] = call fast float @llvm.log2.f32(float [[Y:%.*]]) 388 ; CHECK-NEXT: [[TMP1:%.*]] = fmul fast float [[LOG2]], [[X]]
|
/external/u-boot/drivers/block/ |
D | ide.c | 530 dev_desc->log2blksz = LOG2(dev_desc->blksz); in atapi_inquiry() 688 dev_desc->log2blksz = LOG2(dev_desc->blksz); in ide_ident()
|
/external/u-boot/drivers/scsi/ |
D | scsi.c | 548 dev_desc->log2blksz = LOG2(dev_desc->blksz); in scsi_detect_dev()
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_qir.h | 739 QIR_ALU1(LOG2) in QIR_ALU1()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_span.c | 428 GLfloat lambda = LOG2(rho); in _swrast_compute_lambda() 455 lambda = LOG2(rho);
|
D | s_texfilter.c | 1964 lod = 0.5f * LOG2(Pmin2); in sample_lambda_2d_aniso()
|
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3.h | 1211 INSTR1(LOG2) in INSTR0()
|
/external/u-boot/common/ |
D | usb_storage.c | 1495 dev_desc->log2blksz = LOG2(dev_desc->blksz); in usb_stor_get_info()
|
/external/aac/libAACenc/src/ |
D | metadata_compressor.cpp | 106 #define LOG2 0.69314718056f /* natural logarithm of 2 */ macro
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/ |
D | LanaiInstrInfo.td | 254 def LOG2 : InstLanai<(outs), (ins), "log_2", []>;
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiInstrInfo.td | 256 def LOG2 : InstLanai<(outs), (ins), "log_2", []>;
|
/external/u-boot/drivers/mmc/ |
D | mmc.c | 2345 bdesc->log2blksz = LOG2(bdesc->blksz); in mmc_startup()
|