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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DNativeFormatting.h18 enum class FloatStyle { Exponent, ExponentUpper, Fixed, Percent }; member in class:llvm::FloatStyle
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp775 const char *Exponent = s; local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp609 ConstantInt *Exponent = ConstantInt::get(DeltaType, IndexOffset.logBase2()); local
614 ConstantInt *Exponent = local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1547 Error BitcodeReader::parseAlignmentValue(uint64_t Exponent, argument

Completed in 139 milliseconds