Home
last modified time | relevance | path

Searched refs:wm2 (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_asm.h116 /* Compose two write_masks (computes wm1.wm2) */
117 static inline uint32_t inst_write_mask_compose(uint32_t wm1, uint32_t wm2) in inst_write_mask_compose() argument
121 if (wm2 & (1 << i)) { in inst_write_mask_compose()
/third_party/python/Objects/
H A Dlongobject.c2814 digit wm1, wm2, carry, q, r, vtop, *v0, *vk, *w0, *ak; in x_divrem() local
2866 wm2 = w0[size_w-2]; in x_divrem()
2892 while ((twodigits)wm2 * q > (((twodigits)r << PyLong_SHIFT) in x_divrem()

Completed in 8 milliseconds