Home
last modified time | relevance | path

Searched full:operations (Results 1 – 25 of 5360) sorted by relevance

12345678910>>...215

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/
H A Dget_turn_info_ll.hpp127 if ( tp.operations[0].operation == operation_blocked ) in apply()
129 tp.operations[1].is_collinear = true; in apply()
131 if ( tp.operations[1].operation == operation_blocked ) in apply()
133 tp.operations[0].is_collinear = true; in apply()
137 tp.operations[0].operation, in apply()
138 tp.operations[1].operation); in apply()
150 replace_operations_i(tp.operations[0].operation, tp.operations[1].operation); in apply()
174 // P spikes and Q spikes may produce various operations! in apply()
177 if ( tp.operations[0].operation == operation_blocked in apply()
178 && tp.operations[1].operation == operation_blocked ) in apply()
[all …]
H A Dget_turn_info_la.hpp131 if ( tp.operations[1].operation == operation_blocked ) in apply()
133 tp.operations[0].is_collinear = true; in apply()
137 tp.operations[0].operation, in apply()
138 tp.operations[1].operation); in apply()
141 calculate_spike_operation(tp.operations[0].operation, in apply()
155 replace_operations_i(tp.operations[0].operation, tp.operations[1].operation); in apply()
176 if ( tp.operations[1].operation == operation_blocked ) in apply()
178 tp.operations[0].is_collinear = true; in apply()
184 // P spikes and Q spikes may produce various operations! in apply()
188 if ( tp.operations[0].operation == operation_blocked ) in apply()
[all …]
H A Denrich_intersection_points.hpp63 typename Operations,
69 inline void enrich_sort(Operations& operations, in enrich_sort() argument
77 std::sort(boost::begin(operations), in enrich_sort()
78 boost::end(operations), in enrich_sort()
82 typename boost::range_value<Operations>::type, in enrich_sort()
91 template <typename Operations, typename Turns>
92 inline void enrich_assign(Operations& operations, Turns& turns) in enrich_assign() argument
96 typedef typename boost::range_iterator<Operations>::type iterator_type; in enrich_assign()
99 if (operations.size() > 0) in enrich_assign()
104 geometry::ever_circling_range_iterator<Operations const> next(operations); in enrich_assign()
[all …]
H A Dhandle_colocations.hpp100 = left_turn.operations[left.op_index]; in operator ()()
103 = right_turn.operations[right.op_index]; in operator ()()
134 = left_turn.operations[1 - left.op_index]; in operator ()()
137 = right_turn.operations[1 - right.op_index]; in operator ()()
179 signed_size_type cid0 = get_cluster_id(turn.operations[0], cluster_per_segment); in add_turn_to_cluster()
180 signed_size_type cid1 = get_cluster_id(turn.operations[1], cluster_per_segment); in add_turn_to_cluster()
185 add_cluster_id(turn.operations[0], cluster_per_segment, cluster_id); in add_turn_to_cluster()
186 add_cluster_id(turn.operations[1], cluster_per_segment, cluster_id); in add_turn_to_cluster()
191 add_cluster_id(turn.operations[0], cluster_per_segment, cid1); in add_turn_to_cluster()
196 add_cluster_id(turn.operations[1], cluster_per_segment, cid0); in add_turn_to_cluster()
[all …]
/OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/arm64/hisilicon/hip08/
H A Duncore-hha.json5 "BriefDescription": "The number of all operations received by the HHA",
6 "PublicDescription": "The number of all operations received by the HHA",
12 "BriefDescription": "The number of all operations received by the HHA from another socket",
13 "PublicDescription": "The number of all operations received by the HHA from another socket",
19 …"BriefDescription": "The number of all operations received by the HHA from another SCCL in this so…
20 …"PublicDescription": "The number of all operations received by the HHA from another SCCL in this s…
26 "BriefDescription": "Count of the number of operations that HHA has received from CCIX",
27 "PublicDescription": "Count of the number of operations that HHA has received from CCIX",
33 "BriefDescription": "The number of read operations sent by HHA to DDRC which size is 64 bytes",
34 "PublicDescription": "The number of read operations sent by HHA to DDRC which size is 64bytes",
[all …]
/OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/amdzen1/
H A Dfloating-point.json6operations (uOps) and dual-pipe uOps dispatched to each of the 4 FPU execution pipelines. This eve…
13operations (uOps) and dual-pipe uOps dispatched to each of the 4 FPU execution pipelines. This eve…
20operations (uOps) and dual-pipe uOps dispatched to each of the 4 FPU execution pipelines. This eve…
27operations (uOps) and dual-pipe uOps dispatched to each of the 4 FPU execution pipelines. This eve…
34operations (uOps) and dual-pipe uOps dispatched to each of the 4 FPU execution pipelines. This eve…
41operations (uOps) and dual-pipe uOps dispatched to each of the 4 FPU execution pipelines. This eve…
48operations (uOps) dispatched to each of the 4 FPU execution pipelines. This event reflects how bus…
55operations (uOps) dispatched to each of the 4 FPU execution pipelines. This event reflects how bus…
62operations (uOps) dispatched to each of the 4 FPU execution pipelines. This event reflects how bus…
69operations (uOps) dispatched to each of the 4 FPU execution pipelines. This event reflects how bus…
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dthis_cpu_ops.rst2 this_cpu operations
8 this_cpu operations are a way of optimizing access to per cpu
14 this_cpu operations add a per cpu variable offset to the processor
24 Read-modify-write operations are of particular interest. Frequently
39 (remote write operations) of local RMW operations via this_cpu_*.
41 The main use of the this_cpu operations has been to optimize counter
42 operations.
44 The following this_cpu() operations with implied preemption protection
45 are defined. These operations can be used without worrying about
65 Inner working of this_cpu operations
[all …]
H A Dlocal_ops.rst5 Semantics and Behavior of Local Atomic Operations
11 This document explains the purpose of the local atomic operations, how
18 Note that ``local_t`` based operations are not recommended for general
19 kernel use. Please use the ``this_cpu`` operations instead unless there is
21 replaced by ``this_cpu`` operations. ``this_cpu`` operations combine the
26 Purpose of local atomic operations
29 Local atomic operations are meant to provide fast and highly reentrant per CPU
30 counters. They minimize the performance cost of standard atomic operations by
39 Local atomic operations only guarantee variable modification atomicity wrt the
50 It can be done by slightly modifying the standard atomic operations: only
[all …]
H A Datomic_ops.rst2 Semantics and Behavior of Atomic and Bitmask Operations
11 Atomic Type And Operations
31 The first operations to implement for atomic_t's are the initializers and
41 The initializer is atomic in that the return values of the atomic operations
62 The setting is atomic in that the return values of the atomic operations by
74 values initialized or modified with the interface operations if a proper
77 interface operations. atomic_read does not guarantee that the runtime
180 locks, or atomic operations if variable a can change at runtime!
214 the operation. It must be done such that all memory operations before
273 with the given old and new values. Like all atomic_xxx operations,
[all …]
/OK3568_Linux_fs/kernel/Documentation/
H A Datomic_bitops.txt5 While our bitmap_{}() functions are non-atomic, we have a number of operations
12 The single bit operations are:
18 RMW atomic operations without return value:
23 RMW atomic operations with return value:
33 All RMW atomic operations have a '__' prefixed variant which is non-atomic.
47 The test_and_{}_bit() operations return the original value of the bit.
55 - non-RMW operations are unordered;
57 - RMW operations that have no return value are unordered;
59 - RMW operations that have a return value are fully ordered.
61 - RMW operations that are conditional are unordered on FAILURE,
[all …]
H A Datomic_t.txt5 RMW operations between CPUs (atomic operations on MMIO are not supported and
20 RMW atomic operations:
85 the Non-RMW operations of atomic_t, you do not in fact need atomic_t at all
138 - plain operations without return value: atomic_{}()
140 - operations which return the modified value: atomic_{}_return()
142 these are limited to the arithmetic operations because those are
146 - operations which return the original value: atomic_fetch_{}()
148 - swap operations: xchg(), cmpxchg() and try_cmpxchg()
150 - misc; the special purpose operations that are commonly used and would,
155 All these operations are SMP atomic; that is, the operations (for a single
[all …]
/OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/nehalemex/
H A Dfloating-point.json91 "BriefDescription": "Computational floating-point operations executed"
123 "BriefDescription": "128 bit SIMD integer pack operations"
131 "BriefDescription": "128 bit SIMD integer arithmetic operations"
139 "BriefDescription": "128 bit SIMD integer logical operations"
147 "BriefDescription": "128 bit SIMD integer multiply operations"
155 "BriefDescription": "128 bit SIMD integer shift operations"
163 "BriefDescription": "128 bit SIMD integer shuffle/move operations"
171 "BriefDescription": "128 bit SIMD integer unpack operations"
179 "BriefDescription": "SIMD integer 64 bit pack operations"
187 "BriefDescription": "SIMD integer 64 bit arithmetic operations"
[all …]
/OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/westmereep-sp/
H A Dfloating-point.json91 "BriefDescription": "Computational floating-point operations executed"
123 "BriefDescription": "128 bit SIMD integer pack operations"
131 "BriefDescription": "128 bit SIMD integer arithmetic operations"
139 "BriefDescription": "128 bit SIMD integer logical operations"
147 "BriefDescription": "128 bit SIMD integer multiply operations"
155 "BriefDescription": "128 bit SIMD integer shift operations"
163 "BriefDescription": "128 bit SIMD integer shuffle/move operations"
171 "BriefDescription": "128 bit SIMD integer unpack operations"
179 "BriefDescription": "SIMD integer 64 bit pack operations"
187 "BriefDescription": "SIMD integer 64 bit arithmetic operations"
[all …]
/OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/westmereep-dp/
H A Dfloating-point.json91 "BriefDescription": "Computational floating-point operations executed"
123 "BriefDescription": "128 bit SIMD integer pack operations"
131 "BriefDescription": "128 bit SIMD integer arithmetic operations"
139 "BriefDescription": "128 bit SIMD integer logical operations"
147 "BriefDescription": "128 bit SIMD integer multiply operations"
155 "BriefDescription": "128 bit SIMD integer shift operations"
163 "BriefDescription": "128 bit SIMD integer shuffle/move operations"
171 "BriefDescription": "128 bit SIMD integer unpack operations"
179 "BriefDescription": "SIMD integer 64 bit pack operations"
187 "BriefDescription": "SIMD integer 64 bit arithmetic operations"
[all …]
/OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/nehalemep/
H A Dfloating-point.json91 "BriefDescription": "Computational floating-point operations executed"
123 "BriefDescription": "128 bit SIMD integer pack operations"
131 "BriefDescription": "128 bit SIMD integer arithmetic operations"
139 "BriefDescription": "128 bit SIMD integer logical operations"
147 "BriefDescription": "128 bit SIMD integer multiply operations"
155 "BriefDescription": "128 bit SIMD integer shift operations"
163 "BriefDescription": "128 bit SIMD integer shuffle/move operations"
171 "BriefDescription": "128 bit SIMD integer unpack operations"
179 "BriefDescription": "SIMD integer 64 bit pack operations"
187 "BriefDescription": "SIMD integer 64 bit arithmetic operations"
[all …]
/OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/westmereex/
H A Dfloating-point.json91 "BriefDescription": "Computational floating-point operations executed"
123 "BriefDescription": "128 bit SIMD integer pack operations"
131 "BriefDescription": "128 bit SIMD integer arithmetic operations"
139 "BriefDescription": "128 bit SIMD integer logical operations"
147 "BriefDescription": "128 bit SIMD integer multiply operations"
155 "BriefDescription": "128 bit SIMD integer shift operations"
163 "BriefDescription": "128 bit SIMD integer shuffle/move operations"
171 "BriefDescription": "128 bit SIMD integer unpack operations"
179 "BriefDescription": "SIMD integer 64 bit pack operations"
187 "BriefDescription": "SIMD integer 64 bit arithmetic operations"
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/relate/
H A Dturns.hpp162 return op_to_int(left.operations[OpId]) < op_to_int(right.operations[OpId]); in operator ()()
181 segment_identifier const& left_other_seg_id = left.operations[other_op_id].seg_id; in operator ()()
182 segment_identifier const& right_other_seg_id = right.operations[other_op_id].seg_id; in operator ()()
185 operation_type const& left_operation = left.operations[OpId]; in operator ()()
186 operation_type const& right_operation = right.operations[OpId]; in operator ()()
216 segment_identifier const& left_other_seg_id = left.operations[other_op_id].seg_id; in operator ()()
217 segment_identifier const& right_other_seg_id = right.operations[other_op_id].seg_id; in operator ()()
220 operation_type const& left_operation = left.operations[OpId]; in operator ()()
221 operation_type const& right_operation = right.operations[OpId]; in operator ()()
264 return left.operations[other_op_id].seg_id.multi_index in operator ()()
[all …]
H A Dlinear_areal.hpp318 // NOTE: For one case std::sort may be called again to sort data by operations for data already sor… in apply()
335 || prev_seg_id_ptr->multi_index != it->operations[1].seg_id.multi_index ) in apply()
338 if ( it->operations[1].seg_id.ring_index > -1 ) in apply()
362 else /*if ( previous_multi_index == it->operations[1].seg_id.multi_index )*/ in apply()
366 && prev_seg_id_ptr->ring_index + 1 < it->operations[1].seg_id.ring_index ) in apply()
374 prev_seg_id_ptr = boost::addressof(it->operations[1].seg_id); in apply()
459 return left.operations[0].seg_id == right.operations[0].seg_id in operator ()()
460 && left.operations[0].fraction == right.operations[0].fraction; in operator ()()
470 && left.operations[1].seg_id.multi_index == right.operations[1].seg_id.multi_index; in operator ()()
483 int least_priority = op_to_priority(first->operations[0]); in operator ()()
[all …]
H A Dlinear_linear.hpp214 // TODO: since we update result for some operations here, we may not do it in the analyser!
223 if ( it->operations[0].operation == overlay::operation_intersection in apply()
224 || it->operations[1].operation == overlay::operation_intersection ) in apply()
228 else if ( ( it->operations[0].operation == overlay::operation_union in apply()
229 || it->operations[0].operation == overlay::operation_blocked in apply()
230 || it->operations[1].operation == overlay::operation_union in apply()
231 || it->operations[1].operation == overlay::operation_blocked ) in apply()
232 && it->operations[0].position == overlay::position_middle in apply()
233 && it->operations[1].position == overlay::position_middle ) in apply()
277 overlay::operation_type const op = it->operations[op_id].operation; in apply()
[all …]
/OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/amdzen2/
H A Dfloating-point.json6operations (uOps) dispatched to each of the 4 FPU execution pipelines. This event reflects how bus…
13operations (uOps) dispatched to each of the 4 FPU execution pipelines. This event reflects how bus…
20operations (uOps) dispatched to each of the 4 FPU execution pipelines. This event reflects how bus…
27operations (uOps) dispatched to each of the 4 FPU execution pipelines. This event reflects how bus…
34operations (uOps) dispatched to each of the 4 FPU execution pipelines. This event reflects how bus…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/turns/
H A Dcompare_turns.hpp66 segment_identifier const& left_other_seg_id = left.operations[other_op_id].seg_id; in use_other_id()
67 segment_identifier const& right_other_seg_id = right.operations[other_op_id].seg_id; in use_other_id()
82 return use_operation(left.operations[OpId], right.operations[OpId]); in use_other_id()
89 geometry::math::equals(left.operations[OpId].fraction, in use_fraction()
90 right.operations[OpId].fraction) in use_fraction()
94 (left.operations[OpId].fraction < right.operations[OpId].fraction) in use_fraction()
101 segment_identifier const& sl = left.operations[OpId].seg_id; in operator ()()
102 segment_identifier const& sr = right.operations[OpId].seg_id; in operator ()()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/is_valid/
H A Ddebug_print_turns.hpp34 << geometry::operation_char(turn.operations[0].operation) in debug_print_turn()
36 << geometry::operation_char(turn.operations[1].operation) in debug_print_turn()
38 << turn.operations[0].seg_id.multi_index in debug_print_turn()
40 << turn.operations[1].seg_id.multi_index in debug_print_turn()
42 << turn.operations[0].seg_id.ring_index in debug_print_turn()
44 << turn.operations[1].seg_id.ring_index in debug_print_turn()
46 << turn.operations[0].seg_id.segment_index in debug_print_turn()
48 << turn.operations[1].seg_id.segment_index in debug_print_turn()
/OK3568_Linux_fs/kernel/Documentation/filesystems/caching/
H A Doperations.rst4 Asynchronous Operations Handling
25 FS-Cache has an asynchronous operations handling facility that it uses for its
26 data storage and retrieval routines. Its operations are represented by
31 and FS-Cache will create operations and pass them off to the appropriate cache
75 operations:
81 This is, for example, used in read operations for calling readpages() on
121 Furthermore, operations may be one of two types:
123 (1) Exclusive (FSCACHE_OP_EXCLUSIVE). Operations of this type may not run in
129 (2) Shareable. Operations of this type may be running simultaneously. It's
131 operations running at the same time.
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/include/
H A Dfloat.h138 0 evaluate all operations and constants just to the range and
140 1 evaluate operations and constants of type float and double
142 long double operations and constants to the range and
144 2 evaluate all operations and constants to the range and
150 0 evaluate all operations and constants, whose semantic type has
152 precision of float; evaluate all other operations and constants
154 1 evaluate all operations and constants, whose semantic type has
156 precision of double; evaluate all other operations and constants
158 2 evaluate all operations and constants, whose semantic type has
160 precision of long double; evaluate all other operations and
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/include/
H A Dfloat.h138 0 evaluate all operations and constants just to the range and
140 1 evaluate operations and constants of type float and double
142 long double operations and constants to the range and
144 2 evaluate all operations and constants to the range and
150 0 evaluate all operations and constants, whose semantic type has
152 precision of float; evaluate all other operations and constants
154 1 evaluate all operations and constants, whose semantic type has
156 precision of double; evaluate all other operations and constants
158 2 evaluate all operations and constants, whose semantic type has
160 precision of long double; evaluate all other operations and
[all …]

12345678910>>...215