HomeSort by relevance Sort by last modified time
    Searched refs:smallest (Results 1 - 25 of 146) sorted by null

1 2 3 4 5 6

  /external/fec/
peakval_av.c 15 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));
ssebfly27.s 132 # Normalize by finding smallest metric and subtracting it
142 # mm0 contains 8 smallest metrics
  /external/icu/icu4c/source/i18n/
digitinterval.h 94 * Sets the least significant inclusive value to smallest. If smallest >= 0
97 void setLeastSignificantInclusive(int32_t smallest) {
98 fSmallestInclusive = smallest < 0 ? smallest : 0;
  /external/mesa3d/src/gallium/drivers/svga/
svga_draw_arrays.c 135 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/libpng/contrib/intel/
filter_sse2_intrinsics.c 267 __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/pdfium/third_party/libpng16/contrib/intel/
filter_sse2_intrinsics.c 267 __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/
filter_sse2_intrinsics.c 267 __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,
  /frameworks/base/core/java/com/android/internal/view/
ActionBarPolicy.java 51 final int smallest = config.smallestScreenWidthDp; local
52 if (smallest > 600 || (width > 960 && height > 720) || (width > 720 && height > 960)) {
  /frameworks/support/v7/appcompat/src/android/support/v7/view/
ActionBarPolicy.java 58 final int smallest = configuration.smallestScreenWidthDp; local
60 if (smallest > 600 || widthDp > 600 || (widthDp > 960 && heightDp > 720)
  /frameworks/base/core/java/com/android/internal/database/
SortCursor.java 73 String smallest = ""; local
78 if (mCursor == null || current.compareToIgnoreCase(smallest) < 0) {
79 smallest = current;
155 String smallest = ""; local
162 if (smallestIdx < 0 || current.compareToIgnoreCase(smallest) < 0) {
163 smallest = current;
  /packages/apps/Music/src/com/android/music/
SortCursor.java 71 String smallest = ""; local
75 if (mCursor == null || current.compareToIgnoreCase(smallest) < 0) {
76 smallest = current;
149 String smallest = ""; local
156 if (smallestIdx < 0 || current.compareToIgnoreCase(smallest) < 0) {
157 smallest = current;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
VaryingConfiguration.java 250 double smallest = 100; local
260 if (size <= smallest) {
261 smallest = size;
266 double inchesPerBucket = (biggest - smallest) / bucketCount;
269 int overriddenBucket = (int) ((overriddenSize - smallest) / inchesPerBucket);
271 double from = inchesPerBucket * bucket + smallest;
  /external/speex/libspeex/
stereo.c 151 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/
HCStreaming_ringBuffer.c 143 size_t smallest = r0; local
144 if (r1<r0) smallest = r1;
145 result += smallest;
  /frameworks/av/media/libstagefright/foundation/
MediaBufferGroup.cpp 145 size_t smallest = requestedSize; local
155 if (size < smallest) {
156 smallest = size; // always free the smallest buf
  /external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph/
GraphAlgo.py 74 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/skia/tests/
PathOpsCubicLineIntersectionIdeas.cpp 195 double smallest = SkTMin(allRoots[0], allRoots[1]); local
197 smallest = SkTMin(smallest, allRoots[2]);
199 SkASSERT_RELEASE(smallest < 0);
200 SkASSERT_RELEASE(smallest >= -1);
  /prebuilts/go/darwin-x86/src/math/
const.go 27 // SmallestNonzero is the smallest positive, non-zero value representable by the type.
  /prebuilts/go/linux-x86/src/math/
const.go 27 // SmallestNonzero is the smallest positive, non-zero value representable by the type.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
GridLayoutConverter.java 936 int smallest = iterator.next().mY1; local
947 int smallest = iterator.next().mX1; local
    [all...]
  /prebuilts/go/darwin-x86/src/math/big/
float_test.go 839 {"1.401298464e-45", math.SmallestNonzeroFloat32, Above}, // rounded up to smallest denormal
840 {"0x.ffffff8p-149", math.SmallestNonzeroFloat32, Above}, // rounded up to smallest denormal
841 {"0x.0000018p-126", math.SmallestNonzeroFloat32, Above}, // rounded up to smallest denormal
851 {"0x0.0000011p-126", math.Float32frombits(0x00000001), Above}, // rounded up to smallest denormal
852 {"0x0.0000018p-126", math.Float32frombits(0x00000001), Above}, // rounded up to smallest denormal
854 {"0x1.0000000p-149", math.Float32frombits(0x00000001), Exact}, // smallest denormal
855 {"0x0.0000020p-126", math.Float32frombits(0x00000001), Exact}, // smallest denormal
857 {"0x1.0000000p-126", math.Float32frombits(0x00800000), Exact}, // smallest normal
860 {"0x0.9p-149", math.Float32frombits(0x000000001), Above}, // rounded up to smallest denormal
861 {"0x0.ap-149", math.Float32frombits(0x000000001), Above}, // rounded up to smallest denorma
    [all...]
  /prebuilts/go/linux-x86/src/math/big/
float_test.go 839 {"1.401298464e-45", math.SmallestNonzeroFloat32, Above}, // rounded up to smallest denormal
840 {"0x.ffffff8p-149", math.SmallestNonzeroFloat32, Above}, // rounded up to smallest denormal
841 {"0x.0000018p-126", math.SmallestNonzeroFloat32, Above}, // rounded up to smallest denormal
851 {"0x0.0000011p-126", math.Float32frombits(0x00000001), Above}, // rounded up to smallest denormal
852 {"0x0.0000018p-126", math.Float32frombits(0x00000001), Above}, // rounded up to smallest denormal
854 {"0x1.0000000p-149", math.Float32frombits(0x00000001), Exact}, // smallest denormal
855 {"0x0.0000020p-126", math.Float32frombits(0x00000001), Exact}, // smallest denormal
857 {"0x1.0000000p-126", math.Float32frombits(0x00800000), Exact}, // smallest normal
860 {"0x0.9p-149", math.Float32frombits(0x000000001), Above}, // rounded up to smallest denormal
861 {"0x0.ap-149", math.Float32frombits(0x000000001), Above}, // rounded up to smallest denorma
    [all...]
  /external/protobuf/js/binary/
constants.js 266 * The smallest denormal float32 value.
273 * The smallest normal float64 value.
287 * The smallest denormal float64 value.
294 * The smallest normal float64 value.
  /prebuilts/go/darwin-x86/src/cmd/nm/
doc.go 37 // size orders from largest to smallest
  /prebuilts/go/darwin-x86/src/image/png/
paeth.go 15 // of any number (except the smallest one) can be computed

Completed in 2182 milliseconds

1 2 3 4 5 6