Home
last modified time | relevance | path

Searched refs:smallest (Results 1 – 25 of 180) sorted by relevance

12345678

/external/fec/
Dpeakval_av.c15 vector signed short smallest,largest; in peakval_av() local
17 smallest = (vector signed short)(0); in peakval_av()
26 smallest = vec_min(smallest,x); in peakval_av()
34 smallest = vec_min(smallest,x); in peakval_av()
44 smallest = vec_min(smallest,x); in peakval_av()
48 largest = vec_max(largest,vec_abs(smallest)); in peakval_av()
Dssebfly27.s132 # Normalize by finding smallest metric and subtracting it
142 # mm0 contains 8 smallest metrics
/external/libpng/intel/
Dfilter_sse2_intrinsics.c272 __m128i pa,pb,pc,smallest,nearest; in png_read_filter_row_paeth3_sse2() local
290 smallest = _mm_min_epi16(pc, _mm_min_epi16(pa, pb)); in png_read_filter_row_paeth3_sse2()
293 nearest = if_then_else(_mm_cmpeq_epi16(smallest, pa), a, in png_read_filter_row_paeth3_sse2()
294 if_then_else(_mm_cmpeq_epi16(smallest, pb), b, in png_read_filter_row_paeth3_sse2()
309 __m128i pa,pb,pc,smallest,nearest; in png_read_filter_row_paeth3_sse2() local
326 smallest = _mm_min_epi16(pc, _mm_min_epi16(pa, pb)); in png_read_filter_row_paeth3_sse2()
329 nearest = if_then_else(_mm_cmpeq_epi16(smallest, pa), a, in png_read_filter_row_paeth3_sse2()
330 if_then_else(_mm_cmpeq_epi16(smallest, pb), b, in png_read_filter_row_paeth3_sse2()
361 __m128i pa,pb,pc,smallest,nearest; in png_read_filter_row_paeth4_sse2() local
388 smallest = _mm_min_epi16(pc, _mm_min_epi16(pa, pb)); in png_read_filter_row_paeth4_sse2()
[all …]
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowDisplayManagerTest.java97 Point smallest = new Point(); in changeDisplay_shouldUpdateSmallestAndLargestNominalWidthAndHeight() local
100 ShadowDisplay.getDefaultDisplay().getCurrentSizeRange(smallest, largest); in changeDisplay_shouldUpdateSmallestAndLargestNominalWidthAndHeight()
101 assertThat(smallest).isEqualTo(new Point(320, 320)); in changeDisplay_shouldUpdateSmallestAndLargestNominalWidthAndHeight()
109 ShadowDisplay.getDefaultDisplay().getCurrentSizeRange(smallest, largest); in changeDisplay_shouldUpdateSmallestAndLargestNominalWidthAndHeight()
110 assertThat(smallest).isEqualTo(new Point(310, 310)); in changeDisplay_shouldUpdateSmallestAndLargestNominalWidthAndHeight()
116 Point smallest = new Point(); in withQualifiers_changeDisplay_shouldUpdateSmallestAndLargestNominalWidthAndHeight() local
120 display.getCurrentSizeRange(smallest, largest); in withQualifiers_changeDisplay_shouldUpdateSmallestAndLargestNominalWidthAndHeight()
121 assertThat(smallest).isEqualTo(new Point(320, 320)); in withQualifiers_changeDisplay_shouldUpdateSmallestAndLargestNominalWidthAndHeight()
126 display.getCurrentSizeRange(smallest, largest); in withQualifiers_changeDisplay_shouldUpdateSmallestAndLargestNominalWidthAndHeight()
127 assertThat(smallest).isEqualTo(new Point(310, 310)); in withQualifiers_changeDisplay_shouldUpdateSmallestAndLargestNominalWidthAndHeight()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_draw_arrays.c131 unsigned smallest = 0; in retrieve_or_generate_indices() local
136 smallest = i; in retrieve_or_generate_indices()
139 else if (hwtnl->index_cache[prim][i].gen_nr < smallest) { in retrieve_or_generate_indices()
140 smallest = i; in retrieve_or_generate_indices()
145 assert(smallest != IDX_CACHE_MAX); in retrieve_or_generate_indices()
147 pipe_resource_reference(&hwtnl->index_cache[prim][smallest].buffer, in retrieve_or_generate_indices()
152 smallest, smallest_size); in retrieve_or_generate_indices()
154 i = smallest; in retrieve_or_generate_indices()
/external/libpng/contrib/intel/
Dfilter_sse2_intrinsics.c267 __m128i smallest = _mm_min_epi16(pc, _mm_min_epi16(pa, pb)); in png_read_filter_row_paeth3_sse2() local
270 __m128i nearest = if_then_else(_mm_cmpeq_epi16(smallest, pa), a, in png_read_filter_row_paeth3_sse2()
271 if_then_else(_mm_cmpeq_epi16(smallest, pb), b, in png_read_filter_row_paeth3_sse2()
302 __m128i smallest = _mm_min_epi16(pc, _mm_min_epi16(pa, pb)); in png_read_filter_row_paeth3_sse2() local
305 __m128i nearest = if_then_else(_mm_cmpeq_epi16(smallest, pa), a, in png_read_filter_row_paeth3_sse2()
306 if_then_else(_mm_cmpeq_epi16(smallest, pb), b, in png_read_filter_row_paeth3_sse2()
361 __m128i smallest = _mm_min_epi16(pc, _mm_min_epi16(pa, pb)); in png_read_filter_row_paeth4_sse2() local
364 __m128i nearest = if_then_else(_mm_cmpeq_epi16(smallest, pa), a, in png_read_filter_row_paeth4_sse2()
365 if_then_else(_mm_cmpeq_epi16(smallest, pb), b, in png_read_filter_row_paeth4_sse2()
/external/pdfium/third_party/libpng16/contrib/intel/
Dfilter_sse2_intrinsics.c267 __m128i smallest = _mm_min_epi16(pc, _mm_min_epi16(pa, pb)); in png_read_filter_row_paeth3_sse2() local
270 __m128i nearest = if_then_else(_mm_cmpeq_epi16(smallest, pa), a, in png_read_filter_row_paeth3_sse2()
271 if_then_else(_mm_cmpeq_epi16(smallest, pb), b, in png_read_filter_row_paeth3_sse2()
302 __m128i smallest = _mm_min_epi16(pc, _mm_min_epi16(pa, pb)); in png_read_filter_row_paeth3_sse2() local
305 __m128i nearest = if_then_else(_mm_cmpeq_epi16(smallest, pa), a, in png_read_filter_row_paeth3_sse2()
306 if_then_else(_mm_cmpeq_epi16(smallest, pb), b, in png_read_filter_row_paeth3_sse2()
361 __m128i smallest = _mm_min_epi16(pc, _mm_min_epi16(pa, pb)); in png_read_filter_row_paeth4_sse2() local
364 __m128i nearest = if_then_else(_mm_cmpeq_epi16(smallest, pa), a, in png_read_filter_row_paeth4_sse2()
365 if_then_else(_mm_cmpeq_epi16(smallest, pb), b, in png_read_filter_row_paeth4_sse2()
/external/speex/libspeex/
Dstereo.c151 spx_word32_t largest, smallest; in speex_encode_stereo_int() local
178 smallest = e_right; in speex_encode_stereo_int()
182 smallest = e_left; in speex_encode_stereo_int()
189 smallest = VSHR32(smallest, shift); in speex_encode_stereo_int()
190 balance = DIV32(largest, ADD32(smallest, 1)); in speex_encode_stereo_int()
195 balance=(largest+1.)/(smallest+1.); in speex_encode_stereo_int()
/external/icu/icu4c/source/i18n/
Ddigitinterval.h97 void setLeastSignificantInclusive(int32_t smallest) { in setLeastSignificantInclusive() argument
98 fSmallestInclusive = smallest < 0 ? smallest : 0; in setLeastSignificantInclusive()
/external/tensorflow/tensorflow/core/kernels/
Dtopk_op_gpu.cu.cc162 int smallest = node; in push_down() local
163 if (left < k && is_above(left, smallest)) { in push_down()
164 smallest = left; in push_down()
166 if (right < k && is_above(right, smallest)) { in push_down()
167 smallest = right; in push_down()
169 if (smallest == node) { in push_down()
172 swap(smallest, node); in push_down()
173 node = smallest; in push_down()
/external/skia/tests/
DPathOpsCubicLineIntersectionIdeas.cpp195 double smallest = SkTMin(allRoots[0], allRoots[1]); in DEF_TEST() local
197 smallest = SkTMin(smallest, allRoots[2]); in DEF_TEST()
199 SkASSERT_RELEASE(smallest < 0); in DEF_TEST()
200 SkASSERT_RELEASE(smallest >= -1); in DEF_TEST()
/external/skqp/tests/
DPathOpsCubicLineIntersectionIdeas.cpp195 double smallest = SkTMin(allRoots[0], allRoots[1]); in DEF_TEST() local
197 smallest = SkTMin(smallest, allRoots[2]); in DEF_TEST()
199 SkASSERT_RELEASE(smallest < 0); in DEF_TEST()
200 SkASSERT_RELEASE(smallest >= -1); in DEF_TEST()
/external/python/cpython3/Doc/library/
Dheapq.rst24 smallest element is always the root, ``heap[0]``.
29 since Python uses zero-based indexing. (b) Our pop method returns the smallest
34 surprises: ``heap[0]`` is the smallest item, and ``heap.sort()`` maintains the
50 Pop and return the smallest item from the *heap*, maintaining the heap
52 smallest item without popping it, use ``heap[0]``.
57 Push *item* on the heap, then pop and return the smallest item from the
69 Pop and return the smallest item from the *heap*, and also push the new *item*.
94 streams is already sorted (smallest to largest).
120 Return a list with the *n* smallest elements from the dataset defined by
137 pushing all values onto a heap and then popping off the smallest values one at a
[all …]
/external/python/cpython2/Doc/library/
Dheapq.rst25 smallest element is always the root, ``heap[0]``.
30 since Python uses zero-based indexing. (b) Our pop method returns the smallest
35 surprises: ``heap[0]`` is the smallest item, and ``heap.sort()`` maintains the
51 Pop and return the smallest item from the *heap*, maintaining the heap
53 smallest item without popping it, use ``heap[0]``.
57 Push *item* on the heap, then pop and return the smallest item from the
70 Pop and return the smallest item from the *heap*, and also push the new *item*.
95 streams is already sorted (smallest to largest).
116 Return a list with the *n* smallest elements from the dataset defined by
137 pushing all values onto a heap and then popping off the smallest values one at a
[all …]
/external/lz4/examples/
DHCStreaming_ringBuffer.c143 size_t smallest = r0; in compare() local
144 if (r1<r0) smallest = r1; in compare()
145 result += smallest; in compare()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowDisplayManager.java88 int smallest = Math.min(displayInfo.appWidth, displayInfo.appHeight); in fixNominalDimens() local
91 displayInfo.smallestNominalAppWidth = smallest; in fixNominalDimens()
92 displayInfo.smallestNominalAppHeight = smallest; in fixNominalDimens()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_NthElement.pbtxt31 If the input is a vector (rank-1), finds the entries which is the nth-smallest
35 nth-smallest value in each row (resp. vector along the last dimension). Thus,
Dapi_def_Ceil.pbtxt3 summary: "Returns element-wise smallest integer in not less than x."
Dapi_def_OrderedMapUnstageNoKey.pbtxt3 summary: "Op removes and returns the (key, value) element with the smallest"
Dapi_def_ArgMin.pbtxt11 summary: "Returns the index with the smallest value across dimensions of a tensor."
Dapi_def_EncodePng.pbtxt33 the smallest output, but is slower.
/external/python/cpython3/Lib/tkinter/test/test_ttk/
Dtest_functions.py258 smallest = ttk._format_layoutlist([('a', None)], indent=0)
259 self.assertEqual(smallest,
261 self.assertEqual(smallest[0], 'a')
/external/python/cpython2/Lib/lib-tk/test/test_ttk/
Dtest_functions.py257 smallest = ttk._format_layoutlist([('a', None)], indent=0)
258 self.assertEqual(smallest,
260 self.assertEqual(smallest[0], 'a')
/external/python/cpython3/Lib/
Drandom.py701 smallest = 1e10
708 smallest = min(x, smallest)
715 (avg, stddev, smallest, largest))
/external/python/cpython2/Lib/
Drandom.py844 smallest = 1e10
851 smallest = min(x, smallest)
858 (avg, stddev, smallest, largest)

12345678