Home
last modified time | relevance | path

Searched refs:q (Results 1 – 25 of 4893) sorted by relevance

12345678910>>...196

/external/ImageMagick/PerlMagick/t/
Dinput_gray_lsb_double.mat1 …���.�����Pg�� ���f��9��8��?������?9��8���?q�q��?�������?��8�#4�?�8���I�?UUUU��?�������?��8…
3 �?�8��8��?9��83�?�������?�8��85�?9��8�?����@ �?��8�ca�?r�q���?�������?��8��
4q���?�q���?����� �?q�q���?9��8��?UUUU� �?9��85�?�q��4�?�����4�?�q��^�?��8��^�?�������?�����…
/external/libvpx/vpx_dsp/arm/
Didct32x32_add_neon.c120 int32x4_t q[4]; in do_butterfly() local
132 q[0] = vmull_s16(d[0], d[4]); in do_butterfly()
133 q[1] = vmull_s16(d[1], d[4]); in do_butterfly()
134 q[0] = vmlsl_s16(q[0], d[2], d[5]); in do_butterfly()
135 q[1] = vmlsl_s16(q[1], d[3], d[5]); in do_butterfly()
137 q[2] = vmull_s16(d[0], d[5]); in do_butterfly()
138 q[3] = vmull_s16(d[1], d[5]); in do_butterfly()
139 q[2] = vmlal_s16(q[2], d[2], d[4]); in do_butterfly()
140 q[3] = vmlal_s16(q[3], d[3], d[4]); in do_butterfly()
142 *qOut0 = vcombine_s16(vrshrn_n_s32(q[0], DCT_CONST_BITS), in do_butterfly()
[all …]
Dhighbd_idct32x32_1024_add_neon.c92 int64x2x2_t q[4]; in do_butterfly() local
99 q[0].val[0] = vmull_s32(vget_low_s32(qIn0.val[0]), d[4]); in do_butterfly()
100 q[0].val[1] = vmull_s32(vget_high_s32(qIn0.val[0]), d[4]); in do_butterfly()
101 q[1].val[0] = vmull_s32(vget_low_s32(qIn0.val[1]), d[4]); in do_butterfly()
102 q[1].val[1] = vmull_s32(vget_high_s32(qIn0.val[1]), d[4]); in do_butterfly()
103 q[0].val[0] = vmlsl_s32(q[0].val[0], vget_low_s32(qIn1.val[0]), d[5]); in do_butterfly()
104 q[0].val[1] = vmlsl_s32(q[0].val[1], vget_high_s32(qIn1.val[0]), d[5]); in do_butterfly()
105 q[1].val[0] = vmlsl_s32(q[1].val[0], vget_low_s32(qIn1.val[1]), d[5]); in do_butterfly()
106 q[1].val[1] = vmlsl_s32(q[1].val[1], vget_high_s32(qIn1.val[1]), d[5]); in do_butterfly()
108 q[2].val[0] = vmull_s32(vget_low_s32(qIn0.val[0]), d[5]); in do_butterfly()
[all …]
/external/pandora/bt-test-interfaces/doc/images/
Dpts-bot-aosp.svg1q-0.171875 -0.53125 -0.484375 -0.875q-0.328125 -0.34375 -0.78125 -0.5q-0.4375 -0.15625 -0.96875 -0…
/external/perfetto/docs/images/
Dperfetto-btp-overview.svg1q-2.046875 0 -3.625 -0.953125q-1.5625 -0.96875 -2.46875 -2.59375q-0.890625 -1.640625 -0.890625 -3.…
Dperfetto-btp-flattening.svg1q-0.296875 0.109375 -0.609375 0.171875q-0.3125 0.0625 -0.671875 0.0625q-1.109375 0 -1.734375 -0.62…
/external/tensorflow/tensorflow/compiler/mlir/g3doc/images/
Dmlir-infra.svg1q-0.359375 -0.125 -0.609375 -0.1875q-0.234375 -0.0625 -0.515625 -0.0625q-0.78125 0 -1.234375 0.562…
/external/rust/crates/glam/src/
Deuler.rs47 fn first(self, q: Q) -> Self::Output; in first()
49 fn second(self, q: Q) -> Self::Output; in second()
51 fn third(self, q: Q) -> Self::Output; in third()
54 fn convert_quat(self, q: Q) -> (Self::Output, Self::Output, Self::Output) { in convert_quat()
55 (self.first(q), self.second(q), self.third(q)) in convert_quat()
87 fn first(self, q: $quat) -> $t {
90 ZYX => (2.0 * (q.x * q.y + q.w * q.z))
91 .atan2(q.w * q.w + q.x * q.x - q.y * q.y - q.z * q.z),
92 ZXY => (-2.0 * (q.x * q.y - q.w * q.z))
93 .atan2(q.w * q.w - q.x * q.x + q.y * q.y - q.z * q.z),
[all …]
/external/python/cpython3/Doc/library/
Dpathlib-inheritance.svg1q-0.234375 0.21875 -0.8125 0.21875l-3.46875 0q-0.578125 0 -0.828125 -0.21875q-0.25 -0.234375 -0.25…
/external/cronet/buildtools/third_party/libc++/trunk/src/
Dhash.cpp198 const std::size_t q = n / p; in __next_prime() local
199 if (q < p) in __next_prime()
201 if (n == q * p) in __next_prime()
209 std::size_t q = n / i; in __next_prime() local
210 if (q < i) in __next_prime()
212 if (n == q * i) in __next_prime()
216 q = n / i; in __next_prime()
217 if (q < i) in __next_prime()
219 if (n == q * i) in __next_prime()
223 q = n / i; in __next_prime()
[all …]
/external/libcxx/src/
Dhash.cpp209 const std::size_t q = n / p; in __next_prime() local
210 if (q < p) in __next_prime()
212 if (n == q * p) in __next_prime()
220 std::size_t q = n / i; in __next_prime() local
221 if (q < i) in __next_prime()
223 if (n == q * i) in __next_prime()
227 q = n / i; in __next_prime()
228 if (q < i) in __next_prime()
230 if (n == q * i) in __next_prime()
234 q = n / i; in __next_prime()
[all …]
/external/cronet/base/containers/
Dcircular_deque_unittest.cc116 circular_deque<DestructorCounter> q; in TEST() local
117 q.resize(5, DestructorCounter(&destruct_count)); in TEST()
126 circular_deque<DestructorCounter> q; in TEST() local
127 q.reserve(7); in TEST()
128 q.resize(5, DestructorCounter(&destruct_count)); in TEST()
133 q.emplace_back(&destruct_count); in TEST()
134 q.pop_front(); in TEST()
168 circular_deque<int> q = {1, 2, 3, 4, 5, 6}; in TEST() local
169 q = *&q; // The *& defeats Clang's -Wself-assign warning. in TEST()
170 EXPECT_EQ(6u, q.size()); in TEST()
[all …]
/external/libchrome/base/containers/
Dcircular_deque_unittest.cc115 circular_deque<DestructorCounter> q; in TEST() local
116 q.resize(5, DestructorCounter(&destruct_count)); in TEST()
125 circular_deque<DestructorCounter> q; in TEST() local
126 q.reserve(7); in TEST()
127 q.resize(5, DestructorCounter(&destruct_count)); in TEST()
132 q.emplace_back(&destruct_count); in TEST()
133 q.pop_front(); in TEST()
167 circular_deque<int> q = {1, 2, 3, 4, 5, 6}; in TEST() local
168 q = *&q; // The *& defeats Clang's -Wself-assign warning. in TEST()
169 EXPECT_EQ(6u, q.size()); in TEST()
[all …]
/external/python/bumble/docs/mkdocs/src/images/
Dbumble_layers.svg1q-0.59375 1.140625 -1.625 1.796875q-1.015625 0.640625 -2.328125 0.640625q-1.125 0 -1.984375 -0.515…
/external/tensorflow/tensorflow/compiler/xla/service/g3doc/images/
Dkernel_thunk.svg1q-0.453125 0.75 -1.390625 1.203125q1.203125 0.359375 1.859375 1.21875q0.65625 0.859375 0.65625 2.0…
/external/tensorflow/tensorflow/lite/g3doc/inference_with_metadata/task_library/images/
Dprebuilt_task_apis.svg1q-0.6875 0.546875 -2.015625 0.546875l-3.0 0l0 -0.859375l0.359375 -0.03125q0.296875 -0.03125 0.2968…
/external/mesa3d/src/compiler/glsl/
Dast_type.cpp46 subroutine_only.flags.q.subroutine = 1; in has_qualifiers()
48 subroutine_only.flags.q.explicit_index = 1; in has_qualifiers()
55 return this->flags.q.smooth in has_interpolation()
56 || this->flags.q.flat in has_interpolation()
57 || this->flags.q.noperspective; in has_interpolation()
63 return this->flags.q.origin_upper_left in has_layout()
64 || this->flags.q.pixel_center_integer in has_layout()
65 || this->flags.q.depth_type in has_layout()
66 || this->flags.q.std140 in has_layout()
67 || this->flags.q.std430 in has_layout()
[all …]
/external/tensorflow/tensorflow/python/compiler/tensorrt/test/
Dunary_test.py34 q = math_ops.abs(x)
35 q = q + 1.0
36 q = gen_math_ops.exp(q)
37 q = gen_math_ops.log(q)
38 q = array_ops.squeeze(q, axis=-2)
39 q = math_ops.abs(q)
40 q = q + 2.2
41 q = gen_math_ops.sqrt(q)
42 q = gen_math_ops.rsqrt(q)
43 q = math_ops.negative(q)
[all …]
/external/tensorflow/tensorflow/lite/g3doc/r1/images/convert/
Dworkflow.svg1q-0.734375 0.53125 -2.078125 0.53125q-1.421875 0 -2.21875 -0.4375l0 -1.015625q0.515625 0.265625 1.…
/external/tensorflow/tensorflow/lite/g3doc/images/convert/
Dworkflow.svg1q-0.734375 0.53125 -2.078125 0.53125q-1.421875 0 -2.21875 -0.4375l0 -1.015625q0.515625 0.265625 1.…
/external/ImageMagick/MagickCore/
Dquantum-export.c243 unsigned char *magick_restrict q,ExceptionInfo *exception) in ExportAlphaQuantum() argument
264 q=PopCharPixel(pixel,q); in ExportAlphaQuantum()
266 q+=quantum_info->pad; in ExportAlphaQuantum()
280 q=PopShortPixel(quantum_info->endian,pixel,q); in ExportAlphaQuantum()
282 q+=quantum_info->pad; in ExportAlphaQuantum()
289 q=PopShortPixel(quantum_info->endian,pixel,q); in ExportAlphaQuantum()
291 q+=quantum_info->pad; in ExportAlphaQuantum()
304 q=PopFloatPixel(quantum_info,(float) GetPixelAlpha(image,p),q); in ExportAlphaQuantum()
306 q+=quantum_info->pad; in ExportAlphaQuantum()
313 q=PopLongPixel(quantum_info->endian,pixel,q); in ExportAlphaQuantum()
[all …]
/external/python/cpython3/Lib/test/
Dtest_queue.py20 def qfull(q): argument
21 return q.maxsize > 0 and q.qsize() == q.maxsize
95 def basic_queue_test(self, q): argument
96 if q.qsize():
98 self.assertTrue(q.empty())
99 self.assertFalse(q.full())
101 q.put(111)
102 q.put(333)
103 q.put(222)
107 actual_order = [q.get(), q.get(), q.get()]
[all …]
/external/eigen/unsupported/test/
Dcxx11_runqueue.cpp30 RunQueue<int, 4> q; in test_basic_runqueue() local
32 VERIFY(q.Empty()); in test_basic_runqueue()
33 VERIFY_IS_EQUAL(0u, q.Size()); in test_basic_runqueue()
34 VERIFY_IS_EQUAL(0, q.PopFront()); in test_basic_runqueue()
36 VERIFY_IS_EQUAL(0u, q.PopBackHalf(&stolen)); in test_basic_runqueue()
39 VERIFY_IS_EQUAL(0, q.PushFront(1)); in test_basic_runqueue()
40 VERIFY_IS_EQUAL(1u, q.Size()); in test_basic_runqueue()
41 VERIFY_IS_EQUAL(1, q.PopFront()); in test_basic_runqueue()
42 VERIFY_IS_EQUAL(0u, q.Size()); in test_basic_runqueue()
44 VERIFY_IS_EQUAL(0, q.PushFront(2)); in test_basic_runqueue()
[all …]
/external/python/cpython2/Lib/test/
Dtest_queue.py90 def simple_queue_test(self, q): argument
91 if not q.empty():
94 q.put(111)
95 q.put(333)
96 q.put(222)
100 actual_order = [q.get(), q.get(), q.get()]
101 self.assertEqual(actual_order, target_order[q.__class__.__name__],
104 q.put(i)
105 self.assertTrue(not q.empty(), "Queue should not be empty")
106 self.assertTrue(not q.full(), "Queue should not be full")
[all …]
/external/mesa3d/src/gallium/drivers/iris/
Diris_query.c99 query_mem64(struct iris_query *q, uint32_t offset) in query_mem64() argument
102 .bo = iris_resource_bo(q->query_state_ref.res), in query_mem64()
103 .offset = q->query_state_ref.offset + offset, in query_mem64()
113 iris_is_query_pipelined(struct iris_query *q) in iris_is_query_pipelined() argument
115 switch (q->type) { in iris_is_query_pipelined()
130 mark_available(struct iris_context *ice, struct iris_query *q) in mark_available() argument
132 struct iris_batch *batch = &ice->batches[q->batch_idx]; in mark_available()
135 struct iris_bo *bo = iris_resource_bo(q->query_state_ref.res); in mark_available()
136 offset += q->query_state_ref.offset; in mark_available()
138 if (!iris_is_query_pipelined(q)) { in mark_available()
[all …]

12345678910>>...196