Searched defs:Percent (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DBranchProbability.cpp30 double Percent = rint(((double)N / D) * 100.0 * 100.0) / 100.0; local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmMacro.h52 Amp, AmpAmp, Exclaim, ExclaimEqual, Percent, Hash, enumerator in enum:llvm::AsmToken::TokenKind
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h1454 double Percent = 100.0 * N / D; local
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp622 const char *Percent = Begin - 1; // Points to '%'. local

Completed in 179 milliseconds