Searched defs:nx (Results 1 – 10 of 10) sorted by relevance
/llvm-project/flang/test/Evaluate/ |
H A D | fold-dble.f90 | 4 integer nx, ny, nz variable
|
/llvm-project/clang-tools-extra/test/clang-reorder-fields/ |
H A D | ClassDerived.cpp | 6 Base(int nx, int np) : x(nx), p(np) {} in Base()
|
H A D | FieldDependencyWarning.cpp | 39 Foo::Foo(int nx) : in Foo()
|
/llvm-project/libc/src/math/generic/ |
H A D | fmul.cpp | 55 int nx = cpp::countl_zero(mx); global() variable
|
/llvm-project/clang/test/SemaCXX/ |
H A D | namespace-alias.cpp | 118 A::X nx; variable
|
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/ |
H A D | SparseIterationToScf.cpp | 159 ValueRange nx = it->forward(rewriter, loc); matchAndRewrite() local
|
/llvm-project/flang/unittests/Evaluate/ |
H A D | real.cpp | 179 std::int64_t nx = x; basicTests() local 181 MATCH(nx, ix.ToInt64())(ldesc); basicTests() local 197 MATCH(nx, ivf.value.ToInt64())(ldesc); basicTests() local
|
/llvm-project/flang/test/Lower/HLFIR/ |
H A D | custom-intrinsic.f90 | 687 integer, parameter :: nx = 1 local
|
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/Utils/ |
H A D | SparseTensorIterator.cpp | 1279 scf::ValueVector nx = builder(b, l, &helper.wrap, iterArgs); in inflateSubSectTree() local 1466 Value nx = b.create<arith::MinUIOp>( in forwardImpl() local
|
/llvm-project/mlir/lib/Dialect/SparseTensor/IR/ |
H A D | SparseTensorDialect.cpp | 2037 uint64_t nx = xPerm.getNumDims(); verify() local
|