Searched refs:b_top (Results 1 – 3 of 3) sorted by relevance
/external/skqp/src/core/ |
D | SkRegion.cpp | 914 int b_top = *b_runs++; in operate() local 924 assert_sentinel(b_top, false); in operate() 927 RgnOper oper(SkMin32(a_top, b_top), dst, op); in operate() 939 if (a_top < b_top) { in operate() 942 if (a_bot <= b_top) { // [...] <...> in operate() 946 bot = a_top = b_top; in operate() 948 } else if (b_top < a_top) { in operate() 949 top = b_top; in operate() 955 bot = b_top = a_top; in operate() 962 bot = b_top = a_bot; in operate() [all …]
|
/external/skia/src/core/ |
D | SkRegion.cpp | 913 int b_top = *b_runs++; in operate() local 923 assert_sentinel(b_top, false); in operate() 926 RgnOper oper(std::min(a_top, b_top), dst, op); in operate() 938 if (a_top < b_top) { in operate() 941 if (a_bot <= b_top) { // [...] <...> in operate() 945 bot = a_top = b_top; in operate() 947 } else if (b_top < a_top) { in operate() 948 top = b_top; in operate() 954 bot = b_top = a_top; in operate() 961 bot = b_top = a_bot; in operate() [all …]
|
/external/llvm-project/polly/lib/External/isl/imath/ |
D | imath.c | 2197 mp_digit *b_top = db + bot_size; in s_kmul() local 2219 carry = s_uadd(db, b_top, t2, bot_size, bt_size); /* t2 = b1 + b0 */ in s_kmul() 2230 (void) s_kmul(a_top, b_top, t2, at_size, bt_size); /* t2 = a1 * b1 */ in s_kmul()
|