Home
last modified time | relevance | path

Searched refs:CommonWidth (Results 1 – 17 of 17) sorted by relevance

/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Basic/
H A DFixedPoint.cpp71 unsigned CommonWidth = std::max(Val.getBitWidth(), OtherWidth); in compare() local
74 CommonWidth += getScale() >= OtherScale ? getScale() - OtherScale in compare()
77 ThisVal = ThisVal.extOrTrunc(CommonWidth); in compare()
78 OtherVal = OtherVal.extOrTrunc(CommonWidth); in compare()
130 unsigned CommonWidth = in getCommonSemantics() local
146 CommonWidth++; in getCommonSemantics()
148 return FixedPointSemantics(CommonWidth, CommonScale, ResultIsSigned, in getCommonSemantics()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Basic/
H A DFixedPoint.cpp71 unsigned CommonWidth = std::max(Val.getBitWidth(), OtherWidth); in compare() local
74 CommonWidth += getScale() >= OtherScale ? getScale() - OtherScale in compare()
77 ThisVal = ThisVal.extOrTrunc(CommonWidth); in compare()
78 OtherVal = OtherVal.extOrTrunc(CommonWidth); in compare()
130 unsigned CommonWidth = in getCommonSemantics() local
146 CommonWidth++; in getCommonSemantics()
148 return FixedPointSemantics(CommonWidth, CommonScale, ResultIsSigned, in getCommonSemantics()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Basic/
H A DFixedPoint.cpp71 unsigned CommonWidth = std::max(Val.getBitWidth(), OtherWidth); in compare() local
74 CommonWidth += getScale() >= OtherScale ? getScale() - OtherScale in compare()
77 ThisVal = ThisVal.extOrTrunc(CommonWidth); in compare()
78 OtherVal = OtherVal.extOrTrunc(CommonWidth); in compare()
130 unsigned CommonWidth = in getCommonSemantics() local
146 CommonWidth++; in getCommonSemantics()
148 return FixedPointSemantics(CommonWidth, CommonScale, ResultIsSigned, in getCommonSemantics()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Basic/
H A DFixedPoint.cpp59 unsigned CommonWidth = std::max(Val.getBitWidth(), OtherWidth); in compare() local
62 CommonWidth += getScale() >= OtherScale ? getScale() - OtherScale in compare()
65 ThisVal = ThisVal.extOrTrunc(CommonWidth); in compare()
66 OtherVal = OtherVal.extOrTrunc(CommonWidth); in compare()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Basic/
H A DFixedPoint.cpp71 unsigned CommonWidth = std::max(Val.getBitWidth(), OtherWidth); in compare() local
74 CommonWidth += getScale() >= OtherScale ? getScale() - OtherScale in compare()
77 ThisVal = ThisVal.extOrTrunc(CommonWidth); in compare()
78 OtherVal = OtherVal.extOrTrunc(CommonWidth); in compare()
130 unsigned CommonWidth = in getCommonSemantics() local
146 CommonWidth++; in getCommonSemantics()
148 return FixedPointSemantics(CommonWidth, CommonScale, ResultIsSigned, in getCommonSemantics()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Basic/
H A DFixedPoint.cpp71 unsigned CommonWidth = std::max(Val.getBitWidth(), OtherWidth); in compare() local
74 CommonWidth += getScale() >= OtherScale ? getScale() - OtherScale in compare()
77 ThisVal = ThisVal.extOrTrunc(CommonWidth); in compare()
78 OtherVal = OtherVal.extOrTrunc(CommonWidth); in compare()
130 unsigned CommonWidth = in getCommonSemantics() local
146 CommonWidth++; in getCommonSemantics()
148 return FixedPointSemantics(CommonWidth, CommonScale, ResultIsSigned, in getCommonSemantics()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Support/
H A DAPFixedPoint.cpp72 unsigned CommonWidth = std::max(Val.getBitWidth(), OtherWidth); in compare() local
75 CommonWidth += getScale() >= OtherScale ? getScale() - OtherScale in compare()
78 ThisVal = ThisVal.extOrTrunc(CommonWidth); in compare()
79 OtherVal = OtherVal.extOrTrunc(CommonWidth); in compare()
154 unsigned CommonWidth = in getCommonSemantics() local
170 CommonWidth++; in getCommonSemantics()
172 return FixedPointSemantics(CommonWidth, CommonScale, ResultIsSigned, in getCommonSemantics()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Support/
H A DAPFixedPoint.cpp72 unsigned CommonWidth = std::max(Val.getBitWidth(), OtherWidth); in compare() local
75 CommonWidth += getScale() >= OtherScale ? getScale() - OtherScale in compare()
78 ThisVal = ThisVal.extOrTrunc(CommonWidth); in compare()
79 OtherVal = OtherVal.extOrTrunc(CommonWidth); in compare()
154 unsigned CommonWidth = in getCommonSemantics() local
170 CommonWidth++; in getCommonSemantics()
172 return FixedPointSemantics(CommonWidth, CommonScale, ResultIsSigned, in getCommonSemantics()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Support/
H A DAPFixedPoint.cpp72 unsigned CommonWidth = std::max(Val.getBitWidth(), OtherWidth); in compare() local
75 CommonWidth += getScale() >= OtherScale ? getScale() - OtherScale in compare()
78 ThisVal = ThisVal.extOrTrunc(CommonWidth); in compare()
79 OtherVal = OtherVal.extOrTrunc(CommonWidth); in compare()
154 unsigned CommonWidth = in getCommonSemantics() local
170 CommonWidth++; in getCommonSemantics()
172 return FixedPointSemantics(CommonWidth, CommonScale, ResultIsSigned, in getCommonSemantics()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Support/
H A DAPFixedPoint.cpp72 unsigned CommonWidth = std::max(Val.getBitWidth(), OtherWidth); in compare() local
75 CommonWidth += getScale() >= OtherScale ? getScale() - OtherScale in compare()
78 ThisVal = ThisVal.extOrTrunc(CommonWidth); in compare()
79 OtherVal = OtherVal.extOrTrunc(CommonWidth); in compare()
154 unsigned CommonWidth = in getCommonSemantics() local
170 CommonWidth++; in getCommonSemantics()
172 return FixedPointSemantics(CommonWidth, CommonScale, ResultIsSigned, in getCommonSemantics()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Support/
H A DAPFixedPoint.cpp72 unsigned CommonWidth = std::max(Val.getBitWidth(), OtherWidth); in compare() local
75 CommonWidth += getScale() >= OtherScale ? getScale() - OtherScale in compare()
78 ThisVal = ThisVal.extOrTrunc(CommonWidth); in compare()
79 OtherVal = OtherVal.extOrTrunc(CommonWidth); in compare()
154 unsigned CommonWidth = in getCommonSemantics() local
170 CommonWidth++; in getCommonSemantics()
172 return FixedPointSemantics(CommonWidth, CommonScale, ResultIsSigned, in getCommonSemantics()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Support/
H A DAPFixedPoint.cpp72 unsigned CommonWidth = std::max(Val.getBitWidth(), OtherWidth); in compare() local
75 CommonWidth += getScale() >= OtherScale ? getScale() - OtherScale in compare()
78 ThisVal = ThisVal.extOrTrunc(CommonWidth); in compare()
79 OtherVal = OtherVal.extOrTrunc(CommonWidth); in compare()
154 unsigned CommonWidth = in getCommonSemantics() local
170 CommonWidth++; in getCommonSemantics()
172 return FixedPointSemantics(CommonWidth, CommonScale, ResultIsSigned, in getCommonSemantics()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Support/
H A DAPFixedPoint.cpp72 unsigned CommonWidth = std::max(Val.getBitWidth(), OtherWidth); in compare() local
75 CommonWidth += getScale() >= OtherScale ? getScale() - OtherScale in compare()
78 ThisVal = ThisVal.extOrTrunc(CommonWidth); in compare()
79 OtherVal = OtherVal.extOrTrunc(CommonWidth); in compare()
154 unsigned CommonWidth = in getCommonSemantics() local
170 CommonWidth++; in getCommonSemantics()
172 return FixedPointSemantics(CommonWidth, CommonScale, ResultIsSigned, in getCommonSemantics()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Support/
H A DAPFixedPoint.cpp72 unsigned CommonWidth = std::max(Val.getBitWidth(), OtherWidth); in compare() local
75 CommonWidth += getScale() >= OtherScale ? getScale() - OtherScale in compare()
78 ThisVal = ThisVal.extOrTrunc(CommonWidth); in compare()
79 OtherVal = OtherVal.extOrTrunc(CommonWidth); in compare()
154 unsigned CommonWidth = in getCommonSemantics() local
170 CommonWidth++; in getCommonSemantics()
172 return FixedPointSemantics(CommonWidth, CommonScale, ResultIsSigned, in getCommonSemantics()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Support/
H A DAPFixedPoint.cpp72 unsigned CommonWidth = std::max(Val.getBitWidth(), OtherWidth); in compare() local
75 CommonWidth += getScale() >= OtherScale ? getScale() - OtherScale in compare()
78 ThisVal = ThisVal.extOrTrunc(CommonWidth); in compare()
79 OtherVal = OtherVal.extOrTrunc(CommonWidth); in compare()
154 unsigned CommonWidth = in getCommonSemantics() local
170 CommonWidth++; in getCommonSemantics()
172 return FixedPointSemantics(CommonWidth, CommonScale, ResultIsSigned, in getCommonSemantics()
/dports/graphics/tesseract/tesseract-5.0.0/src/textord/
H A Dtabfind.h137 bool CommonWidth(int width);
H A Dtabfind.cpp75 width_cb_ = std::bind(&TabFind::CommonWidth, this, _1); in TabFind()
393 bool TabFind::CommonWidth(int width) { in CommonWidth() function in tesseract::TabFind