Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__numeric/
H A Dreduce.h30 reduce(_InputIterator __first, _InputIterator __last, _Tp __init, _BinaryOp __b) { in reduce() function
38 reduce(_InputIterator __first, _InputIterator __last, _Tp __init) { in reduce() function
44 reduce(_InputIterator __first, _InputIterator __last) { in reduce() function
H A Dpstl_reduce.h96 reduce(_ExecutionPolicy&& __policy, _ForwardIterator __first, _ForwardIterator __last) { in reduce() function
/freebsd/usr.bin/indent/
H A Dparse.c263 reduce(void) in reduce() function
/freebsd/contrib/one-true-awk/testdir/
H A Dchem.awk415 function reduce(d) { # reduces d to 0 <= d < 360 function
/freebsd/contrib/arm-optimized-routines/pl/math/
H A Dtanf_3u3.c40 reduce (float x, int32_t *in) in reduce() function
/freebsd/contrib/bearssl/test/
H A Dtest_math.c45 void (*reduce)(uint32_t *x, const uint32_t *a, const uint32_t *m); member
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h428 std::vector<GraphBase::NodeId> reduce() { in reduce() function
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c18344 int32_t reduce = 0; in rack_get_pacing_delay() local