Searched refs:xh (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/oclock/dist/
H A Dtransform.c78 int xx, xy, xw, xh; local in function:TFillArc
83 xh = Xheight (width, height, t);
88 if (xh < 0) {
89 xy += xh;
90 xh = -xh;
92 XFillArc (dpy, d, gc, xx, xy, xw, xh, angle1, angle2);
/xsrc/external/mit/xeyes/dist/
H A Dtransform.c66 int xx, xy, xw, xh;
71 xh = Xheight (width, height, t);
76 if (xh < 0) {
77 xy += xh;
78 xh = -xh;
80 XDrawArc (dpy, d, gc, xx, xy, xw, xh, angle1, angle2);
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/core/
H A Daddrlib2.cpp1612 UINT_32 xh, yh, zh; local in function:Addr::V2::Lib::ComputeSurface3DMicroBlockOffset
1620 xh = pIn->x >> 3;
1630 xh = pIn->x >> 2;
1640 xh = pIn->x >> 2;
1650 xh = pIn->x >> 2;
1659 xh = pIn->x >> 1;
1664 microBlockOffset |= ((MortonGen3d(xh, yh, zh, 1) << 7) & 0x380);
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/core/core/
H A Daddrlib2.cpp1612 UINT_32 xh, yh, zh; local in function:Addr::V2::Lib::ComputeSurface3DMicroBlockOffset
1620 xh = pIn->x >> 3;
1630 xh = pIn->x >> 2;
1640 xh = pIn->x >> 2;
1650 xh = pIn->x >> 2;
1659 xh = pIn->x >> 1;
1664 microBlockOffset |= ((MortonGen3d(xh, yh, zh, 1) << 7) & 0x380);
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/core/
H A Daddrlib2.cpp1742 UINT_32 xh, yh, zh; local in function:Addr::V2::Lib::ComputeSurface3DMicroBlockOffset
1750 xh = pIn->x >> 3;
1760 xh = pIn->x >> 2;
1770 xh = pIn->x >> 2;
1780 xh = pIn->x >> 2;
1789 xh = pIn->x >> 1;
1794 microBlockOffset |= ((MortonGen3d(xh, yh, zh, 1) << 7) & 0x380);
/xsrc/external/mit/fontconfig/dist/fc-lang/
H A DMakefile.am220 xh.orth \
H A DMakefile.in606 xh.orth \
/xsrc/external/mit/fontconfig/dist/conf.d/
H A D35-lang-normalize.conf1239 <!-- xh* -> xh -->
1241 <test name="lang" compare="contains"><string>xh</string></test>
1242 <edit name="lang" mode="assign" binding="same"><string>xh</string></edit>
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c1561 LLVMValueRef xl, xh, v0l, v0h, v1l, v1h, resl, resh; local in function:lp_build_lerp
1576 lp_build_unpack2_native(bld->gallivm, type, wide_type, x, &xl, &xh);
1587 resh = lp_build_lerp_simple(&wide_bld, xh, v0h, v1h, flags);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c1452 LLVMValueRef xl, xh, v0l, v0h, v1l, v1h, resl, resh; local in function:lp_build_lerp
1467 lp_build_unpack2_native(bld->gallivm, type, wide_type, x, &xl, &xh);
1478 resh = lp_build_lerp_simple(&wide_bld, xh, v0h, v1h, flags);

Completed in 24 milliseconds