/external/ImageMagick/PerlMagick/t/ |
D | input_gray_lsb_double.mat | 1 ….Pg f9��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�� 4 …q���?�q���? �?q�q���?9��8��?UUUU� �?9��85�?�q��4�?�4�?�q��^�?��8��^�?���?�…
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | idct32x32_add_neon.c | 120 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 …]
|
D | highbd_idct32x32_1024_add_neon.c | 92 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/python/cpython3/Doc/library/ |
D | pathlib-inheritance.svg | 1 …q-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/libcxx/src/ |
D | hash.cpp | 209 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/libchrome/base/containers/ |
D | circular_deque_unittest.cc | 115 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/mesa3d/src/compiler/glsl/ |
D | ast_type.cpp | 46 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/lite/g3doc/images/convert/ |
D | workflow.svg | 1 …q-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/r2/images/convert/ |
D | workflow.svg | 1 …q-0.734375 0.53125 -2.078125 0.53125q-1.421875 0 -2.21875 -0.4375l0 -1.015625q0.515625 0.265625 1.…
|
/external/tensorflow/tensorflow/python/compiler/tensorrt/test/ |
D | unary_test.py | 47 q = math_ops.abs(x) 48 q = q + 1.0 49 q = gen_math_ops.exp(q) 50 q = gen_math_ops.log(q) 51 q = array_ops.squeeze(q, axis=-2) 52 q = math_ops.abs(q) 53 q = q + 2.2 54 q = gen_math_ops.sqrt(q) 55 q = gen_math_ops.rsqrt(q) 56 q = math_ops.negative(q) [all …]
|
/external/python/cpython3/Lib/test/ |
D | test_queue.py | 22 def qfull(q): argument 23 return q.maxsize > 0 and q.qsize() == q.maxsize 97 def basic_queue_test(self, q): argument 98 if q.qsize(): 100 self.assertTrue(q.empty()) 101 self.assertFalse(q.full()) 103 q.put(111) 104 q.put(333) 105 q.put(222) 109 actual_order = [q.get(), q.get(), q.get()] [all …]
|
/external/ImageMagick/MagickCore/ |
D | quantum-export.c | 243 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 …]
|
D | quantum-import.c | 256 Quantum *magick_restrict q) in ImportAlphaQuantum() argument 279 SetPixelAlpha(image,ScaleCharToQuantum(pixel),q); in ImportAlphaQuantum() 281 q+=GetPixelChannels(image); in ImportAlphaQuantum() 296 HalfToSinglePrecision(pixel)),q); in ImportAlphaQuantum() 298 q+=GetPixelChannels(image); in ImportAlphaQuantum() 305 SetPixelAlpha(image,ScaleShortToQuantum(pixel),q); in ImportAlphaQuantum() 307 q+=GetPixelChannels(image); in ImportAlphaQuantum() 324 SetPixelAlpha(image,ClampToQuantum(pixel),q); in ImportAlphaQuantum() 326 q+=GetPixelChannels(image); in ImportAlphaQuantum() 333 SetPixelAlpha(image,ScaleLongToQuantum(pixel),q); in ImportAlphaQuantum() [all …]
|
/external/eigen/unsupported/test/ |
D | cxx11_runqueue.cpp | 30 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/ |
D | test_queue.py | 90 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/syzkaller/vendor/google.golang.org/appengine/datastore/ |
D | query.go | 96 func (q *Query) clone() *Query { 97 x := *q 99 if len(q.filter) > 0 { 100 x.filter = make([]filter, len(q.filter)) 101 copy(x.filter, q.filter) 103 if len(q.order) > 0 { 104 x.order = make([]order, len(q.order)) 105 copy(x.order, q.order) 112 func (q *Query) Ancestor(ancestor *Key) *Query { 113 q = q.clone() [all …]
|
/external/ImageMagick/PerlMagick/t/reference/read/ |
D | input_gray_lsb_double_mat.miff | 16 …�j�k?�K�K�K�?�s1�1�2?ѝ�����?ҞGGG?�444?�t8�8�9?�އ��?��x�x�y?ѳ�S�S�?�!q�q�r?�b���?�#8�8�9?�… 18 �?�x�ظع?�������?��q�q�r?��1�1�2?�@@@?�;U[U[U?��j�j�k?����?�{�{�?٣x�x�y?��q�q�r?֢x�x�y?� 21 …q�q�r?�5�5�5�?�$�����?ޥ���?���z�z�?�e���?�{?�?�@?�z���?;;?���Y�Y�?������?�L\l\l\?�y�y�y�?… 24 …?�G�G�G�?�G�G�G�?�]?�?�@?�*�*�+?����?��}}?ќj�j�k?��q�q�r?�a�����?ͺ�����?г����?˺UZUZU?�q�q�r… 25 …q�q�r?ӳ����?Ӈ�'�'�?�q�Q�Q�?Ҝj�j�k?�UGUGU?�ܕ\�\�?�\c�c�d?�?��N<N<N?�Ƹ��?ѱ��?҇\g\g\?Ҝ�����… 29 …q�q�r?��?�ʸ��?�����?�\GGG?ұ���?�<�<�?�������?�\q�q�r?�\c�c�d?�1���?�GGG?ӈ���?�…
|
/external/selinux/checkpolicy/ |
D | queue.c | 15 queue_t q; in queue_create() local 17 q = (queue_t) malloc(sizeof(struct queue_info)); in queue_create() 18 if (q == NULL) in queue_create() 21 q->head = q->tail = NULL; in queue_create() 23 return q; in queue_create() 26 int queue_insert(queue_t q, queue_element_t e) in queue_insert() argument 30 if (!q) in queue_insert() 40 if (q->head == NULL) { in queue_insert() 41 q->head = q->tail = newnode; in queue_insert() 43 q->tail->next = newnode; in queue_insert() [all …]
|
/external/arm-neon-tests/ |
D | ref_vrsra_n.c | 67 VDUP(vector2, q, int, s, 8, 16, 0x11); in exec_vrsra_n() 68 VDUP(vector2, q, int, s, 16, 8, 0x22); in exec_vrsra_n() 69 VDUP(vector2, q, int, s, 32, 4, 0x33); in exec_vrsra_n() 70 VDUP(vector2, q, int, s, 64, 2, 0x44); in exec_vrsra_n() 71 VDUP(vector2, q, uint, u, 8, 16, 0x55); in exec_vrsra_n() 72 VDUP(vector2, q, uint, u, 16, 8, 0x66); in exec_vrsra_n() 73 VDUP(vector2, q, uint, u, 32, 4, 0x77); in exec_vrsra_n() 74 VDUP(vector2, q, uint, u, 64, 2, 0x88); in exec_vrsra_n() 86 TEST_VRSRA_N(q, int, s, 8, 16, 1); in exec_vrsra_n() 87 TEST_VRSRA_N(q, int, s, 16, 8, 12); in exec_vrsra_n() [all …]
|
D | ref_vrshr_n.c | 65 TEST_VRSHR_N(q, int, s, 8, 16, 1); in exec_vrshr_n() 66 TEST_VRSHR_N(q, int, s, 16, 8, 12); in exec_vrshr_n() 67 TEST_VRSHR_N(q, int, s, 32, 4, 2); in exec_vrshr_n() 68 TEST_VRSHR_N(q, int, s, 64, 2, 32); in exec_vrshr_n() 69 TEST_VRSHR_N(q, uint, u, 8, 16, 2); in exec_vrshr_n() 70 TEST_VRSHR_N(q, uint, u, 16, 8, 3); in exec_vrshr_n() 71 TEST_VRSHR_N(q, uint, u, 32, 4, 5); in exec_vrshr_n() 72 TEST_VRSHR_N(q, uint, u, 64, 2, 33); in exec_vrshr_n() 86 VDUP(vector, q, int, s, 8, 16, 0x7F); in exec_vrshr_n() 87 VDUP(vector, q, int, s, 16, 8, 0x7FFF); in exec_vrshr_n() [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | RBBIAPITest.java | 172 int p, q; in TestFirstNextFollowing() local 181 q = wordIter1.next(9); in TestFirstNextFollowing() 182 doTest(testString, p, q, 20, "This is a word break"); in TestFirstNextFollowing() 183 p = q; in TestFirstNextFollowing() 184 q = wordIter1.next(); in TestFirstNextFollowing() 185 doTest(testString, p, q, 21, "."); in TestFirstNextFollowing() 186 p = q; in TestFirstNextFollowing() 187 q = wordIter1.next(3); in TestFirstNextFollowing() 188 doTest(testString, p, q, 28, " Isn't "); in TestFirstNextFollowing() 189 p = q; in TestFirstNextFollowing() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/ |
D | RBBIAPITest.java | 175 int p, q; in TestFirstNextFollowing() local 184 q = wordIter1.next(9); in TestFirstNextFollowing() 185 doTest(testString, p, q, 20, "This is a word break"); in TestFirstNextFollowing() 186 p = q; in TestFirstNextFollowing() 187 q = wordIter1.next(); in TestFirstNextFollowing() 188 doTest(testString, p, q, 21, "."); in TestFirstNextFollowing() 189 p = q; in TestFirstNextFollowing() 190 q = wordIter1.next(3); in TestFirstNextFollowing() 191 doTest(testString, p, q, 28, " Isn't "); in TestFirstNextFollowing() 192 p = q; in TestFirstNextFollowing() [all …]
|
/external/grpc-grpc/src/core/lib/gpr/ |
D | mpscq.cc | 25 void gpr_mpscq_init(gpr_mpscq* q) { in gpr_mpscq_init() argument 26 gpr_atm_no_barrier_store(&q->head, (gpr_atm)&q->stub); in gpr_mpscq_init() 27 q->tail = &q->stub; in gpr_mpscq_init() 28 gpr_atm_no_barrier_store(&q->stub.next, (gpr_atm)NULL); in gpr_mpscq_init() 31 void gpr_mpscq_destroy(gpr_mpscq* q) { in gpr_mpscq_destroy() argument 32 GPR_ASSERT(gpr_atm_no_barrier_load(&q->head) == (gpr_atm)&q->stub); in gpr_mpscq_destroy() 33 GPR_ASSERT(q->tail == &q->stub); in gpr_mpscq_destroy() 36 bool gpr_mpscq_push(gpr_mpscq* q, gpr_mpscq_node* n) { in gpr_mpscq_push() argument 39 (gpr_mpscq_node*)gpr_atm_full_xchg(&q->head, (gpr_atm)n); in gpr_mpscq_push() 41 return prev == &q->stub; in gpr_mpscq_push() [all …]
|
/external/python/cpython3/Lib/test/test_asyncio/ |
D | test_queues.py | 34 q = asyncio.Queue(loop=loop) 35 self.assertTrue(fn(q).startswith('<Queue'), fn(q)) 36 id_is_present = hex(id(q)) in fn(q) 40 q = asyncio.Queue(loop=loop) 42 asyncio.Task(q.get(), loop=loop) 45 self.assertTrue('_getters[1]' in fn(q)) 47 q.put_nowait(0) 52 q = asyncio.Queue(maxsize=1, loop=loop) 53 q.put_nowait(1) 55 asyncio.Task(q.put(2), loop=loop) [all …]
|
/external/grpc-grpc/include/grpc/support/ |
D | sync.h | 195 void queue_init(queue *q) { 196 gpr_mu_init(&q->mu); 197 gpr_cv_init(&q->non_empty); 198 gpr_cv_init(&q->non_full); 199 q->head = 0; 200 q->length = 0; 204 void queue_destroy(queue *q) { 205 gpr_mu_destroy(&q->mu); 206 gpr_cv_destroy(&q->non_empty); 207 gpr_cv_destroy(&q->non_full); [all …]
|