Home
last modified time | relevance | path

Searched defs:__init (Results 1 – 25 of 37) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/pstl/
H A Dnumeric_impl.h34 …duce(_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, _Tp __init, in __brick_transform_reduce()
43 …duce(_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, _Tp __init, in __brick_transform_reduce()
57 _ForwardIterator2 __first2, _Tp __init, _BinaryOperation1 __binary_op1, in __pattern_transform_reduce()
68 … _RandomAccessIterator2 __first2, _Tp __init, _BinaryOperation1 __binary_op1, in __pattern_transform_reduce()
93 __brick_transform_reduce(_ForwardIterator __first, _ForwardIterator __last, _Tp __init, _BinaryOper… in __brick_transform_reduce()
105 __brick_transform_reduce(_ForwardIterator __first, _ForwardIterator __last, _Tp __init, _BinaryOper… in __brick_transform_reduce()
117 …transform_reduce(_ExecutionPolicy&&, _ForwardIterator __first, _ForwardIterator __last, _Tp __init, in __pattern_transform_reduce()
127 …rm_reduce(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Tp __init, in __pattern_transform_reduce()
151 _UnaryOperation __unary_op, _Tp __init, _BinaryOperation __binary_op, in __brick_transform_scan()
158 __init = __binary_op(__init, __unary_op(*__first)); in __brick_transform_scan() local
[all …]
H A Dglue_numeric_impl.h25 reduce(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Tp __init, in reduce()
34 reduce(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Tp __init) in reduce()
55 _ForwardIterator2 __first2, _Tp __init) in transform_reduce()
70 …_ForwardIterator2 __first2, _Tp __init, _BinaryOperation1 __binary_op1, _BinaryOperation2 __binary… in transform_reduce()
81 …rm_reduce(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Tp __init, in transform_reduce()
96 _ForwardIterator2 __result, _Tp __init) in exclusive_scan()
105 _ForwardIterator2 __result, _Tp __init, _BinaryOperation __binary_op) in exclusive_scan()
135 _ForwardIterator2 __result, _BinaryOperation __binary_op, _Tp __init) in inclusive_scan()
147 _ForwardIterator2 __result, _Tp __init, _BinaryOperation __binary_op, in transform_exclusive_scan()
165 _Tp __init) in transform_inclusive_scan()
H A Dparallel_backend_serial.h75 __parallel_transform_reduce(_ExecutionPolicy&&, _Index __first, _Index __last, _UnaryOp, _Tp __init in __parallel_transform_reduce()
96 __parallel_transform_scan(_ExecutionPolicy&&, _Index __n, _UnaryOp, _Tp __init, _BinaryOp, _Reduce,… in __parallel_transform_scan()
H A Dunseq_backend_simd.h447 __simd_transform_reduce(_DifferenceType __n, _Tp __init, _BinaryOperation, _UnaryOperation __f) noe… in __simd_transform_reduce()
457 __simd_transform_reduce(_Size __n, _Tp __init, _BinaryOperation __binary_op, _UnaryOperation __f) n… in __simd_transform_reduce()
514 …InputIterator __first, _Size __n, _OutputIterator __result, _UnaryOperation __unary_op, _Tp __init, in __simd_scan()
549 …InputIterator __first, _Size __n, _OutputIterator __result, _UnaryOperation __unary_op, _Tp __init, in __simd_scan()
572 …InputIterator __first, _Size __n, _OutputIterator __result, _UnaryOperation __unary_op, _Tp __init, in __simd_scan()
589 …InputIterator __first, _Size __n, _OutputIterator __result, _UnaryOperation __unary_op, _Tp __init, in __simd_scan()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/pstl/
H A Dnumeric_impl.h34 …duce(_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, _Tp __init, in __brick_transform_reduce()
43 …duce(_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, _Tp __init, in __brick_transform_reduce()
57 _ForwardIterator2 __first2, _Tp __init, _BinaryOperation1 __binary_op1, in __pattern_transform_reduce()
68 … _RandomAccessIterator2 __first2, _Tp __init, _BinaryOperation1 __binary_op1, in __pattern_transform_reduce()
93 __brick_transform_reduce(_ForwardIterator __first, _ForwardIterator __last, _Tp __init, _BinaryOper… in __brick_transform_reduce()
101 __brick_transform_reduce(_ForwardIterator __first, _ForwardIterator __last, _Tp __init, _BinaryOper… in __brick_transform_reduce()
113 …transform_reduce(_ExecutionPolicy&&, _ForwardIterator __first, _ForwardIterator __last, _Tp __init, in __pattern_transform_reduce()
123 …rm_reduce(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Tp __init, in __pattern_transform_reduce()
147 _UnaryOperation __unary_op, _Tp __init, _BinaryOperation __binary_op, in __brick_transform_scan()
154 __init = __binary_op(__init, __unary_op(*__first)); in __brick_transform_scan() local
[all …]
H A Dglue_numeric_impl.h25 reduce(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Tp __init, in reduce()
34 reduce(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Tp __init) in reduce()
55 _ForwardIterator2 __first2, _Tp __init) in transform_reduce()
71 …_ForwardIterator2 __first2, _Tp __init, _BinaryOperation1 __binary_op1, _BinaryOperation2 __binary… in transform_reduce()
83 …rm_reduce(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Tp __init, in transform_reduce()
97 _ForwardIterator2 __result, _Tp __init) in exclusive_scan()
110 _ForwardIterator2 __result, _Tp __init, _BinaryOperation __binary_op) in exclusive_scan()
144 _ForwardIterator2 __result, _BinaryOperation __binary_op, _Tp __init) in inclusive_scan()
156 _ForwardIterator2 __result, _Tp __init, _BinaryOperation __binary_op, in transform_exclusive_scan()
175 _Tp __init) in transform_inclusive_scan()
H A Dparallel_backend_serial.h75 __parallel_transform_reduce(_ExecutionPolicy&&, _Index __first, _Index __last, _UnaryOp, _Tp __init in __parallel_transform_reduce()
96 __parallel_transform_scan(_ExecutionPolicy&&, _Index __n, _UnaryOp, _Tp __init, _BinaryOp, _Reduce,… in __parallel_transform_scan()
H A Dunseq_backend_simd.h447 __simd_transform_reduce(_DifferenceType __n, _Tp __init, _BinaryOperation, _UnaryOperation __f) noe… in __simd_transform_reduce()
457 __simd_transform_reduce(_Size __n, _Tp __init, _BinaryOperation __binary_op, _UnaryOperation __f) n… in __simd_transform_reduce()
514 …InputIterator __first, _Size __n, _OutputIterator __result, _UnaryOperation __unary_op, _Tp __init, in __simd_scan()
549 …InputIterator __first, _Size __n, _OutputIterator __result, _UnaryOperation __unary_op, _Tp __init, in __simd_scan()
572 …InputIterator __first, _Size __n, _OutputIterator __result, _UnaryOperation __unary_op, _Tp __init, in __simd_scan()
589 …InputIterator __first, _Size __n, _OutputIterator __result, _UnaryOperation __unary_op, _Tp __init, in __simd_scan()
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/h8300/
H A Dcrti.S59 .global __init symbol
60 __init: label
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/h8300/
H A Dcrti.S59 .global __init symbol
60 __init: label
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/visium/
H A Dcrti.S29 .globl __init symbol
31 __init: label
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/visium/
H A Dcrti.S29 .globl __init symbol
31 __init: label
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/cr16/
H A Dcrti.S32 .globl __init symbol
34 __init: label
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/cr16/
H A Dcrti.S32 .globl __init symbol
34 __init: label
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/bfin/
H A Dcrti.S35 .globl __init symbol
37 __init: label
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/microblaze/
H A Dcrti.S34 .global __init symbol
42 __init: label
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/bfin/
H A Dcrti.S35 .globl __init symbol
37 __init: label
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/microblaze/
H A Dcrti.S34 .global __init symbol
42 __init: label
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/
H A Dlosertree.h210 void __init() in __init() function
311 __init() in __init() function
449 void __init() in __init() function
531 void __init() in __init() function
686 __init() in __init() function
781 __init() in __init() function
931 __init() in __init() function
1024 __init() in __init() function
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
H A Dlosertree.h210 void __init() in __init() function
311 __init() in __init() function
449 void __init() in __init() function
531 void __init() in __init() function
686 __init() in __init() function
781 __init() in __init() function
931 __init() in __init() function
1024 __init() in __init() function
/netbsd-src/sys/external/bsd/drm2/include/linux/
H A Dinit.h37 #define __init /* call at module load time */ macro
/netbsd-src/external/apache2/llvm/dist/libcxx/src/
H A Dvalarray.cpp22 gslice::__init(size_t __start) in __init() function in gslice
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
H A Dios_init.cc161 ios_base::Init __init; in sync_with_stdio() local
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
H A Dios_init.cc161 ios_base::Init __init; in sync_with_stdio() local
/netbsd-src/sys/external/bsd/drm2/dist/drm/scheduler/
H A Dsched_fence.c40 #define __init macro

12