Home
last modified time | relevance | path

Searched refs:half1 (Results 1 – 4 of 4) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dbranch-06.ll182 %half1 = load i16 , i16 *%targetptr1
184 %ext1 = zext i16 %half1 to i32
Dvec-combine-02.ll335 %half1 = bitcast <2 x i32> %low1 to <4 x i16>
342 %hlow0 = shufflevector <4 x i16> %half0, <4 x i16> %half1,
/external/opencv3/modules/imgproc/src/
Dphasecorr.cpp378 Mat half1(planes[i], Rect(xMid, 0, xMid, 1)); in fftShift() local
381 half1.copyTo(half0); in fftShift()
382 tmp.copyTo(half1); in fftShift()
/external/skia/src/pathops/
DSkPathOpsTSect.h2059 SkTSpan<TCurve, OppCurve>* half1 = sect1->addOne(); in BinarySearch() local
2060 if (!half1->split(largest1, &sect1->fHeap)) { in BinarySearch()
2064 sect1->trim(half1, sect2); in BinarySearch()