Searched refs:fval (Results 1 – 1 of 1) sorted by relevance
2852 #define FTOI_RNDDN(fval) ( (fval < 0.00F) ? (int)fval - 1 : (int)fval ) argument