/external/opencv3/3rdparty/openexr/Imath/ |
D | ImathLimits.h | 121 static T smallest(); 137 static char smallest() {return 1;} 148 static signed char smallest() {return 1;} 159 static unsigned char smallest() {return 1;} 170 static short smallest() {return 1;} 181 static unsigned short smallest() {return 1;} 192 static int smallest() {return 1;} 203 static unsigned int smallest() {return 1;} 214 static long smallest() {return 1;} 225 static unsigned long smallest() {return 1;} [all …]
|
D | ImathHalfLimits.h | 57 static float smallest() {return HALF_MIN;}
|
D | ImathVec.h | 248 static T baseTypeSmallest() {return limits<T>::smallest();} in baseTypeSmallest() 460 static T baseTypeSmallest() {return limits<T>::smallest();} in baseTypeSmallest() 642 static T baseTypeSmallest() {return limits<T>::smallest();} in baseTypeSmallest() 1175 if (length2 < T (2) * limits<T>::smallest()) in length() 1666 if (length2 < T (2) * limits<T>::smallest()) in length() 2070 if (length2 < T (2) * limits<T>::smallest()) in length()
|
/external/fec/ |
D | peakval_av.c | 15 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()
|
D | ssebfly27.s | 132 # Normalize by finding smallest metric and subtracting it 142 # mm0 contains 8 smallest metrics
|
D | ssebfly29.s | 154 # Normalize by finding smallest metric and subtracting it 188 # mm0 contains 8 smallest metrics
|
D | sse2bfly27.s | 137 # Normalize by finding smallest metric and subtracting it
|
/external/opencv3/modules/videostab/src/ |
D | fast_marching.cpp | 97 int l, r, smallest; in heapDown() local 102 smallest = idx; in heapDown() 104 if (l < size_ && narrowBand_[l] < narrowBand_[smallest]) smallest = l; in heapDown() 105 if (r < size_ && narrowBand_[r] < narrowBand_[smallest]) smallest = r; in heapDown() 107 if (smallest == idx) in heapDown() 111 std::swap(indexOf(narrowBand_[idx]), indexOf(narrowBand_[smallest])); in heapDown() 112 std::swap(narrowBand_[idx], narrowBand_[smallest]); in heapDown() 113 idx = smallest; in heapDown()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_draw_arrays.c | 135 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/speex/libspeex/ |
D | stereo.c | 151 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/libpng/contrib/intel/ |
D | filter_sse2_intrinsics.c | 213 __m128i smallest = _mm_min_epi16(pc, _mm_min_epi16(pa, pb)); in png_read_filter_row_paeth3_sse2() local 216 __m128i nearest = if_then_else(_mm_cmpeq_epi16(smallest, pa), a, in png_read_filter_row_paeth3_sse2() 217 if_then_else(_mm_cmpeq_epi16(smallest, pb), b, in png_read_filter_row_paeth3_sse2() 269 __m128i smallest = _mm_min_epi16(pc, _mm_min_epi16(pa, pb)); in png_read_filter_row_paeth4_sse2() local 272 __m128i nearest = if_then_else(_mm_cmpeq_epi16(smallest, pa), a, in png_read_filter_row_paeth4_sse2() 273 if_then_else(_mm_cmpeq_epi16(smallest, pb), b, in png_read_filter_row_paeth4_sse2()
|
/external/icu/icu4c/source/i18n/ |
D | digitinterval.h | 95 void setLeastSignificantInclusive(int32_t smallest) { in setLeastSignificantInclusive() argument 96 fSmallestInclusive = smallest < 0 ? smallest : 0; in setLeastSignificantInclusive()
|
/external/skia/tests/ |
D | PathOpsCubicLineIntersectionIdeas.cpp | 193 double smallest = SkTMin(allRoots[0], allRoots[1]); in DEF_TEST() local 195 smallest = SkTMin(smallest, allRoots[2]); in DEF_TEST() 197 SkASSERT_RELEASE(smallest < 0); in DEF_TEST() 198 SkASSERT_RELEASE(smallest >= -1); in DEF_TEST()
|
D | PathOpsAngleIdeas.cpp | 53 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()
|
D | SkpSkGrTest.cpp | 312 int smallest = SK_MaxS32; in addError() local 315 if (smallest > data->fError[index]) { in addError() 316 smallest = data->fError[index]; in addError()
|
/external/lz4/examples/ |
D | HCStreaming_ringBuffer.c | 149 size_t smallest = r0; in compare() local 150 if (r1<r0) smallest = r1; in compare() 151 result += smallest; in compare()
|
/external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph/ |
D | GraphAlgo.py | 90 def smallest(self): member in _priorityDictionary 117 x = self.smallest()
|
/external/lz4/lib/ |
D | lz4.c | 839 const BYTE* smallest = (const BYTE*) source; in LZ4_compress_continue_generic() local 841 if ((streamPtr->dictSize>0) && (smallest>dictEnd)) smallest = dictEnd; in LZ4_compress_continue_generic() 842 LZ4_renormDictT(streamPtr, smallest); in LZ4_compress_continue_generic() 901 const BYTE* smallest = dictEnd; in LZ4_compress_forceExtDict() local 902 if (smallest > (const BYTE*) source) smallest = (const BYTE*) source; in LZ4_compress_forceExtDict() 903 LZ4_renormDictT((LZ4_stream_t_internal*)LZ4_dict, smallest); in LZ4_compress_forceExtDict()
|
/external/tpm2/ |
D | Session.c | 34 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/llvm/test/CodeGen/AArch64/ |
D | setcc-takes-i32.ll | 8 ; It was expecting the smallest legal promotion of i1 to be the preferred SetCC
|
/external/bison/data/ |
D | java.m4 | 102 # Return the smallest int type able to handle numbers ranging from 111 # Return the smallest int type able to handle numbers ranging from
|
/external/jemalloc/include/jemalloc/internal/ |
D | jemalloc_internal.h.in | 281 /* Return the smallest quantum multiple that is >= a. */ 288 /* Return the smallest long multiple that is >= a. */ 295 /* Return the smallest (void *) multiple that is >= a. */ 310 /* Return the smallest cacheline multiple that is >= s. */ 325 /* Return the smallest pagesize multiple that is >= s. */ 337 /* Return the smallest alignment multiple that is >= s. */ 714 * small size class, every object is aligned at the smallest
|
/external/llvm/test/Transforms/LoopVectorize/X86/ |
D | vector_max_bandwidth.ll | 14 ; Tests that the vectorization factor is determined by the smallest instead of
|
/external/llvm/test/CodeGen/SystemZ/ |
D | frame-08.ll | 109 ; 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/opencv3/doc/py_tutorials/py_imgproc/py_pyramids/ |
D | py_pyramids.markdown | 20 they are kept in a stack with biggest image at bottom and smallest image at top look like a 45 loose the information. Below image is 3 level down the pyramid created from smallest image in
|