Searched defs:reduce (Results 1 – 8 of 8) sorted by relevance
/openbsd-src/gnu/llvm/libcxx/include/__numeric/ |
H A D | reduce.h | 25 _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_SINCE_CXX20 _Tp reduce(_InputIterator __first, _InputIt… in reduce() function 33 _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_SINCE_CXX20 _Tp reduce(_InputIterator __first, _InputIt… in reduce() function 40 reduce(_InputIterator __first, _InputIterator __last) { in reduce() function
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | ipa-utils.c | 71 bool reduce; member 159 bool reduce, bool allow_overwritable) in ipa_utils_reduced_inorder()
|
/openbsd-src/regress/lib/libcrypto/bn/ |
H A D | bn_mod_exp.c | 241 generate_test_quintuple(int reduce, BIGNUM *a, BIGNUM *p, BIGNUM *b, BIGNUM *q, in generate_test_quintuple() 310 generate_test_triple(int reduce, BIGNUM *a, BIGNUM *p, BIGNUM *m, BN_CTX *ctx) in generate_test_triple() 372 bn_mod_exp_test(int reduce, BIGNUM *want, BIGNUM *a, BIGNUM *p, BIGNUM *m, in bn_mod_exp_test() 406 int reduce; in test_bn_mod_exp() local 466 bn_mod_exp2_test(int reduce, BIGNUM *want, BIGNUM *got, BIGNUM *a, BIGNUM *p, in bn_mod_exp2_test() 503 int reduce; in test_bn_mod_exp2() local
|
/openbsd-src/usr.bin/indent/ |
H A D | parse.c | 243 reduce(void) in reduce() function
|
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | RegAllocPBQP.h | 428 std::vector<GraphBase::NodeId> reduce() { in reduce() function
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | cppexp.c | 891 reduce (pfile, top, op) in reduce() function
|
/openbsd-src/gnu/gcc/libcpp/ |
H A D | expr.c | 899 reduce (cpp_reader *pfile, struct op *top, enum cpp_ttype op) in reduce() function
|
/openbsd-src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/ |
H A D | ListUtil.xs | 541 reduce(block,...) in reduce() function
|