Searched defs:smallest (Results 1 - 23 of 23) sorted by relevance

/external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph/
H A DGraphAlgo.py74 1. D.smallest() returns the value x minimizing D[x]. For this to work correctly,
85 until it is found by smallest() or until the heap is rebuilt.
90 def smallest(self): member in class:_priorityDictionary
92 Find smallest item after removing deleted items from front of heap.
95 raise IndexError("smallest of empty priorityDictionary")
117 x = self.smallest()
/external/fec/
H A Dpeakval_av.c15 vector signed short smallest,largest; local
17 smallest = (vector signed short)(0);
26 smallest = vec_min(smallest,x);
34 smallest = vec_min(smallest,x);
44 smallest = vec_min(smallest,x);
48 largest = vec_max(largest,vec_abs(smallest));
/external/icu/icu4c/source/i18n/
H A Ddigitinterval.h94 * Sets the least significant inclusive value to smallest. If smallest >= 0
97 void setLeastSignificantInclusive(int32_t smallest) { argument
98 fSmallestInclusive = smallest < 0 ? smallest : 0;
/external/libpng/contrib/intel/
H A Dfilter_sse2_intrinsics.c267 __m128i smallest = _mm_min_epi16(pc, _mm_min_epi16(pa, pb)); local
270 __m128i nearest = if_then_else(_mm_cmpeq_epi16(smallest, pa), a,
271 if_then_else(_mm_cmpeq_epi16(smallest, pb), b,
302 __m128i smallest = _mm_min_epi16(pc, _mm_min_epi16(pa, pb)); local
305 __m128i nearest = if_then_else(_mm_cmpeq_epi16(smallest, pa), a,
306 if_then_else(_mm_cmpeq_epi16(smallest, pb), b,
361 __m128i smallest = _mm_min_epi16(pc, _mm_min_epi16(pa, pb)); local
364 __m128i nearest = if_then_else(_mm_cmpeq_epi16(smallest, pa), a,
365 if_then_else(_mm_cmpeq_epi16(smallest, pb), b,
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_draw_arrays.c135 unsigned smallest = 0; local
141 smallest = i;
144 else if (hwtnl->index_cache[prim][i].gen_nr < smallest)
146 smallest = i;
151 assert (smallest != IDX_CACHE_MAX);
153 pipe_resource_reference( &hwtnl->index_cache[prim][smallest].buffer,
157 debug_printf("%s discard smallest %d/%d\n", __FUNCTION__,
158 smallest, smallest_size);
160 i = smallest;
/external/pdfium/third_party/libpng16/contrib/intel/
H A Dfilter_sse2_intrinsics.c267 __m128i smallest = _mm_min_epi16(pc, _mm_min_epi16(pa, pb)); local
270 __m128i nearest = if_then_else(_mm_cmpeq_epi16(smallest, pa), a,
271 if_then_else(_mm_cmpeq_epi16(smallest, pb), b,
302 __m128i smallest = _mm_min_epi16(pc, _mm_min_epi16(pa, pb)); local
305 __m128i nearest = if_then_else(_mm_cmpeq_epi16(smallest, pa), a,
306 if_then_else(_mm_cmpeq_epi16(smallest, pb), b,
361 __m128i smallest = _mm_min_epi16(pc, _mm_min_epi16(pa, pb)); local
364 __m128i nearest = if_then_else(_mm_cmpeq_epi16(smallest, pa), a,
365 if_then_else(_mm_cmpeq_epi16(smallest, pb), b,
/external/skia/third_party/libpng/contrib/intel/
H A Dfilter_sse2_intrinsics.c267 __m128i smallest = _mm_min_epi16(pc, _mm_min_epi16(pa, pb)); local
270 __m128i nearest = if_then_else(_mm_cmpeq_epi16(smallest, pa), a,
271 if_then_else(_mm_cmpeq_epi16(smallest, pb), b,
302 __m128i smallest = _mm_min_epi16(pc, _mm_min_epi16(pa, pb)); local
305 __m128i nearest = if_then_else(_mm_cmpeq_epi16(smallest, pa), a,
306 if_then_else(_mm_cmpeq_epi16(smallest, pb), b,
361 __m128i smallest = _mm_min_epi16(pc, _mm_min_epi16(pa, pb)); local
364 __m128i nearest = if_then_else(_mm_cmpeq_epi16(smallest, pa), a,
365 if_then_else(_mm_cmpeq_epi16(smallest, pb), b,
/external/speex/libspeex/
H A Dstereo.c151 spx_word32_t largest, smallest; local
178 smallest = e_right;
182 smallest = e_left;
189 smallest = VSHR32(smallest, shift);
190 balance = DIV32(largest, ADD32(smallest, 1));
195 balance=(largest+1.)/(smallest+1.);
216 /*fprintf (stderr, "%d %d %d %d\n", largest, smallest, balance_id, e_ratio);*/
/external/lz4/examples/
H A DHCStreaming_ringBuffer.c143 size_t smallest = r0; local
144 if (r1<r0) smallest = r1;
145 result += smallest;
/external/skia/tests/
H A DPathOpsCubicLineIntersectionIdeas.cpp195 double smallest = SkTMin(allRoots[0], allRoots[1]); local
197 smallest = SkTMin(smallest, allRoots[2]);
199 SkASSERT_RELEASE(smallest < 0);
200 SkASSERT_RELEASE(smallest >= -1);
H A DPathOpsAngleIdeas.cpp53 int smallest = -1; local
65 smallest = idx;
69 REPORTER_ASSERT(reporter, smallest >= 0);
71 return i[1][smallest];
H A DSkpSkGrTest.cpp310 int smallest = SK_MaxS32; local
313 if (smallest > data->fError[index]) {
314 smallest = data->fError[index];
/external/tpm2/
H A DSession.c34 CONTEXT_SLOT smallest = ((CONTEXT_SLOT) ~0); local
48 // value for smallest.
49 if(((CONTEXT_SLOT) (entry - lowBits)) <= smallest)
51 smallest = (entry - lowBits);
/external/mesa3d/src/mesa/program/
H A Dprog_execute.c1372 const float largest = 1.884467e+19, smallest = 5.42101e-20; local
1391 else if (r < smallest) {
1392 r = smallest;
1399 else if (r > -smallest) {
1400 r = -smallest;
/external/lz4/lib/
H A Dlz4.c992 const BYTE* smallest = (const BYTE*) source; local
994 if ((streamPtr->dictSize>0) && (smallest>dictEnd)) smallest = dictEnd;
995 LZ4_renormDictT(streamPtr, smallest);
1041 const BYTE* smallest = dictEnd; local
1042 if (smallest > (const BYTE*) source) smallest = (const BYTE*) source;
1043 LZ4_renormDictT(streamPtr, smallest);
/external/skia/src/core/
H A DSkPath.cpp2349 SkScalar smallest = SkTMin(fCurrPt.fX, SkTMin(fCurrPt.fY, SkTMin(fLastPt.fX, fLastPt.fY))); local
2351 largest = SkTMax(largest, -smallest);
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.cpp5256 all five filters and select the filter that produces the smallest sum of absolute values per row.
5284 size_t smallest = 0; local
5320 /*check if this is smallest sum (or if type == 0 it's the first case so always store the values)*/
5321 if(type == 0 || sum[type] < smallest)
5324 smallest = sum[type];
5342 float smallest = 0;
5367 /*check if this is smallest sum (or if type == 0 it's the first case so always store the values)*/
5368 if(type == 0 || sum[type] < smallest)
5371 smallest = sum[type];
5403 size_t smallest
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 684 milliseconds