Home
last modified time | relevance | path

Searched defs:percent (Results 1 – 8 of 8) sorted by relevance

/llvm-project/llvm/lib/Analysis/
H A DHeatUtils.cpp66 double percent = (freq > 0) ? log2(double(freq)) / log2(maxFreq) : 0; in getHeatColor() local
70 std::string getHeatColor(double percent) { in getHeatColor()
/llvm-project/libcxx/test/support/
H A Dfp_compare.h34 fptest_close_pct(T val,T expected,T percent) fptest_close_pct() argument
/llvm-project/llvm/utils/lit/lit/
H A DProgressBar.py196 def update(self, percent, message): argument
264 def update(self, percent, message): argument
/llvm-project/clang/docs/tools/
H A Dgenerate_formatted_state.py145 percent = int(100.0 * (float(file_pass) / float(file_count))) global() variable
/llvm-project/llvm/tools/llvm-diff/lib/
H A DDiffConsumer.cpp172 size_t percent = format.find('%'); in logf() local
/llvm-project/lld/ELF/
H A DLinkerScript.cpp1651 double percent = usedLength * 100.0 / length; printMemoryUsage() local
/llvm-project/clang/test/SemaCXX/
H A Dbuiltin-dump-struct.cpp90 while (const char *percent = __builtin_strchr(fmt, '%')) { in Format() local
/llvm-project/openmp/runtime/src/
H A Dkmp_lock.cpp1880 static float percent(kmp_uint32 count, kmp_uint32 total) { in percent() function