Searched refs:fmodulus (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_utils.h | 111 #define fmodulus(x, w, c) do {c = fmod(x, w); \ macro 123 fmodulus((x), w, c); \ 166 fmodulus(cd, wh, txy); \ 169 fmodulus(bxy1, wh, bxy1_mod); \ 174 fmodulus(bxy2, wh, bxy2_mod); \
|