Home
last modified time | relevance | path

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

12345

/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
Dssebfly29.s154 # Normalize by finding smallest metric and subtracting it
188 # mm0 contains 8 smallest metrics
Dsse2bfly27.s137 # Normalize by finding smallest metric and subtracting it
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_draw_arrays.c135 unsigned smallest = 0; in retrieve_or_generate_indices() local
141 smallest = i; in retrieve_or_generate_indices()
144 else if (hwtnl->index_cache[prim][i].gen_nr < smallest) in retrieve_or_generate_indices()
146 smallest = i; in retrieve_or_generate_indices()
151 assert (smallest != IDX_CACHE_MAX); in retrieve_or_generate_indices()
153 pipe_resource_reference( &hwtnl->index_cache[prim][smallest].buffer, in retrieve_or_generate_indices()
158 smallest, smallest_size); in retrieve_or_generate_indices()
160 i = smallest; in retrieve_or_generate_indices()
/external/skia/third_party/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/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/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/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()
DSkpSkGrTest.cpp310 int smallest = SK_MaxS32; in addError() local
313 if (smallest > data->fError[index]) { in addError()
314 smallest = data->fError[index]; in addError()
DPathOpsAngleIdeas.cpp53 int smallest = -1; in testArc() local
65 smallest = idx; in testArc()
69 REPORTER_ASSERT(reporter, smallest >= 0); in testArc()
71 return i[1][smallest]; in testArc()
/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/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph/
DGraphAlgo.py90 def smallest(self): member in _priorityDictionary
117 x = self.smallest()
/external/tpm2/
DSession.c34 CONTEXT_SLOT smallest = ((CONTEXT_SLOT) ~0); in ContextIdSetOldest() local
49 if(((CONTEXT_SLOT) (entry - lowBits)) <= smallest) in ContextIdSetOldest()
51 smallest = (entry - lowBits); in ContextIdSetOldest()
/external/lz4/lib/
Dlz4.c992 const BYTE* smallest = (const BYTE*) source; in LZ4_compress_fast_continue() local
994 if ((streamPtr->dictSize>0) && (smallest>dictEnd)) smallest = dictEnd; in LZ4_compress_fast_continue()
995 LZ4_renormDictT(streamPtr, smallest); in LZ4_compress_fast_continue()
1041 const BYTE* smallest = dictEnd; in LZ4_compress_forceExtDict() local
1042 if (smallest > (const BYTE*) source) smallest = (const BYTE*) source; in LZ4_compress_forceExtDict()
1043 LZ4_renormDictT(streamPtr, smallest); in LZ4_compress_forceExtDict()
/external/llvm/test/CodeGen/AArch64/
Dsetcc-takes-i32.ll8 ; It was expecting the smallest legal promotion of i1 to be the preferred SetCC
/external/bison/data/
Djava.m4102 # Return the smallest int type able to handle numbers ranging from
111 # Return the smallest int type able to handle numbers ranging from
/external/llvm/test/Transforms/LoopVectorize/X86/
Dvector_max_bandwidth.ll14 ; Tests that the vectorization factor is determined by the smallest instead of
/external/llvm/test/CodeGen/SystemZ/
Dframe-08.ll109 ; Like f1 but with a frame that is 8 bytes bigger. This is the smallest
176 ; Like f2 but with a frame that is 8 bytes bigger. This is the smallest
245 ; This is the smallest frame size for which the preparatory increment for
/external/jemalloc/include/jemalloc/internal/
Djemalloc_internal.h.in290 /* Return the smallest quantum multiple that is >= a. */
297 /* Return the smallest long multiple that is >= a. */
304 /* Return the smallest (void *) multiple that is >= a. */
319 /* Return the smallest cacheline multiple that is >= s. */
334 /* Return the smallest pagesize multiple that is >= s. */
346 /* Return the smallest alignment multiple that is >= s. */
825 * small size class, every object is aligned at the smallest
/external/flatbuffers/docs/source/
DFlexBuffers.md23 their smallest possible representation (8/16/32/64 bits). Many values and
145 integers automatically use the smallest width possible, i.e. if you ask
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
DTree.as66 /** What is the smallest token index (indexing from 0) for this node
/external/deqp/doc/testspecs/GLES31/
Dfunctional.uniform_location.txt60 reported by the implementation or the smallest valid location (0) but are

12345