Home
last modified time | relevance | path

Searched defs:reduce (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/libcxx/include/__numeric/
H A Dreduce.h25 _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 Dipa-utils.c71 bool reduce; member
159 bool reduce, bool allow_overwritable) in ipa_utils_reduced_inorder()
/openbsd-src/regress/lib/libcrypto/bn/
H A Dbn_mod_exp.c241 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 Dparse.c243 reduce(void) in reduce() function
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h428 std::vector<GraphBase::NodeId> reduce() { in reduce() function
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcppexp.c891 reduce (pfile, top, op) in reduce() function
/openbsd-src/gnu/gcc/libcpp/
H A Dexpr.c899 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 DListUtil.xs541 reduce(block,...) in reduce() function