Searched refs:Rounding (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Datiutil.c78 int Rounding = 0; /* Default to floor */ local in function:ATIDivide
111 Rounding = Denominator >> 1;
113 Rounding = Denominator - 1;
116 ((((Numerator % Denominator) << Shift) + Rounding) / Denominator);
/xsrc/external/mit/xf86-video-cirrus/dist/src/
H A Dcir.h37 int Rounding; member in struct:__anon805ca9280108
H A Dalp_driver.c433 if ((accelWidths[i] % pCir->Rounding == 0)
976 pCir->Rounding = 1;
980 pCir->Rounding = 128 >> pCir->BppShift;
1007 pCir->Rounding * pScrn->bitsPerPixel, 128, 2048,
1019 pCir->Rounding * pScrn->bitsPerPixel, 128, 2048,
H A Dlg_driver.c908 pCir->Rounding = 128 >> pCir->BppShift;
/xsrc/external/mit/xf86-video-rendition/dist/src/
H A Drendition.c481 int videoRam, Rounding, nModes = 0; local in function:renditionPreInit
808 Rounding = 16 * 8;
810 Rounding = 16;
818 &renditionClockRange, NULL, 8, MAX_HDISPLAY, Rounding,
/xsrc/external/mit/xf86-video-chips/dist/src/
H A Dct_driver.h321 int Rounding; member in struct:_CHIPSRec
H A Dct_driver.c1188 cPtr->Rounding = 8 * (pScrn->bitsPerPixel <= 8 ? 8
1193 NULL, 256, 2048, cPtr->Rounding,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Dtgsi.rst997 Rounding is unspecified (round to nearest even suggested).
1012 Rounding is unspecified (round to nearest even suggested).
1027 Rounding is towards zero (truncate).
1043 Rounding is towards zero (truncate).
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dtgsi.rst1031 Rounding is unspecified (round to nearest even suggested).
1046 Rounding is unspecified (round to nearest even suggested).
1061 Rounding is towards zero (truncate).
1077 Rounding is towards zero (truncate).
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv.core.grammar.json10866 { "kind" : "FPRoundingMode", "name" : "'Floating-Point Rounding Mode'" }
11166 { "kind" : "FPRoundingMode", "name" : "'FP Rounding Mode'" }
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dspirv.core.grammar.json5823 { "kind" : "FPRoundingMode", "name" : "'Floating-Point Rounding Mode'" }

Completed in 106 milliseconds