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

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
H A Dcpp.c354 static int op_mul(int a, int b) { return a * b; } function
380 { '*', MUL, op_mul },

Completed in 3487 milliseconds