Searched refs:AbsDiff (Results 1 – 3 of 3) sorted by relevance
/external/protobuf/src/google/protobuf/stubs/ |
D | mathutil.h | 118 static typename MathLimits<T>::UnsignedType AbsDiff(const T x, const T y) { in AbsDiff() function 155 return AbsDiff(x, y) <= Max(margin, relative_margin); in WithinFractionOrMargin()
|
/external/zopfli/src/zopfli/ |
D | deflate.c | 369 static size_t AbsDiff(size_t x, size_t y) { in AbsDiff() function 430 || AbsDiff(counts[i], limit) >= 4) { in OptimizeHuffmanForRle()
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.cpp | 1737 SDValue AbsDiff = DAG.getNode(ISD::FABS, SL, MVT::f32, Diff); in LowerFROUND32() local 1748 SDValue Cmp = DAG.getSetCC(SL, SetCCVT, AbsDiff, Half, ISD::SETOGE); in LowerFROUND32()
|