Home
last modified time | relevance | path

Searched refs:nullary (Results 1 – 25 of 27) sorted by relevance

12

/external/llvm-project/lldb/test/API/lang/cpp/function_refs/
Dmain.cpp2 void nullary() {} in nullary() function
17 auto null = &nullary;
/external/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/
Dfunction-types-classes.cpp37 R nullary() { return MakeResult<R>::result(); } in nullary() function
102 auto i = &nullary<A::B::S>;
Dfunction-types-builtins.cpp43 void nullary() {} in nullary() function
207 auto null = &nullary;
/external/eigen/doc/
DCustomizingEigen_NullaryExpr.dox3 /** \page TopicCustomizing_NullaryExpr Matrix manipulation via nullary-expressions
63 To this end, let us first write a nullary-functor storing references to the input matrix and to the…
67 Then, let's create an \c indexing(A,rows,cols) function creating the nullary expression:
DNewExpressionType.dox9 while extremely complex matrix manipulations can be achieved by a nullary functors as described in …
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_element_type_converter.cc154 bool nullary = hlo->operands().empty(); in Run() local
156 bool should_eliminate_type = (nullary && wrong_element_type) || in Run()
/external/google-breakpad/m4/
Dax_cxx_compile_stdcxx.m4367 const auto nullary = [](){ return 0; };
369 using nullary_t = decltype(nullary);
375 return higher1st(nullary) + higher2nd(nullary)(unary);
/external/elfutils/m4/
Dax_cxx_compile_stdcxx.m4365 const auto nullary = [](){ return 0; };
367 using nullary_t = decltype(nullary);
373 return higher1st(nullary) + higher2nd(nullary)(unary);
/external/jemalloc_new/m4/
Dax_cxx_compile_stdcxx.m4371 const auto nullary = [](){ return 0; };
373 using nullary_t = decltype(nullary);
379 return higher1st(nullary) + higher2nd(nullary)(unary);
/external/harfbuzz_ng/m4/
Dax_cxx_compile_stdcxx.m4385 const auto nullary = [](){ return 0; };
387 using nullary_t = decltype(nullary);
393 return higher1st(nullary) + higher2nd(nullary)(unary);
/external/llvm-project/polly/lib/External/isl/m4/
Dax_cxx_compile_stdcxx.m4385 const auto nullary = [](){ return 0; };
387 using nullary_t = decltype(nullary);
393 return higher1st(nullary) + higher2nd(nullary)(unary);
/external/protobuf/m4/
Dax_cxx_compile_stdcxx.m4387 const auto nullary = [](){ return 0; };
389 using nullary_t = decltype(nullary);
395 return higher1st(nullary) + higher2nd(nullary)(unary);
/external/eigen/test/
DCMakeLists.txt156 ei_add_test(nullary)
/external/jemalloc_new/
Dconfigure5215 const auto nullary = [](){ return 0; };
5217 using nullary_t = decltype(nullary);
5223 return higher1st(nullary) + higher2nd(nullary)(unary);
5649 const auto nullary = [](){ return 0; };
5651 using nullary_t = decltype(nullary);
5657 return higher1st(nullary) + higher2nd(nullary)(unary);
/external/llvm-project/polly/lib/External/isl/
Dconfigure7403 const auto nullary = [](){ return 0; };
7405 using nullary_t = decltype(nullary);
7411 return higher1st(nullary) + higher2nd(nullary)(unary);
7733 const auto nullary = [](){ return 0; };
7735 using nullary_t = decltype(nullary);
7741 return higher1st(nullary) + higher2nd(nullary)(unary);
8048 const auto nullary = [](){ return 0; };
8050 using nullary_t = decltype(nullary);
8056 return higher1st(nullary) + higher2nd(nullary)(unary);
/external/tensorflow/tensorflow/compiler/mlir/hlo/include/mlir-hlo/Dialect/mhlo/IR/
Dlhlo_ops.td48 // LMHLO nullary op definitions.
Dhlo_ops.td49 // MHLO nullary op definitions.
Dhlo_ops_base.td114 // MHLO nullary op definitions.
/external/llvm-project/llvm/docs/tutorial/MyFirstLanguageFrontend/
DLangImpl02.rst627 nullary (zero argument) functions for them:
/external/llvm/docs/tutorial/
DLangImpl02.rst625 nullary (zero argument) functions for them:
DOCamlLangImpl2.rst490 nullary (zero argument) functions for them:
/external/llvm-project/mlir/include/mlir/Dialect/Affine/IR/
DAffineOps.td156 shorthand for a nullary mapping function that returns the constant value
/external/llvm-project/llvm/docs/tutorial/
DOCamlLangImpl2.rst490 nullary (zero argument) functions for them:
/external/tensorflow/third_party/eigen3/
DLICENSE173 ./test/nullary.cpp
/external/llvm-project/clang/include/clang/Basic/
Darm_mve.td1558 // collide with the explicit nullary versions above. So I'm calling them

12