Home
last modified time | relevance | path

Searched refs:maxd (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/boost/geometry/index/detail/algorithms/
Dminmaxdist.hpp33 inline static result_type apply(Point const& pt, BoxIndexable const& i, result_type const& maxd) in apply()
60 return (maxd + closer_comp * closer_comp) - further_comp * further_comp; in apply()
91 result_type maxd = geometry::comparable_distance(pt, i); in apply() local
99 >::apply(pt, i, maxd); in apply()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_delay.c123 distance(struct ir3_block *block, struct ir3_instruction *instr, unsigned maxd) in distance() argument
132 if ((n == instr) || (d >= maxd)) in distance()
133 return MIN2(maxd, d + n->nop); in distance()
135 d = MIN2(maxd, d + 1 + n->repeat + n->nop); in distance()
138 return maxd; in distance()
/third_party/gettext/gettext-tools/libgrep/
Dkwset.c81 int maxd; /* Maximum depth of any node. */ member
117 kwset->maxd = -1; in kwsalloc()
278 if (trie->depth > kwset->maxd) in kwsincr()
279 kwset->maxd = trie->depth; in kwsincr()
731 if (lim - mch > kwset->maxd) in cwexec()
732 lim = mch + kwset->maxd; in cwexec()
/third_party/ffmpeg/libavcodec/
Dtexturedspenc.c246 int mind, maxd; in optimize_colors() local
326 mind = maxd = block[0] * v_r + block[1] * v_g + block[2] * v_b; in optimize_colors()
337 } else if (dot > maxd) { in optimize_colors()
338 maxd = dot; in optimize_colors()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
DdecNumber.cpp6685 Int maxd=set->emax-set->digits+1-dn->exponent; local
6686 if (maxd<=0) return dn; /* nothing possible */
6687 if (d>maxd) d=maxd;
/third_party/skia/third_party/externals/icu/source/i18n/
DdecNumber.cpp6685 Int maxd=set->emax-set->digits+1-dn->exponent; local
6686 if (maxd<=0) return dn; /* nothing possible */
6687 if (d>maxd) d=maxd;
/third_party/icu/icu4c/source/i18n/
DdecNumber.cpp6685 Int maxd=set->emax-set->digits+1-dn->exponent; local
6686 if (maxd<=0) return dn; /* nothing possible */
6687 if (d>maxd) d=maxd;
/third_party/node/deps/icu-small/source/i18n/
DdecNumber.cpp6685 Int maxd=set->emax-set->digits+1-dn->exponent; local
6686 if (maxd<=0) return dn; /* nothing possible */
6687 if (d>maxd) d=maxd;