Searched defs:IMUL64 (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_rast.h71 #define IMUL64(a, b) (((int64_t)(a)) * ((int64_t)(b))) macro
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_rast.h72 #define IMUL64(a, b) (((int64_t)(a)) * ((int64_t)(b))) macro

Completed in 3 milliseconds