Searched defs:ys (Results 1 – 10 of 10) sorted by relevance
/llvm-project/libc/AOR_v20.02/math/tools/ |
H A D | plot.py | 46 def plot(xs, gs, ys, es): argument 65 xs, gs, ys, es = parse(sys.stdin) variable
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | lambda-capture-pack.cpp | 20 return [&](auto ...ys) { // expected-note {{instantiation}} in f()
|
/llvm-project/flang/unittests/Evaluate/ |
H A D | testing.cpp | 69 const char *rel, const char *ys, std::uint64_t x, std::uint64_t y) { in Compare()
|
/llvm-project/openmp/runtime/test/tasking/ |
H A D | kmp_task_reduction_nest.cpp | 162 double ys = -99999999.0; in main() local
|
/llvm-project/flang/include/flang/Evaluate/ |
H A D | traverse.h | 276 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 D | p8-cxx0x.cpp | 121 Ys ys; // expected-error {{must use 'struct'}} in value_vs_type() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | cxx98-compat.cpp | 73 auto ys = { 1, 2, 3 }; // expected-warning {{initialization of initializer_list object is incompatible with C++98}} \ local
|
H A D | constant-expression-cxx11.cpp | 544 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 D | Utils.h | 531 if (const Fortran::evaluate::Symbol *ys = y.GetAssumedTypeDummy()) in isEqual() local
|
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/ |
H A D | SparseTensorCodegen.cpp | 1530 Value ys = desc.getValMemRef(); matchAndRewrite() local
|