Home
last modified time | relevance | path

Searched full:reduce (Results 1 – 25 of 1982) sorted by relevance

12345678910>>...80

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-multimedia/libmad/libmad/
H A D0004-Remove-clang-unsupported-compiler-flags.patch34 - : #- optimize="$optimize -fstrength-reduce"
57 - optimize="$optimize -fstrength-reduce"
60 - optimize="$optimize -fstrength-reduce"
64 - optimize="$optimize -fstrength-reduce"
68 - : #optimize="$optimize -fstrength-reduce"
75 - : #optimize="$optimize -fstrength-reduce"
/OK3568_Linux_fs/kernel/arch/arm/mach-footbridge/
H A DKconfig17 Saying N will reduce the size of the Footbridge kernel.
29 Saying N will reduce the size of the Footbridge kernel.
48 Saying N will reduce the size of the Footbridge kernel.
62 Saying N will reduce the size of the Footbridge kernel.
78 Saying N will reduce the size of the Footbridge kernel.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dnumeric246 * Reduce the values in the range `[first,last)` using a binary operation.
259 reduce(_InputIterator __first, _InputIterator __last, _Tp __init,
291 * Reduce the values in the range `[first,last)` using addition.
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<>()); }
307 * Reduce the values in the range `[first,last)` using addition, with
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<>());
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dnumeric246 * Reduce the values in the range `[first,last)` using a binary operation.
259 reduce(_InputIterator __first, _InputIterator __last, _Tp __init,
291 * Reduce the values in the range `[first,last)` using addition.
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<>()); }
307 * Reduce the values in the range `[first,last)` using addition, with
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<>());
[all …]
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dkernel-per-CPU-kthreads.rst7 not listed here. To reduce OS jitter from non-per-CPU kthreads, bind
43 To reduce its OS jitter, do any of the following:
62 To reduce its OS jitter, do the following:
73 To reduce its OS jitter, do one of the following:
87 To reduce its OS jitter, each softirq vector must be handled
228 To reduce its OS jitter, do any of the following:
300 To reduce its OS jitter, do at least one of the following:
327 To reduce its OS jitter, do at least one of the following:
342 To reduce its OS jitter, do at least one of the following:
353 order to reduce the frequency of OS jitter due to the watchdog
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_config_defaults.h60 * This will reduce performance, but reduce bus load due to GPU.
66 * This will reduce performance, but reduce bus load due to GPU.
72 * This will reduce performance, but reduce bus load due to GPU.
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_config_defaults.h38 * This will reduce performance, but reduce bus load due to GPU.
43 * This will reduce performance, but reduce bus load due to GPU.
48 * This will reduce performance, but reduce bus load due to GPU.
55 * Restricting ID width will reduce performance & bus load due to GPU.
/OK3568_Linux_fs/kernel/scripts/genksyms/
H A DMakefile9 # Suppress shift/reduce, reduce/reduce conflicts warnings
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/
H A Dreduce.hpp51 #include "detail/reduce.hpp"
63 __device__ __forceinline__ void reduce(volatile T* smem, T& val, unsigned int tid, const Op& op) in reduce() function
65 …reduce_detail::Dispatcher<N>::reductor::template reduce<volatile T*, T&, const Op&>(smem, val, tid… in reduce()
71 …__device__ __forceinline__ void reduce(const thrust::tuple<P0, P1, P2, P3, P4, P5, P6, P7, P8, P9>… in reduce() function
76 reduce_detail::Dispatcher<N>::reductor::template reduce< in reduce()
85 …reduce_key_val_detail::Dispatcher<N>::reductor::template reduce<volatile K*, K&, volatile V*, V&, … in reduceKeyVal()
97 reduce_key_val_detail::Dispatcher<N>::reductor::template reduce<volatile K*, K&, in reduceKeyVal()
115 reduce_key_val_detail::Dispatcher<N>::reductor::template reduce< in reduceKeyVal()
H A Dvec_distance.hpp46 #include "reduce.hpp"
72 reduce<THREAD_DIM>(smem, mySum, tid, plus<int>()); in reduceAll()
96 reduce<THREAD_DIM>(smem, mySum, tid, plus<float>()); in reduceAll()
122 reduce<THREAD_DIM>(smem, mySum, tid, plus<float>()); in reduceAll()
147 reduce<THREAD_DIM>(smem, mySum, tid, plus<int>()); in reduceAll()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/
H A Dreduce.hpp51 #include "detail/reduce.hpp"
63 __device__ __forceinline__ void reduce(volatile T* smem, T& val, unsigned int tid, const Op& op) in reduce() function
65 …reduce_detail::Dispatcher<N>::reductor::template reduce<volatile T*, T&, const Op&>(smem, val, tid… in reduce()
71 …__device__ __forceinline__ void reduce(const thrust::tuple<P0, P1, P2, P3, P4, P5, P6, P7, P8, P9>… in reduce() function
76 reduce_detail::Dispatcher<N>::reductor::template reduce< in reduce()
85 …reduce_key_val_detail::Dispatcher<N>::reductor::template reduce<volatile K*, K&, volatile V*, V&, … in reduceKeyVal()
97 reduce_key_val_detail::Dispatcher<N>::reductor::template reduce<volatile K*, K&, in reduceKeyVal()
115 reduce_key_val_detail::Dispatcher<N>::reductor::template reduce< in reduceKeyVal()
H A Dvec_distance.hpp46 #include "reduce.hpp"
72 reduce<THREAD_DIM>(smem, mySum, tid, plus<int>()); in reduceAll()
96 reduce<THREAD_DIM>(smem, mySum, tid, plus<float>()); in reduceAll()
122 reduce<THREAD_DIM>(smem, mySum, tid, plus<float>()); in reduceAll()
147 reduce<THREAD_DIM>(smem, mySum, tid, plus<int>()); in reduceAll()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/
H A Dreduce.hpp51 #include "detail/reduce.hpp"
63 __device__ __forceinline__ void reduce(volatile T* smem, T& val, unsigned int tid, const Op& op) in reduce() function
65 …reduce_detail::Dispatcher<N>::reductor::template reduce<volatile T*, T&, const Op&>(smem, val, tid… in reduce()
71 …__device__ __forceinline__ void reduce(const thrust::tuple<P0, P1, P2, P3, P4, P5, P6, P7, P8, P9>… in reduce() function
76 reduce_detail::Dispatcher<N>::reductor::template reduce< in reduce()
85 …reduce_key_val_detail::Dispatcher<N>::reductor::template reduce<volatile K*, K&, volatile V*, V&, … in reduceKeyVal()
97 reduce_key_val_detail::Dispatcher<N>::reductor::template reduce<volatile K*, K&, in reduceKeyVal()
115 reduce_key_val_detail::Dispatcher<N>::reductor::template reduce< in reduceKeyVal()
H A Dvec_distance.hpp46 #include "reduce.hpp"
72 reduce<THREAD_DIM>(smem, mySum, tid, plus<int>()); in reduceAll()
96 reduce<THREAD_DIM>(smem, mySum, tid, plus<float>()); in reduceAll()
122 reduce<THREAD_DIM>(smem, mySum, tid, plus<float>()); in reduceAll()
147 reduce<THREAD_DIM>(smem, mySum, tid, plus<int>()); in reduceAll()
/OK3568_Linux_fs/kernel/net/openvswitch/
H A DKconfig50 Say N to exclude this support and reduce the binary size.
62 Say N to exclude this support and reduce the binary size.
74 Say N to exclude this support and reduce the binary size.
/OK3568_Linux_fs/kernel/net/bridge/
H A DKconfig47 Say N to exclude this support and reduce the binary size.
61 Say N to exclude this support and reduce the binary size.
73 Say N to exclude this support and reduce the binary size.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/pstl/
H A Dglue_numeric_defs.h17 // [reduce]
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);
H A Dglue_numeric_impl.h21 // [reduce]
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
50 // [transform.reduce]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/pstl/
H A Dglue_numeric_defs.h17 // [reduce]
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);
H A Dglue_numeric_impl.h21 // [reduce]
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
50 // [transform.reduce]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dnumeric30 reduce(InputIterator first, InputIterator last); // C++17
34 reduce(InputIterator first, InputIterator last, T init); // C++17
38 reduce(InputIterator first, InputIterator last, T init, BinaryOperation binary_op); // C++17
180 reduce(_InputIterator __first, _InputIterator __last, _Tp __init, _BinaryOp __b)
190 reduce(_InputIterator __first, _InputIterator __last, _Tp __init)
192 return _VSTD::reduce(__first, __last, __init, _VSTD::plus<>());
198 reduce(_InputIterator __first, _InputIterator __last)
200 return _VSTD::reduce(__first, __last,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dnumeric30 reduce(InputIterator first, InputIterator last); // C++17
34 reduce(InputIterator first, InputIterator last, T init); // C++17
38 reduce(InputIterator first, InputIterator last, T init, BinaryOperation binary_op); // C++17
180 reduce(_InputIterator __first, _InputIterator __last, _Tp __init, _BinaryOp __b)
190 reduce(_InputIterator __first, _InputIterator __last, _Tp __init)
192 return _VSTD::reduce(__first, __last, __init, _VSTD::plus<>());
198 reduce(_InputIterator __first, _InputIterator __last)
200 return _VSTD::reduce(__first, __last,
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/gen_mesh/
H A DRkGenMeshVersion.h48 * - LDCH: optimize the "calcLdchMaxLevel" function to reduce the cost time,
53 * - LDCH: continue to optimize the "calcLdchMaxLevel" function to reduce the cost time,
58 * - LDCH: continue to optimize the "calcLdchMaxLevel" function to reduce the cost time,
65 * - LDCH: continue to optimize the "calcLdchMaxLevel" function to reduce the cost time,
76 …* - FEC&LDCH: adjust some code to facilitate branch prediction logic and reduce unnecessary memor…
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/
H A Drk3562j.dtsi36 * but it will reduce chip lifetime.
63 * but it will reduce chip lifetime.
89 * but it will reduce chip lifetime.
/OK3568_Linux_fs/external/rknpu2/
H A DREADME.md42 - Add **Weight Share** function, reduce memory usage.
43 - Add **Weight Compression** function, reduce memory and bandwidth usage.(RK3588/RV1103/RV1106)
65 - Reduce memory usage

12345678910>>...80