Searched defs:TRUNC (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/libXft/dist/src/
H A Dxftglyphs.c729 #define TRUNC(x) ((x) >> 6) macro
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/common/
H A Dsimdlib_types.hpp129 TRUNC = static_cast<int>(TO_ZERO) | static_cast<int>(RAISE_EXC), enumerator in enum:SIMDImpl::RoundMode
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/common/
H A Dsimdlib_types.hpp129 TRUNC = static_cast<int>(TO_ZERO) | static_cast<int>(RAISE_EXC), enumerator in enum:SIMDImpl::RoundMode
/xsrc/external/mit/freetype/dist/src/smooth/
H A Dftgrays.c338 #define TRUNC( x ) (TCoord)( (x) >> PIXEL_BITS ) macro
[all...]
/xsrc/external/mit/freetype/dist/src/raster/
H A Dftraster.c451 #define TRUNC( x ) ( (Long)(x) >> ras.precision_bits ) macro
[all...]

Completed in 9 milliseconds