Home
last modified time | relevance | path

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

/third_party/pixman/pixman/
Dpixman-matrix.c204 int64_t tmp[3][2], divint; in pixman_transform_point_31_16() local
230 divint = tmp[2][0] + (tmp[2][1] >> 16); in pixman_transform_point_31_16()
233 if (divint == pixman_fixed_1 && divfrac == 0) in pixman_transform_point_31_16()
242 else if (divint == 0 && divfrac == 0) in pixman_transform_point_31_16()
268 int32_t hi32divbits = divint >> 32; in pixman_transform_point_31_16()
276 int64_t div = ((uint64_t)divint << 16) + divfrac; in pixman_transform_point_31_16()
291 fixed_64_16_to_int128 (divint, divfrac, &hi, &div, 16 - shift); in pixman_transform_point_31_16()