Home
last modified time | relevance | path

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

/llvm-project/libc/AOR_v20.02/math/tools/
H A Dplot.py46 def plot(xs, gs, ys, es): argument
65 xs, gs, ys, es = parse(sys.stdin) variable
/llvm-project/clang/test/SemaTemplate/
H A Dlambda-capture-pack.cpp20 return [&](auto ...ys) { // expected-note {{instantiation}} in f()
/llvm-project/flang/unittests/Evaluate/
H A Dtesting.cpp69 const char *rel, const char *ys, std::uint64_t x, std::uint64_t y) { in Compare()
/llvm-project/openmp/runtime/test/tasking/
H A Dkmp_task_reduction_nest.cpp162 double ys = -99999999.0; in main() local
/llvm-project/flang/include/flang/Evaluate/
H A Dtraverse.h276 Result Combine(const A &x, const Bs &...ys) const { in Combine() argument
/llvm-project/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp8-cxx0x.cpp121 Ys ys; // expected-error {{must use 'struct'}} in value_vs_type() local
/llvm-project/clang/test/SemaCXX/
H A Dcxx98-compat.cpp73 auto ys = { 1, 2, 3 }; // expected-warning {{initialization of initializer_list object is incompatible with C++98}} \ local
H A Dconstant-expression-cxx11.cpp544 constexpr int ys[] = { 5, 4, 3, 2, 1 }; global() variable
549 ZipFoldR(int (* F)(int x,int y,int c),int n,const int * xs,const int * ys,int c) ZipFoldR() argument
[all...]
/llvm-project/flang/include/flang/Lower/Support/
H A DUtils.h531 if (const Fortran::evaluate::Symbol *ys = y.GetAssumedTypeDummy()) in isEqual() local
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseTensorCodegen.cpp1530 Value ys = desc.getValMemRef(); matchAndRewrite() local