Home
last modified time | relevance | path

Searched refs:compute (Results 1 – 25 of 271) sorted by relevance

1234567891011

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/constants/
H A Dcalculate_constants.hpp17 inline T constant_pi<T>::compute(BOOST_MATH_EXPLICIT_TEMPLATE_TYPE_SPEC(mpl::int_<N>)) in compute() function in boost::math::constants::detail::constant_pi
72 inline T constant_two_pi<T>::compute(BOOST_MATH_EXPLICIT_TEMPLATE_TYPE_SPEC(mpl::int_<N>)) in compute() function in boost::math::constants::detail::constant_two_pi
79 inline T constant_two_div_pi<T>::compute(BOOST_MATH_EXPLICIT_TEMPLATE_TYPE_SPEC(mpl::int_<N>)) in compute() function in boost::math::constants::detail::constant_two_div_pi
86 inline T constant_root_two_div_pi<T>::compute(BOOST_MATH_EXPLICIT_TEMPLATE_TYPE_SPEC(mpl::int_<N>)) in compute() function in boost::math::constants::detail::constant_root_two_div_pi
94 inline T constant_one_div_two_pi<T>::compute(BOOST_MATH_EXPLICIT_TEMPLATE_TYPE_SPEC(mpl::int_<N>)) in compute() function in boost::math::constants::detail::constant_one_div_two_pi
101 inline T constant_root_pi<T>::compute(BOOST_MATH_EXPLICIT_TEMPLATE_TYPE_SPEC(mpl::int_<N>)) in compute() function in boost::math::constants::detail::constant_root_pi
109 inline T constant_root_half_pi<T>::compute(BOOST_MATH_EXPLICIT_TEMPLATE_TYPE_SPEC(mpl::int_<N>)) in compute() function in boost::math::constants::detail::constant_root_half_pi
117 inline T constant_root_two_pi<T>::compute(BOOST_MATH_EXPLICIT_TEMPLATE_TYPE_SPEC(mpl::int_<N>)) in compute() function in boost::math::constants::detail::constant_root_two_pi
125 inline T constant_log_root_two_pi<T>::compute(BOOST_MATH_EXPLICIT_TEMPLATE_TYPE_SPEC(mpl::int_<N>)) in compute() function in boost::math::constants::detail::constant_log_root_two_pi
133 inline T constant_root_ln_four<T>::compute(BOOST_MATH_EXPLICIT_TEMPLATE_TYPE_SPEC(mpl::int_<N>)) in compute() function in boost::math::constants::detail::constant_root_ln_four
[all …]
H A Dconstants.hpp206 template <int N> static T compute(BOOST_MATH_EXPLICIT_TEMPLATE_TYPE_SPEC(mpl::int_<N>));\
209 static const T result = compute<N>();\
219 …value = current_digits > max_string_digits ? compute<0>() : T(boost::math::tools::convert_from_str…
/OK3568_Linux_fs/kernel/scripts/coccinelle/misc/
H A Darray_size_dup.cocci5 /// 1. An opencoded expression is used before array_size() to compute the same size
6 /// 2. An opencoded expression is used after array_size() to compute the same size
43 msg = "WARNING: array_size is used later (line %s) to compute the same size" % (p2[0].line)
51 msg = "WARNING: array_size is used later (line %s) to compute the same size" % (p2[0].line)
72 msg = "WARNING: array_size is already used (line %s) to compute the same size" % (p1[0].line)
80 msg = "WARNING: array_size is already used (line %s) to compute the same size" % (p1[0].line)
108 msg = "WARNING: array3_size is used later (line %s) to compute the same size" % (p2[0].line)
116 msg = "WARNING: array3_size is used later (line %s) to compute the same size" % (p2[0].line)
138 msg = "WARNING: array3_size is already used (line %s) to compute the same size" % (p1[0].line)
146 msg = "WARNING: array3_size is already used (line %s) to compute the same size" % (p1[0].line)
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/libxcrypt/files/
H A Dfix_cflags_handling.patch18 build-aux/scripts/compute-symver-floor | 2 ++
21 diff --git a/build-aux/scripts/compute-symver-floor b/build-aux/scripts/compute-symver-floor
23 --- a/build-aux/scripts/compute-symver-floor
24 +++ b/build-aux/scripts/compute-symver-floor
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/misc/
H A Dqcom,fastrpc.txt31 Each subnode of the Fastrpc represents compute context banks available
38 Definition: must be "qcom,fastrpc-compute-cb"
67 compatible = "qcom,fastrpc-compute-cb";
72 compatible = "qcom,fastrpc-compute-cb";
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dpixfmt-meta-vsp1-hgo.rst23 The HGO can compute histograms independently per channel, on the maximum of the
29 to compute three 64-bins histograms. RGB, YCbCr and HSV image formats are
32 channels to compute a single 64-bins histogram. Only the RGB image format is
34 - In *256 bins normal mode*, the HGO operates on the Y channel to compute a
37 channels to compute a single 256-bins histogram. Only the RGB image format is
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-diff.c123 static int compute = COMPUTE_DELTA_ABS; variable
218 if (compute == COMPUTE_WEIGHTED_DIFF) in setup_compute_opt()
351 switch (compute) { in formula_fprintf()
423 switch (compute) { in diff__process_sample_event()
703 if (compute == COMPUTE_CYCLES) { in hists__precompute()
714 switch (compute) { in hists__precompute()
951 if (compute == COMPUTE_CYCLES) in hists__process()
1222 if (compute == COMPUTE_STREAM) { in __cmd_diff()
1232 if (compute == COMPUTE_STREAM) in __cmd_diff()
1265 OPT_CALLBACK('c', "compute", &compute,
[all …]
/OK3568_Linux_fs/kernel/arch/xtensa/lib/
H A Dstrncpy_user.S95 sub a2, a11, a2 # compute strlen
150 sub a2, a11, a2 # compute strlen
157 sub a2, a11, a2 # compute strlen
165 sub a2, a11, a2 # compute strlen
175 sub a2, a11, a2 # compute strlen
201 sub a2, a11, a2 # compute strlen
/OK3568_Linux_fs/kernel/Documentation/hwmon/
H A Dfam15h_power.rst67 compute unit power accumulator sample period
76 the ratio of compute unit power accumulator sample period to the
80 max compute unit accumulated power which is indicated by
84 compute unit accumulated power which is indicated by
110 v. Calculate the average power consumption for a compute unit over
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A Dperf-diff.txt92 --compute::
95 diff.compute config option. See COMPARISON METHODS section for
113 Specify compute sorting column number. 0 means sorting by baseline
211 baseline/A compute/B compute/C samples
222 baseline/B compute/A compute/C samples
233 baseline/C compute/B compute/A samples
/OK3568_Linux_fs/kernel/Documentation/admin-guide/kdump/
H A Dvmcoreinfo.rst105 and it is widely used to compute contiguous memory.
135 The size of a nodemask_t type. Used to compute the number of online
141 User-space tools compute their values based on the offset of these
151 These values are used to check the memory type and to compute the
160 User-space tools compute required values based on the offset of these
166 Offset of the free_list's member. This value is used to compute the number
314 array. Used by tools to compute the number of free pages.
377 The kernel randomization offset. Used to compute the page offset. If
383 Currently unused by Makedumpfile. Used to compute the module virtual
432 These values are used to compute the number of nodes the crashed kernel used.
[all …]
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-bus-iio-adc-max96115 Description: The value of the shunt resistor used to compute power drain on
12 Description: The value of the shunt resistor used to compute current flowing
H A Dsysfs-driver-habanalabs132 the MME compute engine. Writes to this parameter affect the
143 Description: Displays the current clock frequency, in Hz, of the MME compute
178 Soft-reset will reset only the compute and DMA engines of the
205 the TPC compute engines. Writes to this parameter affect the
216 Description: Displays the current clock frequency, in Hz, of the TPC compute
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/md5deep/
H A Dmd5deep_git.bb1 SUMMARY = "md5deep and hashdeep to compute and audit hashsets of amounts of files."
2 DESCRIPTION = "md5deep is a set of programs to compute MD5, SHA-1, SHA-256, Tiger, or Whirlpool mes…
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl/
H A DCVE-2019-19906.patch28 - addlen=strlen(add); /* only compute once */
29 + addlen=strlen(add)+1; /* only compute once */
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/vulkan/
H A Dvulkan-loader_1.3.204.1.bb1 SUMMARY = "3D graphics and compute API common loader"
2 DESCRIPTION = "Vulkan is a new generation graphics and compute API \
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/
H A Dfeatures2d.hpp183 CV_WRAP virtual void compute( InputArray image,
197 CV_WRAP virtual void compute( InputArrayOfArrays images,
1392 void compute( InputArray image, std::vector<KeyPoint>& keypoints, OutputArray imgDescriptor,
1401 void compute( InputArray keypointDescriptors, OutputArray imgDescriptor,
1405 …CV_WRAP_AS(compute) void compute2( const Mat& image, std::vector<KeyPoint>& keypoints, CV_OUT Mat&… in CV_WRAP_AS() argument
1406 { compute(image,keypoints,imgDescriptor); } in CV_WRAP_AS()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/
H A Dfeatures2d.hpp183 CV_WRAP virtual void compute( InputArray image,
197 CV_WRAP virtual void compute( InputArrayOfArrays images,
1392 void compute( InputArray image, std::vector<KeyPoint>& keypoints, OutputArray imgDescriptor,
1401 void compute( InputArray keypointDescriptors, OutputArray imgDescriptor,
1405 …CV_WRAP_AS(compute) void compute2( const Mat& image, std::vector<KeyPoint>& keypoints, CV_OUT Mat&… in CV_WRAP_AS() argument
1406 { compute(image,keypoints,imgDescriptor); } in CV_WRAP_AS()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/
H A Dfeatures2d.hpp183 CV_WRAP virtual void compute( InputArray image,
197 CV_WRAP virtual void compute( InputArrayOfArrays images,
1392 void compute( InputArray image, std::vector<KeyPoint>& keypoints, OutputArray imgDescriptor,
1401 void compute( InputArray keypointDescriptors, OutputArray imgDescriptor,
1405 …CV_WRAP_AS(compute) void compute2( const Mat& image, std::vector<KeyPoint>& keypoints, CV_OUT Mat&… in CV_WRAP_AS() argument
1406 { compute(image,keypoints,imgDescriptor); } in CV_WRAP_AS()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/watchdog/
H A Datmel-wdt.txt16 compute the WDV field.
19 It is used to compute the WDD field.
/OK3568_Linux_fs/buildroot/package/python-crcmod/
H A DConfig.in5 generating objects that compute the Cyclic Redundancy
/OK3568_Linux_fs/kernel/Documentation/admin-guide/mm/
H A Dnumaperf.rst7 Some platforms may have multiple types of memory attached to a compute
16 CPUs, they may still be local to one or more compute nodes relative to
17 other nodes. The following diagram shows one such example of two compute
18 nodes with local memory and a memory only node for each of compute node::
/OK3568_Linux_fs/buildroot/package/libsvgtiny/
H A D0001-disable-debug-printfs.patch65 /* compute gradient vector */
84 /* compute points on the path for triangle vertices */
/OK3568_Linux_fs/buildroot/package/libmhash/
H A DConfig.in6 These algorithms can be used to compute checksums, message
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-crcmod_1.7.bb1 SUMMARY = "A Python module for generating objects that compute the Cyclic Redundancy Check."

1234567891011