HomeSort by relevance Sort by last modified time
    Searched refs:ctop (Results 1 - 5 of 5) sorted by null

  /external/skia/src/core/
SkQuadClipper.cpp 66 const SkScalar ctop = fClip.fTop; local
68 if (dst[2].fY <= ctop || dst[0].fY >= cbot) {
76 if (dst[0].fY < ctop) {
77 if (chopMonoQuadAtY(dst, ctop, &t)) {
86 if (dst[i].fY < ctop) {
87 dst[i].fY = ctop;
SkCubicClipper.cpp 124 const SkScalar ctop = fClip.fTop; local
126 if (dst[3].fY <= ctop || dst[0].fY >= cbot) {
134 if (dst[0].fY < ctop && ChopMonoAtY(dst, ctop, &t)) {
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
opc-b.s 248 { .bbb; br.ctop.sptk .L1 ;; }
249 { .bbb; br.ctop.sptk.clr .L1 ;; }
250 { .bbb; br.ctop.sptk.few .L1 ;; }
251 { .bbb; br.ctop.sptk.few.clr .L1 ;; }
252 { .bbb; br.ctop.sptk.many .L1 ;; }
253 { .bbb; br.ctop.sptk.many.clr .L1 ;; }
254 { .bbb; br.ctop.spnt .L1 ;; }
255 { .bbb; br.ctop.spnt.clr .L1 ;; }
256 { .bbb; br.ctop.spnt.few .L1 ;; }
257 { .bbb; br.ctop.spnt.few.clr .L1 ;;
    [all...]
opc-b.d 516 a8c: 70 21 00 40 br\.ctop\.sptk\.few 0x2bf0;;
519 a9c: 60 21 00 44 br\.ctop\.sptk\.few\.clr 0x2bf0;;
522 aac: 50 21 00 40 br\.ctop\.sptk\.few 0x2bf0;;
525 abc: 40 21 00 44 br\.ctop\.sptk\.few\.clr 0x2bf0;;
528 acc: 38 21 00 40 br\.ctop\.sptk\.many 0x2bf0;;
531 adc: 28 21 00 44 br\.ctop\.sptk\.many\.clr 0x2bf0;;
534 aec: 10 21 00 41 br\.ctop\.spnt\.few 0x2bf0;;
537 afc: 00 21 00 45 br\.ctop\.spnt\.few\.clr 0x2bf0;;
540 b0c: f0 20 00 41 br\.ctop\.spnt\.few 0x2bf0;;
543 b1c: e0 20 00 45 br\.ctop\.spnt\.few\.clr 0x2bf0;
    [all...]
  /external/libunwind/tests/
ia64-test-nat-asm.S 464 br.ctop.dptk.few 1b;;

Completed in 340 milliseconds