Home
last modified time | relevance | path

Searched refs:OtherScale (Results 1 – 15 of 15) sorted by relevance

/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Basic/
H A DFixedPoint.cpp56 unsigned OtherScale = Other.getScale(); in compare() local
62 CommonWidth += getScale() >= OtherScale ? getScale() - OtherScale in compare()
63 : OtherScale - getScale(); in compare()
68 unsigned CommonScale = std::max(getScale(), OtherScale); in compare()
70 OtherVal = OtherVal.shl(CommonScale - OtherScale); in compare()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Basic/
H A DFixedPoint.cpp68 unsigned OtherScale = Other.getScale(); in compare() local
74 CommonWidth += getScale() >= OtherScale ? getScale() - OtherScale in compare()
75 : OtherScale - getScale(); in compare()
80 unsigned CommonScale = std::max(getScale(), OtherScale); in compare()
82 OtherVal = OtherVal.shl(CommonScale - OtherScale); in compare()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Basic/
H A DFixedPoint.cpp68 unsigned OtherScale = Other.getScale(); in compare() local
74 CommonWidth += getScale() >= OtherScale ? getScale() - OtherScale in compare()
75 : OtherScale - getScale(); in compare()
80 unsigned CommonScale = std::max(getScale(), OtherScale); in compare()
82 OtherVal = OtherVal.shl(CommonScale - OtherScale); in compare()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Basic/
H A DFixedPoint.cpp68 unsigned OtherScale = Other.getScale(); in compare() local
74 CommonWidth += getScale() >= OtherScale ? getScale() - OtherScale in compare()
75 : OtherScale - getScale(); in compare()
80 unsigned CommonScale = std::max(getScale(), OtherScale); in compare()
82 OtherVal = OtherVal.shl(CommonScale - OtherScale); in compare()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Basic/
H A DFixedPoint.cpp68 unsigned OtherScale = Other.getScale(); in compare() local
74 CommonWidth += getScale() >= OtherScale ? getScale() - OtherScale in compare()
75 : OtherScale - getScale(); in compare()
80 unsigned CommonScale = std::max(getScale(), OtherScale); in compare()
82 OtherVal = OtherVal.shl(CommonScale - OtherScale); in compare()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Basic/
H A DFixedPoint.cpp68 unsigned OtherScale = Other.getScale(); in compare() local
74 CommonWidth += getScale() >= OtherScale ? getScale() - OtherScale in compare()
75 : OtherScale - getScale(); in compare()
80 unsigned CommonScale = std::max(getScale(), OtherScale); in compare()
82 OtherVal = OtherVal.shl(CommonScale - OtherScale); in compare()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Support/
H A DAPFixedPoint.cpp69 unsigned OtherScale = Other.getScale(); in compare() local
75 CommonWidth += getScale() >= OtherScale ? getScale() - OtherScale in compare()
76 : OtherScale - getScale(); in compare()
81 unsigned CommonScale = std::max(getScale(), OtherScale); in compare()
83 OtherVal = OtherVal.shl(CommonScale - OtherScale); in compare()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Support/
H A DAPFixedPoint.cpp69 unsigned OtherScale = Other.getScale(); in compare() local
75 CommonWidth += getScale() >= OtherScale ? getScale() - OtherScale in compare()
76 : OtherScale - getScale(); in compare()
81 unsigned CommonScale = std::max(getScale(), OtherScale); in compare()
83 OtherVal = OtherVal.shl(CommonScale - OtherScale); in compare()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Support/
H A DAPFixedPoint.cpp69 unsigned OtherScale = Other.getScale(); in compare() local
75 CommonWidth += getScale() >= OtherScale ? getScale() - OtherScale in compare()
76 : OtherScale - getScale(); in compare()
81 unsigned CommonScale = std::max(getScale(), OtherScale); in compare()
83 OtherVal = OtherVal.shl(CommonScale - OtherScale); in compare()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Support/
H A DAPFixedPoint.cpp69 unsigned OtherScale = Other.getScale(); in compare() local
75 CommonWidth += getScale() >= OtherScale ? getScale() - OtherScale in compare()
76 : OtherScale - getScale(); in compare()
81 unsigned CommonScale = std::max(getScale(), OtherScale); in compare()
83 OtherVal = OtherVal.shl(CommonScale - OtherScale); in compare()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Support/
H A DAPFixedPoint.cpp69 unsigned OtherScale = Other.getScale(); in compare() local
75 CommonWidth += getScale() >= OtherScale ? getScale() - OtherScale in compare()
76 : OtherScale - getScale(); in compare()
81 unsigned CommonScale = std::max(getScale(), OtherScale); in compare()
83 OtherVal = OtherVal.shl(CommonScale - OtherScale); in compare()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Support/
H A DAPFixedPoint.cpp69 unsigned OtherScale = Other.getScale(); in compare() local
75 CommonWidth += getScale() >= OtherScale ? getScale() - OtherScale in compare()
76 : OtherScale - getScale(); in compare()
81 unsigned CommonScale = std::max(getScale(), OtherScale); in compare()
83 OtherVal = OtherVal.shl(CommonScale - OtherScale); in compare()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Support/
H A DAPFixedPoint.cpp69 unsigned OtherScale = Other.getScale(); in compare() local
75 CommonWidth += getScale() >= OtherScale ? getScale() - OtherScale in compare()
76 : OtherScale - getScale(); in compare()
81 unsigned CommonScale = std::max(getScale(), OtherScale); in compare()
83 OtherVal = OtherVal.shl(CommonScale - OtherScale); in compare()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Support/
H A DAPFixedPoint.cpp69 unsigned OtherScale = Other.getScale(); in compare() local
75 CommonWidth += getScale() >= OtherScale ? getScale() - OtherScale in compare()
76 : OtherScale - getScale(); in compare()
81 unsigned CommonScale = std::max(getScale(), OtherScale); in compare()
83 OtherVal = OtherVal.shl(CommonScale - OtherScale); in compare()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Support/
H A DAPFixedPoint.cpp69 unsigned OtherScale = Other.getScale(); in compare() local
75 CommonWidth += getScale() >= OtherScale ? getScale() - OtherScale in compare()
76 : OtherScale - getScale(); in compare()
81 unsigned CommonScale = std::max(getScale(), OtherScale); in compare()
83 OtherVal = OtherVal.shl(CommonScale - OtherScale); in compare()