Searched refs:fp (Results 1 – 9 of 9) sorted by relevance
225 with open(self.OUTPUT_FILE, 'r') as fp:226 for line in fp:246 with open(self.OUTPUT_FILE, 'r') as fp:247 for line in fp:336 with open(self.OUTPUT_FILE, 'r') as fp:337 url = fp.readline()
275 with open(file_path, 'w') as fp:278 fp.write(284 fp.write(288 fp.write('\n')
69 with open(self.OUTPUT_FILE, 'r') as fp:70 for line in fp:
23 with open(stats_file, 'r') as fp:24 for line in fp:
679 uint64_t fp = 0; in RandomQueryTest() local684 fp += info.false_positives_; in RandomQueryTest()691 fp_rate_report_ << " Average FP rate %: " << 100.0 * fp / q << std::endl; in RandomQueryTest()698 << -std::log(double(fp) / q) / std::log(2.0) << std::endl; in RandomQueryTest()
1770 FilePicker fp( in Get() local1774 FdWithKeyRange* f = fp.GetNextFile(); in Get()1796 fp.GetCurrentLevel()); in Get()1820 if (fp.GetHitFileLevel() == 0) { in Get()1822 } else if (fp.GetHitFileLevel() == 1) { in Get()1844 f = fp.GetNextFile(); in Get()1917 FilePickerMultiGet fp( in MultiGet() local1921 FdWithKeyRange* f = fp.GetNextFile(); in MultiGet()1935 fp.GetCurrentLevel()); in MultiGet()1987 if (fp.GetHitFileLevel() == 0) { in MultiGet()[all …]
518 FILE* fp; in GetLogicalBlockSizeOfFd() local520 fp = fopen(fname.c_str(), "r"); in GetLogicalBlockSizeOfFd()521 if (fp != nullptr) { in GetLogicalBlockSizeOfFd()524 if (getline(&line, &len, fp) != -1) { in GetLogicalBlockSizeOfFd()528 fclose(fp); in GetLogicalBlockSizeOfFd()
185 …set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /Zi /nologo /EHsc /GS /Gd /GR /GF /fp:precise /Zc:wchar_t …
3775 inline int FClose(FILE* fp) { return fclose(fp); }8193 FloatingPoint fp(0);8194 fp.u_.bits_ = bits;8195 return fp.u_.value_;