Home
last modified time | relevance | path

Searched refs:IntegerLike (Results 1 – 25 of 30) sorted by relevance

12

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/include/mlir/Dialect/FxpMathOps/
H A DFxpMathOps.td94 let arguments = (ins IntegerLike:$operand,
97 let results = (outs IntegerLike);
109 let arguments = (ins IntegerLike:$operand);
110 let results = (outs IntegerLike);
123 let arguments = (ins IntegerLike:$operand);
137 let arguments = (ins IntegerLike:$a, APIntAttr:$b);
138 let results = (outs IntegerLike);
151 let arguments = (ins IntegerLike:$operand, APIntAttr:$exponent);
152 let results = (outs IntegerLike:$res);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Parser/
H A Ddecomposed-condition.cpp67 struct IntegerLike { struct
76 int h(IntegerLike x) { in h() argument
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Parser/
H A Ddecomposed-condition.cpp67 struct IntegerLike { struct
76 int h(IntegerLike x) { in h() argument
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Parser/
H A Ddecomposed-condition.cpp67 struct IntegerLike { struct
76 int h(IntegerLike x) { in h() argument
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Parser/
H A Ddecomposed-condition.cpp67 struct IntegerLike { struct
76 int h(IntegerLike x) { in h() argument
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Parser/
H A Ddecomposed-condition.cpp67 struct IntegerLike { struct
76 int h(IntegerLike x) { in h() argument
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/Parser/
H A Ddecomposed-condition.cpp67 struct IntegerLike { struct
76 int h(IntegerLike x) { in h() argument
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Parser/
H A Ddecomposed-condition.cpp67 struct IntegerLike { struct
76 int h(IntegerLike x) { in h() argument
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Parser/
H A Ddecomposed-condition.cpp67 struct IntegerLike { struct
76 int h(IntegerLike x) { in h() argument
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Parser/
H A Ddecomposed-condition.cpp67 struct IntegerLike { struct
76 int h(IntegerLike x) { in h() argument
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Parser/
H A Ddecomposed-condition.cpp67 struct IntegerLike { struct
76 int h(IntegerLike x) { in h() argument
/dports/lang/clang-mesa/clang-13.0.1.src/test/Parser/
H A Ddecomposed-condition.cpp67 struct IntegerLike { struct
76 int h(IntegerLike x) { in h() argument
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Parser/
H A Ddecomposed-condition.cpp67 struct IntegerLike { struct
76 int h(IntegerLike x) { in h() argument
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/Parser/
H A Ddecomposed-condition.cpp67 struct IntegerLike { struct
76 int h(IntegerLike x) { in h() argument
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/Parser/
H A Ddecomposed-condition.cpp67 struct IntegerLike {
76 int h(IntegerLike x) {
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/Parser/
H A Ddecomposed-condition.cpp67 struct IntegerLike { struct
76 int h(IntegerLike x) { in h() argument
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/Parser/
H A Ddecomposed-condition.cpp67 struct IntegerLike { struct
76 int h(IntegerLike x) { in h() argument
/dports/devel/py-traits/traits-6.3.2/traits/tests/
H A Dtest_integer.py32 class IntegerLike(object): class
77 a.integral = IntegerLike()
/dports/math/linbox/linbox-1.6.3/linbox/algorithms/
H A Dcra-builder-full-multip.h382 template <typename IntegerLike>
383 …static Integer& reconstruct(Integer& u1, const Integer&, const IntegerLike& u0, const Integer& inv… in reconstruct()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/include/mlir/Dialect/StandardOps/
H A DOps.td110 Arguments<(ins IntegerLike:$lhs, IntegerLike:$rhs)>;
450 IntegerLike:$lhs,
451 IntegerLike:$rhs
1079 let arguments = (ins IntegerLike:$value);
1080 let results = (outs IntegerLike);
1509 let arguments = (ins IntegerLike:$value);
1510 let results = (outs IntegerLike);
1609 let arguments = (ins IntegerLike:$value);
1610 let results = (outs IntegerLike);
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_math.py955 class IntegerLike(object): class
962 s = math.isqrt(IntegerLike(1729))
967 math.isqrt(IntegerLike(-3))
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_math.py955 class IntegerLike(object): class
962 s = math.isqrt(IntegerLike(1729))
967 math.isqrt(IntegerLike(-3))
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest_math.py955 class IntegerLike(object): class
962 s = math.isqrt(IntegerLike(1729))
967 math.isqrt(IntegerLike(-3))
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_math.py955 class IntegerLike(object): class
962 s = math.isqrt(IntegerLike(1729))
967 math.isqrt(IntegerLike(-3))
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A Dtest_math.py955 class IntegerLike(object): class
962 s = math.isqrt(IntegerLike(1729))
967 math.isqrt(IntegerLike(-3))

12