Searched refs:nullary (Results 1 – 25 of 27) sorted by relevance
12
2 void nullary() {} in nullary() function17 auto null = &nullary;
37 R nullary() { return MakeResult<R>::result(); } in nullary() function102 auto i = &nullary<A::B::S>;
43 void nullary() {} in nullary() function207 auto null = &nullary;
3 /** \page TopicCustomizing_NullaryExpr Matrix manipulation via nullary-expressions63 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:
9 while extremely complex matrix manipulations can be achieved by a nullary functors as described in …
154 bool nullary = hlo->operands().empty(); in Run() local156 bool should_eliminate_type = (nullary && wrong_element_type) || in Run()
367 const auto nullary = [](){ return 0; };369 using nullary_t = decltype(nullary);375 return higher1st(nullary) + higher2nd(nullary)(unary);
365 const auto nullary = [](){ return 0; };367 using nullary_t = decltype(nullary);373 return higher1st(nullary) + higher2nd(nullary)(unary);
371 const auto nullary = [](){ return 0; };373 using nullary_t = decltype(nullary);379 return higher1st(nullary) + higher2nd(nullary)(unary);
385 const auto nullary = [](){ return 0; };387 using nullary_t = decltype(nullary);393 return higher1st(nullary) + higher2nd(nullary)(unary);
387 const auto nullary = [](){ return 0; };389 using nullary_t = decltype(nullary);395 return higher1st(nullary) + higher2nd(nullary)(unary);
156 ei_add_test(nullary)
5215 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);
7403 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);
48 // LMHLO nullary op definitions.
49 // MHLO nullary op definitions.
114 // MHLO nullary op definitions.
627 nullary (zero argument) functions for them:
625 nullary (zero argument) functions for them:
490 nullary (zero argument) functions for them:
156 shorthand for a nullary mapping function that returns the constant value
173 ./test/nullary.cpp
1558 // collide with the explicit nullary versions above. So I'm calling them