/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/pstl/ |
A D | glue_numeric_defs.h | 21 reduce(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Tp __init, 26 reduce(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Tp __init); 31 reduce(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last);
|
A D | glue_numeric_impl.h | 25 reduce(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Tp __init, in reduce() function 34 reduce(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Tp __init) in reduce() function 43 reduce(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last) in reduce() function
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/pstl/ |
A D | glue_numeric_defs.h | 21 reduce(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Tp __init, 26 reduce(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Tp __init); 31 reduce(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last);
|
A D | glue_numeric_impl.h | 25 reduce(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Tp __init, in reduce() function 34 reduce(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Tp __init) in reduce() function 43 reduce(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last) in reduce() function
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/pstl/ |
A D | glue_numeric_defs.h | 21 reduce(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Tp __init, 26 reduce(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Tp __init); 31 reduce(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last);
|
A D | glue_numeric_impl.h | 25 reduce(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Tp __init, in reduce() function 34 reduce(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Tp __init) in reduce() function 43 reduce(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last) in reduce() function
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/std/ |
A D | numeric | 278 reduce(_InputIterator __first, _InputIterator __last, _Tp __init, 311 * Equivalent to calling `std::reduce(first, last, init, std::plus<>())`. 316 reduce(_InputIterator __first, _InputIterator __last, _Tp __init) 317 { return std::reduce(__first, __last, std::move(__init), plus<>()); } 328 * Equivalent to calling `std::reduce(first, last, T{}, std::plus<>())`. 333 reduce(_InputIterator __first, _InputIterator __last) 336 return std::reduce(__first, __last, value_type{}, plus<>()); 340 * @brief Combine elements from two ranges and reduce 387 * @brief Combine elements from two ranges and reduce 413 * @brief Transform the elements of a range and reduce [all …]
|
A D | charconv | 88 // Pick an unsigned type of suitable size. This is used to reduce the
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/std/ |
A D | numeric | 259 reduce(_InputIterator __first, _InputIterator __last, _Tp __init, 292 * Equivalent to calling `std::reduce(first, last, init, std::plus<>())`. 297 reduce(_InputIterator __first, _InputIterator __last, _Tp __init) 298 { return std::reduce(__first, __last, std::move(__init), plus<>()); } 309 * Equivalent to calling `std::reduce(first, last, T{}, std::plus<>())`. 314 reduce(_InputIterator __first, _InputIterator __last) 317 return std::reduce(__first, __last, value_type{}, plus<>()); 321 * @brief Combine elements from two ranges and reduce 368 * @brief Combine elements from two ranges and reduce 394 * @brief Transform the elements of a range and reduce [all …]
|
A D | charconv | 87 // Pick an unsigned type of suitable size. This is used to reduce the
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/std/ |
A D | numeric | 261 reduce(_InputIterator __first, _InputIterator __last, _Tp __init, 294 * Equivalent to calling `std::reduce(first, last, init, std::plus<>())`. 298 reduce(_InputIterator __first, _InputIterator __last, _Tp __init) 299 { return std::reduce(__first, __last, std::move(__init), plus<>()); } 310 * Equivalent to calling `std::reduce(first, last, T{}, std::plus<>())`. 314 reduce(_InputIterator __first, _InputIterator __last) 317 return std::reduce(__first, __last, value_type{}, plus<>()); 321 * @brief Combine elements from two ranges and reduce 367 * @brief Combine elements from two ranges and reduce 392 * @brief Transform the elements of a range and reduce [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/experimental/bits/ |
A D | simd.h | 3443 reduce(const simd<_Tp, _Abi>& __v, 3449 reduce(const const_where_expression<_M, _V>& __x, 3459 return reduce(__tmp, __binary_op); 3465 { return reduce(__x, 0, __binary_op); } 3470 { return reduce(__x, 1, __binary_op); } 3474 reduce(const const_where_expression<_M, _V>& __x, bit_and<> __binary_op) 3475 { return reduce(__x, ~typename _V::value_type(), __binary_op); } 3479 reduce(const const_where_expression<_M, _V>& __x, bit_or<> __binary_op) 3480 { return reduce(__x, 0, __binary_op); } 3484 reduce(const const_where_expression<_M, _V>& __x, bit_xor<> __binary_op) [all …]
|
A D | simd_fixed_size.h | 1422 reduce(__tup.template _M_simd_at<0>(), 1431 reduce(__tup.template _M_simd_at<0>(), __binary_op)), 1433 reduce(__tup.template _M_simd_at<1>(), __binary_op)))[0]; 1478 return reduce(__x2, __binary_op);
|
A D | simd_builtin.h | 2916 return -reduce( in _S_popcount() 2919 return -reduce(__bit_cast<rebind_simd_t<_I, simd<_Tp, _Abi>>>( in _S_popcount()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ |
A D | Rules.mak | 294 $(eval $(call check-gcc-var,-fno-strength-reduce)) 295 OPTIMIZATION += $(CFLAG_-fno-strength-reduce) 500 # enough. Therefore use -fpic which will reduce code size and generates
|
A D | Changelog | 508 and should greatly help reduce memory fragmentation and wastage. 683 standards compilant, and reduce dependance on libgcc.a.
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/Configs/ |
A D | Config.in.arch | 136 Answering N to this option can reduce the size of uClibc.
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/ |
A D | kconfig-language.txt | 99 While normal dependencies reduce the upper limit of a symbol (see 162 Dependencies define the visibility of a menu entry and can also reduce
|
A D | zconf.tab.c_shipped | 618 /* YYDEFACT[STATE-NAME] -- Default rule to reduce with in state 693 positive, shift that token. If negative, reduce the rule which 1576 /* If the proper action on seeing token YYTOKEN is to reduce or to 1621 /* yyn is the number of a rule to reduce with. */
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/ |
A D | ChangeLog | 125 * include/std/numeric (reduce(Iter, Iter, T, BinaryOp)): Replace 128 * testsuite/26_numerics/reduce/95833.cc: New test. 2088 * include/std/numeric (reduce): Fix Doxygen markup. 2093 * include/std/numeric (reduce(Iter, Iter, T, BinOp)): Fix value 2095 (reduce(Iter, Iter, T)): Pass initial value as rvalue. 2096 * testsuite/26_numerics/reduce/2.cc: New test. 2106 (reduce, transform_reduce, exclusive_scan, inclusive_scan) 2111 * testsuite/26_numerics/reduce/1.cc: New test. 3473 * testsuite/26_numerics/pstl/numeric_ops/reduce.cc: New file. 3526 * testsuite/testsuite/26_numerics/pstl/numeric_ops/reduce.cc: New file.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/ |
A D | ChangeLog | 253 * include/std/numeric (reduce(Iter, Iter, T, BinaryOp)): Replace 256 * testsuite/26_numerics/reduce/95833.cc: New test. 1103 * testsuite/26_numerics/reduce/1.cc: Likewise. 1104 * testsuite/26_numerics/reduce/2.cc: Likewise. 1957 * testsuite/26_numerics/pstl/numeric_ops/reduce.cc: Likewise. 3959 Test reduce(simd).
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/regex/ |
A D | tst-regex2.dat | 996 Rearranged <bits/types.h> definitions to reduce duplication. 1614 * dirent/scandir.c: Rearrange code a bit to reduce binary size.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/ |
A D | ChangeLog | 133 * include/std/numeric (reduce(Iter, Iter, T, BinaryOp)): Replace 136 * testsuite/26_numerics/reduce/95833.cc: New test. 4186 (reduce, transform_reduce, exclusive_scan, inclusive_scan, 4197 * testsuite/26_numerics/reduce/constexpr.cc: Likewise.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/std/ |
A D | type_traits | 858 // target type to reduce the test overhead as much as possible:
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/ |
A D | ChangeLog | 656 or numeric_limits::epsilon() to reduce out-of-range values. 742 or numeric_limits::epsilon() to reduce out-of-range values.
|