Searched defs:FLOOR (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/libXft/dist/src/
H A Dxftglyphs.c727 #define FLOOR(x) ((x) & -64) macro
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/common/
H A Dsimdlib_types.hpp125 FLOOR = static_cast<int>(TO_NEG_INF) | 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.hpp125 FLOOR = static_cast<int>(TO_NEG_INF) | static_cast<int>(RAISE_EXC), enumerator in enum:SIMDImpl::RoundMode
/xsrc/external/mit/freetype/dist/src/raster/
H A Dftraster.c449 #define FLOOR( x ) ( (x) & -ras.precision ) macro
[all...]

Completed in 10 milliseconds