Home
last modified time | relevance | path

Searched defs:nx (Results 1 – 10 of 10) sorted by relevance

/llvm-project/flang/test/Evaluate/
H A Dfold-dble.f904 integer nx, ny, nz variable
/llvm-project/clang-tools-extra/test/clang-reorder-fields/
H A DClassDerived.cpp6 Base(int nx, int np) : x(nx), p(np) {} in Base()
H A DFieldDependencyWarning.cpp39 Foo::Foo(int nx) : in Foo()
/llvm-project/libc/src/math/generic/
H A Dfmul.cpp55 int nx = cpp::countl_zero(mx); global() variable
/llvm-project/clang/test/SemaCXX/
H A Dnamespace-alias.cpp118 A::X nx; variable
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseIterationToScf.cpp159 ValueRange nx = it->forward(rewriter, loc); matchAndRewrite() local
/llvm-project/flang/unittests/Evaluate/
H A Dreal.cpp179 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 Dcustom-intrinsic.f90687 integer, parameter :: nx = 1 local
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/Utils/
H A DSparseTensorIterator.cpp1279 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 DSparseTensorDialect.cpp2037 uint64_t nx = xPerm.getNumDims(); verify() local